Skip to content
  1. Jan 28, 2004
  2. 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
  3. Jan 21, 2004
  4. Jan 19, 2004
  5. Jan 18, 2004
  6. Dec 01, 2003
  7. Nov 29, 2003
  8. Nov 28, 2003
  9. Nov 16, 2003
  10. Nov 04, 2003
  11. Nov 03, 2003
    • Richard Levitte's avatar
      In this version of OpenSSL, declarations aren't always strict · 3db7c097
      Richard Levitte authored
      prototypes, so I'm removing -Wstrict-prototypes and
      -Wmissing-prototypes from my debugging target in favor of
      -Wmissing-declarations.  That will make other issues more visible than
      in the middle of a thousand warnings telling me there isn't a proper
      prototype for this or that function pointer...
      3db7c097
  12. Oct 02, 2003
  13. Oct 01, 2003
  14. Sep 30, 2003
  15. Sep 29, 2003
  16. Sep 27, 2003
  17. Sep 21, 2003
  18. Sep 08, 2003
  19. Sep 03, 2003
  20. Aug 14, 2003
  21. Aug 11, 2003
  22. Aug 09, 2003
  23. Aug 08, 2003
  24. Aug 07, 2003
  25. Aug 06, 2003
  26. Jul 21, 2003
  27. Jul 03, 2003
  28. Jun 19, 2003