Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3DE79904.5B164AB1@phekda.freeserve.co.uk> Date: Fri, 29 Nov 2002 16:42:44 +0000 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: _Exit function [PATCH] References: <200211281344 DOT gASDisp06211 AT envy DOT delorie DOT com> <3DE63665 DOT AB50E8A0 AT phekda DOT freeserve DOT co DOT uk> <200211281641 DOT gASGfbr07736 AT envy DOT delorie DOT com> <3DE67241 DOT 14F3C3F4 AT phekda DOT freeserve DOT co DOT uk> <200211290427 DOT gAT4RhJ13333 AT envy DOT delorie DOT com> <3DE7841C DOT 7E6C3D8C AT phekda DOT freeserve DOT co DOT uk> <200211291551 DOT gATFpem20170 AT envy DOT delorie DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. DJ Delorie wrote: > > > OK. Once I've got my current batch of C99 patches in under > > ansi/c99/*, I think we should start moving existing C99 code under > > ansi/c99. E.g.: ansi/stdio/snprintf.* -> ansi/c99/stdio. > > Er, what happened to libc/c99? I thought we were doing > libc/ansi/stdio/snprintf.* -> libc/c99/stdio/snprintf.* Oops. My brain corrupted it, probably because C99 is ANSI and it thought it should belong under ansi. In my _Exit patch, read src/libc/c99 instead of src/libc/ansi/c99. ;) > > DJ, would you be willing to do these moves in the CVS repository and > > fix up the makefiles, if I give you a list of files to move? > > Alternatively I could fix the makefiles, once they're moved. > > The correct way to move a file is to cvs add it in its new location, > then cvs remove it from its old. Otherwise, we cannot check out older > tags. But that way loses the version history, compared with moving the ,v files. How about a copy to the new place, followed by a cvs remove of the old? Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]