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/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 898756716..a354d5170 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,23 @@
+2010-03-24 Corinna Vinschen <corinna@vinschen.de>
+
+ * regtool.cc (find_key): Fix allocation size of "value".
+
+2010-03-23 Corinna Vinschen <corinna@vinschen.de>
+
+ * locale.cc (add_locale_alias_locales): Always use loc_num at function
+ start to avoid confusing bsearch.
+
+2010-03-23 Corinna Vinschen <corinna@vinschen.de>
+
+ * locale.cc: Revert accidental checkin of unfinished changes.
+
+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.