Skip to content
  1. Mar 19, 2005
  2. Mar 11, 2005
  3. Nov 14, 2004
  4. Nov 01, 2004
  5. Sep 28, 2004
  6. Aug 18, 2004
  7. Jul 29, 2004
  8. Jul 12, 2004
  9. Jul 01, 2004
  10. Jun 28, 2004
  11. May 06, 2004
  12. Apr 21, 2004
  13. Apr 02, 2004
  14. Mar 25, 2004
  15. Mar 23, 2004
  16. Mar 21, 2004
  17. Mar 17, 2004
  18. Mar 05, 2004
  19. Mar 04, 2004
  20. Feb 08, 2004
  21. Jan 29, 2004
  22. Jan 28, 2004
  23. Jan 22, 2004
    • Richard Levitte's avatar
      [Merged from the main trunk] · 1a4dc04d
      Richard Levitte authored
      Adding a slash between the directoryt and the file is a problem with
      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>.
      1a4dc04d
  24. Jan 21, 2004
  25. Jan 19, 2004
  26. Jan 18, 2004
  27. Dec 01, 2003
  28. Nov 29, 2003
  29. Nov 28, 2003