Date: Fri, 2 Jan 1998 01:33:25 -0500 (EST) Message-Id: <199801020633.BAA08900@delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com Subject: djgpp v2.02 alpha 980101 Precedence: bulk simtel: v2/.alphas/980101 I applied or fixed everything reported since 971114, with the following exceptions: SIGQUIT: I don't like the idea of redefining a key people are used to using without having their programs exit. Can we do this a different way? FSEXT: I put in the new hooks and functions, but I haven't gone around and hooked in all the new libc functions (like dup2 or unlink). BUILD: I put in all of Robert's fixes, but it still expects you to build in place. If you don't want to corrupt your djgpp installation, get djcrx202.zip or copy the includes to your build area, then copy the newly built stuff back to your installation to install them. While I understand the reason for wanting a separate install step, (1) you have to install to test, and (2) I prefer simplicity over flexibility here. I *did* put in the new malloc (`test6') so please keep an eye out for that. The dynamic stdio buffering is there, as is the auto-flush printf (line buffered only). The README.1ST has been updated. Please proof it for version oopses and other updates. DJ