Date: Fri, 29 Nov 2002 10:51:40 -0500 Message-Id: <200211291551.gATFpem20170@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3DE7841C.7E6C3D8C@phekda.freeserve.co.uk> (message from Richard Dawe on Fri, 29 Nov 2002 15:13:32 +0000) 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> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 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.* > 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.