1. a65ec9f Move the system string conversion functions from std::string to StringPiece. We often work with char* in the system layer, so this should save extra copying. by deanm@google.com · 16 years ago
  2. 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
  3. c2b652a Make debug_util cross platform, adding BeingDebugged and BreakDebugger. Linux by deanm@google.com · 16 years ago
  4. 4487dd7 Remove all the C-style string munging, making this easier to port to Linux. by evanm@google.com · 16 years ago
  5. 1af6493 Replace a todo with NOTIMPLEMENTED(). by ericroman@google.com · 16 years ago
  6. ce96727 fix recursion by pinkerton@google.com · 16 years ago
  7. 56053fe Logging cleanup for mac and linux by pinkerton@google.com · 16 years ago
  8. 7bea9d1 This is the addition of the system-dependent string conversions. This is just the new code and changing logging to use it. I will change other things to use this and delete the code in string_util in a subsequent pass. by brettw@google.com · 16 years ago
  9. ef7ff55 Revert change 430 because it breaks the build. by nsylvain@google.com · 16 years ago
  10. 49d68b6 Changes for POSIX support. Yay for ifdefs! by pinkerton@google.com · 16 years ago
  11. 3f4a732 Add base to the repository. by initial.commit · 16 years ago