1. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  2. 78715b7 Fix a new[] / delete mismatch in a unittest. by deanm@google.com · 16 years ago
  3. e41d3b3 To pass string_util_unittest, we need the ICU data file. To get the ICU data file, we need some of PathService, which brings along with it a bunch of other needed functions. So here are a bunch of stubs, along with another file's worth of passing tests. (Based on a patch from Dean.) by evanm@google.com · 16 years ago
  4. c01678f fix unit test bustage by darin@google.com · 16 years ago
  5. f327280 Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suffix :-) by darin@google.com · 16 years ago
  6. 8ae0c2c DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, for wchar_t* fields. by mmentovai@google.com · 16 years ago
  7. b533521 Implement an interface compatible wcslcpy and strlcpy. Possibly slightly by deanm@google.com · 16 years ago
  8. 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
  9. 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
  10. ae034d1 Back out r736 due to breakage by mmentovai@google.com · 16 years ago
  11. 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
  12. 491d873 Add some extra test cases for whitespace at start/end of number. by ericroman@google.com · 16 years ago
  13. fa49905 Add UTF-16 <-> Wide conversions for Mac. by brettw@google.com · 16 years ago
  14. 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
  15. 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
  16. 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
  17. 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
  18. 26b1623 Revert my UTF change until we can figure out what to do with the sandbox. by brettw@google.com · 16 years ago
  19. 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
  20. 3f4a732 Add base to the repository. by initial.commit · 16 years ago