Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-01-29 16:06:23 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-01-29 16:06:23 +0400
commit54c743c8f85baa08ce08ca5ae21a049f13286dec (patch)
treed10422d3a4269d40d03722bed44c263d2fd018c3 /winsup/utils/ChangeLog
parent1b79b38101145f2e0414a30838b61473c09b7792 (diff)
* tzset.c: Throughout use wide characters to be locale agnostic.
(main): Call setlocale.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index f13b95382..3a5e94c23 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,10 @@
2012-01-29 Corinna Vinschen <corinna@vinschen.de>
+ * tzset.c: Throughout use wide characters to be locale agnostic.
+ (main): Call setlocale.
+
+2012-01-29 Corinna Vinschen <corinna@vinschen.de>
+
* Makefile.in (CYGWIN_BINS): Add tzset.
* tzset.c: New tool, new file.
* utils.sgml (tzset): New section.