• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

sys/03-Oct-2014-31

MakefileD05-Feb-2005294 168

READMED05-Feb-2005628 1511

errno.hD05-Feb-2005997 337

pwd.cD05-Feb-2005904 4433

stdio.hD05-Feb-2005408 2211

time.hD05-Feb-2005489 2311

README

1This subdirectory contains some additional files which are necessary
2(or at least useful) when compiling Perl on MiNT.
3
4"Makefile" and "pwd.c" will build and install a fixed version of the
5pwd command if your system pwd is broken.
6
7The header files are wrappers around broken system header files.  Make
8sure that this directory stands at first place in your include path
9when compiling Perl.
10
11The file system.c is an enhanced version of the system() function
12in the MiNTLib.  It is strongly recommended that you insert this
13version into your libc before you compile Perl (see README.MiNT
14in the toplevel directory for details).
15