summaryrefslogtreecommitdiffstats
path: root/base/sys_string_conversions_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-021-36/+36
* Use a more compact license header in source files.license.bot2008-08-241-60/+36
* Pass StringPieces by constant reference.deanm@google.com2008-08-201-2/+2
* Move the system string conversion functions from std::string to StringPiece. ...deanm@google.com2008-08-191-3/+6
* Basic string conversions for Linux -- enough to get unit tests going.evanm@google.com2008-08-121-0/+57