This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] update timezone to tzcode2004b and tzdata2004b


GOTO Masanori <gotom@debian.or.jp> writes:

> Note that I did not apply only tzcode2004b/zdump.c modification
> because the difference between tzcode2003d and tzcode2004b is caused
> by only bumping up its version number.

I see more than that:

--- /cvs/libc/timezone/zdump.c	2003-09-22 22:58:01.000000000 +0200
+++ tzcode2004b/zdump.c	2004-07-19 20:33:22.000000000 +0200
@@ -1,4 +1,4 @@
-static char	elsieid[] = "@(#)zdump.c	7.31";
+static char	elsieid[] = "@(#)zdump.c	7.33";
 
 /*
 ** This code has been made independent of the rest of the time
@@ -151,7 +151,6 @@
 
 	INITIALIZE(cuttime);
 #if HAVE_GETTEXT - 0
-	(void) setlocale(LC_CTYPE, "");
 	(void) setlocale(LC_MESSAGES, "");
 #ifdef TZ_DOMAINDIR
 	(void) bindtextdomain(TZ_DOMAIN, TZ_DOMAINDIR);

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]