summaryrefslogtreecommitdiffstats
path: root/base/string_util.h
Commit message (Expand)AuthorAgeFilesLines
...
* Implement IntToString-type methods without using a format string. I'm not su...deanm@google.com2008-08-131-2/+5
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-131-1/+5
* Back out r736 due to breakagemmentovai@google.com2008-08-121-5/+1
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-121-1/+5
* Add UTF-16 <-> Wide conversions for Mac.brettw@google.com2008-08-071-6/+12
* Rename and remove a bunch of string functions.evanm@google.com2008-08-071-81/+35
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-5/+5
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-071-0/+10
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-12/+8
* Allow string-to-int conversions to provide a return value indicating success....mmentovai@google.com2008-08-051-0/+25
* Revert my UTF change until we can figure out what to do with the sandbox.brettw@google.com2008-08-011-8/+2
* Write our own utf8<->wide conversion functions. This gives us more control ov...brettw@google.com2008-08-011-2/+8
* Add base to the repository.initial.commit2008-07-261-0/+504