1. 11 2月, 2004 1 次提交
  2. 08 2月, 2004 1 次提交
  3. 07 2月, 2004 1 次提交
  4. 01 2月, 2004 1 次提交
  5. 30 1月, 2004 2 次提交
  6. 29 1月, 2004 7 次提交
  7. 28 1月, 2004 3 次提交
  8. 27 1月, 2004 2 次提交
  9. 25 1月, 2004 3 次提交
  10. 24 1月, 2004 1 次提交
  11. 23 1月, 2004 1 次提交
  12. 21 1月, 2004 2 次提交
  13. 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
  14. 08 1月, 2004 2 次提交
  15. 05 1月, 2004 3 次提交
  16. 28 12月, 2003 4 次提交
  17. 27 12月, 2003 5 次提交