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:
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 898756716..c3b4fac34 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-23 Corinna Vinschen <corinna@vinschen.de>
+
+ * locale.cc (print_locale_with_codeset): Drop redundant name parameter.
+ Simplify creating locale string. Add "@" in case of a modifier.
+ (print_locale): Drop name parameter in calls to
+ print_locale_with_codeset.
+
2010-02-25 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* utils.sgml (kill): Add SIGIO, SIGCLD, and SIGPWR.