X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Message-Id: <200412291948.iBTJmODj009390@speedy.ludd.ltu.se> Subject: Re: C99 strftime and Related Changes In-Reply-To: <01c4bf85$Blat.v2.2.2$144d91c0@zahav.net.il> "from Eli Zaretskii at Oct 31, 2004 10:05:13 pm" To: djgpp-workers AT delorie DOT com Date: Wed, 29 Dec 2004 20:48:24 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-ltu-MailScanner-Information: Please contact the ISP for more information X-ltu-MailScanner: Found to be clean X-MailScanner-From: ams AT 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 According to Eli Zaretskii: > > From: > > Date: Sun, 31 Oct 2004 12:27:19 +0100 (CET) > > > > > It was packaged as a separate library liblocal.a containing setlocal.c > > > and a version of strftime.c which is now identical to time/strftime.c. > > > It uses the DOS country information to set some locale characteristics. > > > > Hmmm... Should this be integrated into libc or not? > > Are there any downsides? Executable size, e.g. Besides growing a lot, setlocale() pulls in itoa() and stpcpy() as well. Right, MartinS