Date: Fri, 14 Nov 1997 21:56:04 -0500 (EST) Message-Id: <199711150256.VAA01339@delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com Subject: djgpp 2.02 alpha 971114 Precedence: bulk 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.