1. 30 Oct, 2008 1 commit
  2. 18 Oct, 2008 1 commit
  3. 16 Oct, 2008 1 commit
  4. 08 Oct, 2008 1 commit
  5. 30 Sep, 2008 2 commits
  6. 29 Sep, 2008 2 commits
  7. 26 Sep, 2008 3 commits
  8. 25 Sep, 2008 1 commit
  9. 24 Sep, 2008 1 commit
  10. 22 Sep, 2008 1 commit
  11. 18 Sep, 2008 1 commit
  12. 08 Sep, 2008 1 commit
  13. 07 Sep, 2008 5 commits
  14. 04 Sep, 2008 2 commits
  15. 01 Sep, 2008 1 commit
  16. 31 Aug, 2008 1 commit
  17. 23 Aug, 2008 1 commit
  18. 22 Aug, 2008 1 commit
  19. 20 Aug, 2008 3 commits
  20. 19 Aug, 2008 2 commits
  21. 18 Aug, 2008 1 commit
  22. 17 Aug, 2008 4 commits
  23. 14 Aug, 2008 1 commit
    • Hirokazu Yamamoto's avatar
      Issue #2065: VC6 related fix. · f0a41637
      Hirokazu Yamamoto authored
      - PC/VC6/_bsddb.dsp:
          removed '/nodefaultlib:"msvcrt"' to fix linker error.
      
      - PC/VC6/_msi.dsp:
          added new module support.
      
      - PC/VC6/_sqlite3.dsp:
          /D "MODULE_NAME=\"sqlite3\""
          caused extra leading space like
          #define MODULE_NAME " sqlite3"
          so uses
          /D MODULE_NAME=\"sqlite3\"
          instead.
      
      - PC/VC6/python.dsp:
          changed stack size to 2MB to avoid stack overflow on
          some tests.
      f0a41637
  24. 12 Aug, 2008 2 commits