1. 29 Feb, 2004 1 commit
  2. 17 Feb, 2004 1 commit
  3. 13 Feb, 2004 2 commits
  4. 12 Feb, 2004 1 commit
  5. 08 Feb, 2004 1 commit
  6. 07 Feb, 2004 1 commit
  7. 02 Feb, 2004 1 commit
  8. 31 Jan, 2004 3 commits
  9. 30 Jan, 2004 1 commit
  10. 29 Jan, 2004 2 commits
  11. 24 Jan, 2004 2 commits
  12. 23 Jan, 2004 1 commit
  13. 21 Jan, 2004 4 commits
  14. 19 Jan, 2004 1 commit
  15. 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
  16. 08 Jan, 2004 3 commits
  17. 06 Jan, 2004 1 commit
  18. 04 Jan, 2004 3 commits
  19. 27 Dec, 2003 10 commits