Skip to content
  1. May 30, 2001
  2. May 28, 2001
  3. May 25, 2001
  4. May 23, 2001
  5. May 22, 2001
  6. May 21, 2001
  7. May 20, 2001
  8. May 18, 2001
  9. May 16, 2001
  10. May 15, 2001
  11. May 14, 2001
  12. May 13, 2001
  13. May 12, 2001
  14. May 10, 2001
  15. May 09, 2001
    • William A. Rowe Jr's avatar
      · 6bbc2985
      William A. Rowe Jr authored
        ISAPIs written for MS may pass 0 as the result code with no adverse effect.
      
      Submitted by:	Jessie Oberreuter <joberreu@moselle.com>
      Reviewed by:	Will Rowe
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89062 13f79535-47bb-0310-9956-ffa450edef68
      6bbc2985
    • William A. Rowe Jr's avatar
      · 486f7308
      William A. Rowe Jr authored
        Resolve the win32 exec cmd bug, at least as far as some unixes support
        it.  Presume the command contains a filepath and transpose forward
        slashes to backslashes in the path.  (Note part of the bug, correctly
        identified by the poster of 7415, was the /c flag being transposed to \c).
      
        There has to be a better way, but at least this is now partially, and not
        entirely broken.  Command.com _does_ accept quoted file paths with spaces
        for the executable.
      
      PR:		7415
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89059 13f79535-47bb-0310-9956-ffa450edef68
      486f7308