X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Thu, 30 Dec 2004 01:32:22 -0700 From: Brian Inglis Subject: Re: C99 strftime and Related Changes In-reply-to: <01c4ee2e$Blat.v2.2.2$b47836a0@zahav.net.il> To: djgpp-workers AT delorie DOT com Message-id: Organization: Systematic Software MIME-version: 1.0 X-Mailer: Forte Agent 1.93/32.576 English (American) Content-type: text/plain; charset=us-ascii References: <200412291948 DOT iBTJmODj009390 AT speedy DOT ludd DOT ltu DOT se> <01c4ee2e$Blat.v2.2.2$b47836a0 AT zahav DOT net DOT il> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id iBU8WPFB003165 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 On Thu, 30 Dec 2004 07:15:21 +0200, Eli Zaretskii wrote: >> 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. Also pulls in non-std movedata(), stricmp(), strnicmp().