summaryrefslogtreecommitdiffstats
path: root/base/string_util_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove Mac-specific code to make a generic POSIX string_util for Mac and Linux.mmoss@google.com2008-08-121-82/+0
* Rename and remove a bunch of string functions.evanm@google.com2008-08-071-41/+0
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-109/+1
* Allow string-to-int conversions to provide a return value indicating success....mmentovai@google.com2008-08-051-8/+0
* Revert my UTF change until we can figure out what to do with the sandbox.brettw@google.com2008-08-011-1/+109
* Write our own utf8<->wide conversion functions. This gives us more control ov...brettw@google.com2008-08-011-109/+1
* Add base to the repository.initial.commit2008-07-261-0/+239