Skip to content
  1. Nov 11, 2003
  2. Oct 25, 2003
  3. Oct 21, 2003
  4. Oct 20, 2003
  5. Oct 19, 2003
  6. Oct 18, 2003
  7. Oct 15, 2003
  8. Oct 14, 2003
  9. Oct 13, 2003
  10. Oct 10, 2003
  11. Oct 06, 2003
  12. Oct 05, 2003
  13. Sep 30, 2003
  14. Sep 29, 2003
  15. Sep 17, 2003
  16. Sep 16, 2003
  17. Sep 02, 2003
  18. Aug 24, 2003
  19. Aug 23, 2003
  20. Aug 15, 2003
    • Brian Gaeke's avatar
      lib/Support/CommandLine.cpp: · 497216dc
      Brian Gaeke authored
      Many changes suggested by Chris. It's okay, I'll recover from the emotional
      damage...maybe someday. :-)
      
      Collapse ParseCStringVector into ParseStringVector.  Comment it.
      Make it take a const input.
      Use std::string::npos instead of -1 (what a mouthful!)
      Make ParseEnvironmentOptions take const inputs.
      Check its args at the very beginning.
      Strdup all the contents of newArgv and free them all at the end.
      
      include/Support/CommandLine.h:
      Constify progName and envVar arguments to ParseEnvironmentOptions().
      
      llvm-svn: 7905
      497216dc
    • Brian Gaeke's avatar
      ca782d9f
  21. Aug 13, 2003
  22. Aug 12, 2003
  23. Aug 11, 2003
  24. Aug 07, 2003
Loading