1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. 6dacc03 Fix some more warnings. by evanm@google.com · 16 years ago
  3. 8ae0c2c DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, for wchar_t* fields. by mmentovai@google.com · 16 years ago
  4. b533521 Implement an interface compatible wcslcpy and strlcpy. Possibly slightly by deanm@google.com · 16 years ago
  5. d649845 Implement IntToString-type methods without using a format string. I'm not sure if this will actually be more efficient. Also will make Int64ToString work on other platforms, since the old code used msvc-only %I64. Added a bunch of methods to have the whole Int/Int64 String/WString suite. by deanm@google.com · 16 years ago
  6. 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
  7. ae034d1 Back out r736 due to breakage by mmentovai@google.com · 16 years ago
  8. 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
  9. fa49905 Add UTF-16 <-> Wide conversions for Mac. by brettw@google.com · 16 years ago
  10. b8a8f37 Rename and remove a bunch of string functions. by evanm@google.com · 16 years ago
  11. 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
  12. 8dcf71c Cross-platform portability fixes for JSONReader. Adds generic string-to-double parsing and tests in string_util. by mmentovai@google.com · 16 years ago
  13. 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
  14. 9328568 Allow string-to-int conversions to provide a return value indicating success. Implement them consistently on all platforms. Fill in a couple of necessary missing pieces. Eliminate the need for many uses of sscanf. Add tests. by mmentovai@google.com · 16 years ago
  15. 26b1623 Revert my UTF change until we can figure out what to do with the sandbox. by brettw@google.com · 16 years ago
  16. 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
  17. 3f4a732 Add base to the repository. by initial.commit · 16 years ago