1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. e1581aa Fix some warnings found in string unittests. by evanm@google.com · 16 years ago
  3. 50a0414 Unify maintenance of NumberFormat objects into a cross-platform Singleton. Clean up some dead code and dead files. WideToNativeMB and its inverse have been obsoleted by SysWideToNativeMB in sys_string_conversions*. by mmentovai@google.com · 16 years ago
  4. 38cabad Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and POSIX systems generally. by mmentovai@google.com · 16 years ago
  5. ae034d1 Back out r736 due to breakage by mmentovai@google.com · 16 years ago
  6. ec644e4 Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and POSIX systems generally. by mmentovai@google.com · 16 years ago
  7. c5c7a72 Complete brett's string conversion goodness for utf32 platforms. by pinkerton@google.com · 16 years ago
  8. fa49905 Add UTF-16 <-> Wide conversions for Mac. by brettw@google.com · 16 years ago
  9. e3c034a Add defines for the size of wchar_t to build_config.h. Use this in places where we currently have an OS-specific check. by brettw@google.com · 16 years ago
  10. fed55ab Remove the old NativeMB functions from string util, and use the new ones in sys_strings.h. I also removed duplicated code from the sandbox that can now use this, and fixed one case in the bug reporter that should not have been using the native multibyte encoding. by brettw@google.com · 16 years ago
  11. 26b1623 Revert my UTF change until we can figure out what to do with the sandbox. by brettw@google.com · 16 years ago
  12. 7529204 Write our own utf8<->wide conversion functions. This gives us more control over error handling instead of getting a blank string for invalid encodings. It also allows us to decrease the amount of platform-specific code. by brettw@google.com · 16 years ago
  13. 3f4a732 Add base to the repository. by initial.commit · 16 years ago