Mail Archives: djgpp-workers/1997/11/14/21:58:33
simtel: v2/.alphas/971114/
ftp.cdrom.com is known to mirror this correctly.
Things of note:
* Inspired by previous attempts, but not willing to rely on bash, I've
made some minor changes to the build system to allow for
cross-building under Unix. I've built libc under both MS-DOS and
IRIX. There should be no dependencies on either unix-specific or
dos-specific programs. Just type "make" in src (edit makefile.def
for cross-compiling)
* filbuf() reads 512, 1536, 2048,... so that reads are usually
cluster-aligned.
* printf() calls fflush(stdout) each time. Yes, it's less optimal,
but I'm tired of the confusion it caused the old way.
* destructors are called before files are closed.
- Raw text -