Skip to content
  1. Oct 20, 2003
  2. Oct 19, 2003
  3. Oct 18, 2003
  4. Oct 15, 2003
  5. Oct 14, 2003
  6. Oct 13, 2003
  7. Oct 10, 2003
  8. Oct 06, 2003
  9. Oct 05, 2003
  10. Sep 30, 2003
  11. Sep 29, 2003
  12. Sep 17, 2003
  13. Sep 16, 2003
  14. Sep 02, 2003
  15. Aug 24, 2003
  16. Aug 23, 2003
  17. 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
  18. Aug 13, 2003
  19. Aug 12, 2003
  20. Aug 11, 2003
  21. Aug 07, 2003
  22. Aug 02, 2003
Loading