1. 02 3月, 2004 1 次提交
  2. 01 3月, 2004 2 次提交
  3. 28 2月, 2004 1 次提交
  4. 27 2月, 2004 3 次提交
  5. 23 2月, 2004 2 次提交
  6. 20 2月, 2004 1 次提交
  7. 11 2月, 2004 1 次提交
  8. 08 2月, 2004 1 次提交
  9. 07 2月, 2004 1 次提交
  10. 01 2月, 2004 1 次提交
  11. 30 1月, 2004 2 次提交
  12. 29 1月, 2004 7 次提交
  13. 28 1月, 2004 3 次提交
  14. 27 1月, 2004 2 次提交
  15. 25 1月, 2004 3 次提交
  16. 24 1月, 2004 1 次提交
  17. 23 1月, 2004 1 次提交
  18. 21 1月, 2004 2 次提交
  19. 11 1月, 2004 1 次提交
    • R
      Adding a slash between the directoryt and the file is a problem with · af6dab9b
      Richard Levitte 提交于
      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
  20. 08 1月, 2004 2 次提交
  21. 05 1月, 2004 2 次提交