1. 12 Jul, 2004 1 commit
  2. 28 Jun, 2004 1 commit
  3. 06 May, 2004 1 commit
  4. 21 Apr, 2004 1 commit
  5. 30 Mar, 2004 1 commit
  6. 23 Mar, 2004 2 commits
  7. 17 Mar, 2004 3 commits
  8. 08 Mar, 2004 1 commit
  9. 08 Feb, 2004 1 commit
  10. 29 Jan, 2004 1 commit
  11. 23 Jan, 2004 1 commit
  12. 21 Jan, 2004 4 commits
  13. 19 Jan, 2004 2 commits
  14. 10 Jan, 2004 1 commit
    • Richard Levitte's avatar
      Adding a slash between the directoryt and the file is a problem with · af6dab9b
      Richard Levitte authored
      VMS.  The C RTL can handle it well if the "directory" is a logical
      name with no colon, therefore ending being 'logname/file'.  However,
      if the given logical names actually has a colon, or if you use a full
      VMS-syntax directory, you end up with 'logname:/file' or
      'dev:[dir1.dir2]/file', and that isn't handled in any good way.
      
      So, on VMS, we need to check if the directory string ends with a
      separator (one of ':', ']' or '>' (< and > can be used instead [ and
      ])), and handle that by not inserting anything between the directory
      spec and the file name.  In all other cases, it's assumed the
      directory spec is a logical name, so we need to place a colon between
      it and the file.
      
      Notified by Kevin Greaney <kevin.greaney@hp.com>.
      af6dab9b
  15. 08 Jan, 2004 2 commits
  16. 04 Jan, 2004 3 commits
  17. 27 Dec, 2003 10 commits
  18. 20 Dec, 2003 1 commit
  19. 11 Dec, 2003 1 commit
  20. 10 Dec, 2003 2 commits