]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/language/c/libc/i18n/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / language / c / libc / i18n / v2_0 / ChangeLog
index 9620ab01c26751b34c00908011d8e61fda1ebd61..7b6bda1efb6908a205bd28c3112d412d9fb6c785 100644 (file)
@@ -1,3 +1,22 @@
+2007-07-02  Gary Thomas  <gary@mlbassoc.com>
+
+       * src/locale.cxx: Add (char *) casts to make GCC/4.2.x happy.
+
+2006-08-28  Sergei Gavrikov  <w3sg@SoftHome.net>
+
+       * src/wcstombs.cxx (wcstombs): unused variable removed.
+
+2006-08-11  Jonathan Larmour  <jifl@eCosCentric.com>
+
+       * src/wcstombs.cxx (wcstombs): Previous change should have
+       disregarded 'n'. Now fixed. Thanks to Klaas Gadeyne.
+
+2006-08-10  Jonathan Larmour  <jifl@eCosCentric.com>
+
+       * src/wcstombs.cxx (wcstombs): Follow Single Unix Spec
+       and if string is NULL, return chars that would have been
+       returned.
+
 2005-07-30  Andrew Lunn  <andrew.lunn@ascom.ch>
 
        * tests/i18nmb.c (main): Really silence the warnings.