1. 17 May, 2008 2 commits
  2. 10 May, 2008 1 commit
  3. 08 May, 2008 2 commits
  4. 06 May, 2008 1 commit
  5. 01 May, 2008 1 commit
  6. 29 Apr, 2008 2 commits
  7. 28 Apr, 2008 1 commit
  8. 19 Apr, 2008 2 commits
  9. 16 Apr, 2008 3 commits
  10. 15 Apr, 2008 6 commits
  11. 12 Apr, 2008 3 commits
  12. 08 Apr, 2008 4 commits
  13. 06 Apr, 2008 2 commits
  14. 04 Apr, 2008 4 commits
  15. 02 Apr, 2008 1 commit
  16. 01 Apr, 2008 1 commit
  17. 31 Mar, 2008 3 commits
  18. 30 Mar, 2008 1 commit
    • Wayne Davison's avatar
      Improved the chdir() code: · 29a89172
      Wayne Davison authored
      - Renamed push_dir() to change_dir() and revised it a little so that it
        can chdir() to a relative path without an intervening chdir() back to
        the staring path.
      - Renamed push_pathname() to change_pathname() and revised it to take
        different args and to only call path_is_daemon_excluded() on a new
        path (not a revisit of a file's already-checked path).
      - Fixed change_pathname() to set the right pathname value when a chdir()
        call fails.
      - Set orig_dir once outside of the change_pathname() function.
      - Got rid of pop_dir().
      29a89172