Date: Fri, 3 Jul 1998 09:23:55 -0400 (EDT) Message-Id: <199807031323.JAA25829@delorie.com> From: DJ Delorie To: mdruiter AT cs DOT vu DOT nl CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Michel de Ruiter on Fri, 3 Jul 98 14:16:57 MET DST) Subject: Re: Some patches... Precedence: bulk > ### Second, may I ask why the following is not standard, because I think > ### most people don't cross-compile libc: Because *I* build the official djgpp on an SGI Indy now. > ### Third, what are these two little files doing here? > > Only in DJLSR202/src/stub: a.out > Only in DJLSR202/src/stub: stub.bin Oops. Leftovers from testing djasm. > ### Here is another diff, I think DJ was a little too enthusiastic here: > > *** signal.org Sun Jun 28 21:44:26 1998 > --- signal.h Fri Jul 3 04:03:52 1998 No, Eli submitted a patch to include that functionality in libc.a. > diff -drTc include/_ansi /DJLSR202/include/_ansi > *** include/_ansi Wed Dec 7 02:02:40 1994 > --- /DJLSR202/include/_ansi Sun Mar 15 21:55:02 1998 > *************** > *** 1,4 **** > ! #ifndef __dj_include_ _h_ All the _ansi files have this space here, to ensure that you don't forget to fix this line when you use the template. The rest seem to be in need of fixing, so thanks.