X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Thu, 30 Dec 2004 07:15:21 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-ID: <01c4ee2e$Blat.v2.2.2$b47836a0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <200412291948.iBTJmODj009390@speedy.ludd.ltu.se> (ams AT ludd DOT ltu DOT se) Subject: Re: C99 strftime and Related Changes References: <200412291948 DOT iBTJmODj009390 AT speedy DOT ludd DOT ltu DOT se> 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 > From: > Date: Wed, 29 Dec 2004 20:48:24 +0100 (CET) > > Executable size, e.g. Besides growing a lot, setlocale() pulls in > itoa() and stpcpy() as well. It's not good it pulls in those functions, since they are (IIRC) non-ANSI. So we must do something to prevent the namespace pollution. stpcpy could be simply replaced by strcpy followed by pointer increment.