summaryrefslogtreecommitdiffstats
path: root/base/string_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the locale parameter from the StringToDouble andtc@google.com2008-11-181-104/+60
* Fix the mac build to add dmg_fp to the libbase.a.tony@chromium.org2008-11-151-1/+1
* fix bug in locale dependence checktc@google.com2008-11-141-1/+1
* Make unit_tests pass with pt_BR.UTF-8 locale.tc@google.com2008-11-121-38/+109
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-0/+13
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+36
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-251-6/+7
* Use COMPILE_ASSERT instead of DCHECK for compile-time constant checksmmentovai@google.com2008-08-271-4/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* crosstool's gcc gives lots of warnings likedkegel@google.com2008-08-211-5/+5
* Fix some more warnings.evanm@google.com2008-08-201-2/+2
* DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ...mmentovai@google.com2008-08-141-0/+42
* Implement an interface compatible wcslcpy and strlcpy. Possibly slightlydeanm@google.com2008-08-131-0/+31
* Implement IntToString-type methods without using a format string. I'm not su...deanm@google.com2008-08-131-11/+90
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-131-35/+56
* Back out r736 due to breakagemmentovai@google.com2008-08-121-56/+35
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-121-35/+56
* Fix ToUnsigned for 4-byte wchar_t platforms.mmentovai@google.com2008-08-121-0/+4
* Rename and remove a bunch of string functions.evanm@google.com2008-08-071-7/+9
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-071-6/+52
* Allow string-to-int conversions to provide a return value indicating success....mmentovai@google.com2008-08-051-1/+214
* Revert my UTF change until we can figure out what to do with the sandbox.brettw@google.com2008-08-011-21/+0
* Write our own utf8<->wide conversion functions. This gives us more control ov...brettw@google.com2008-08-011-0/+21
* Add base to the repository.initial.commit2008-07-261-0/+1021