1. 28 May, 1998 16 commits
  2. 27 May, 1998 5 commits
  3. 26 May, 1998 2 commits
  4. 25 May, 1998 5 commits
  5. 24 May, 1998 1 commit
  6. 23 May, 1998 1 commit
  7. 22 May, 1998 7 commits
  8. 21 May, 1998 3 commits
    • brian's avatar
      PR: · 184e0bd9
      brian authored
      Prepare for release.  I've got to take my wife to the airport, I'll roll the
      release in about 2 hours.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81344 13f79535-47bb-0310-9956-ffa450edef68
      184e0bd9
    • brian's avatar
      PR: · c23a4231
      brian authored
      Reviewed by:	Paul Sutton, Martin Kraemer
      
      Move the _log to .log.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81343 13f79535-47bb-0310-9956-ffa450edef68
      c23a4231
    • brian's avatar
      PR: · 573dae14
      brian authored
      Submitted by:	"Brian Havard" <brianh@kheldar.apana.org.au>
      
      "Brian Havard" <brianh@kheldar.apana.org.au> writes:
      For reasons I've yet to determine the OS/2 exe is compiled with a switch
      that makes fopen() default to binary mode (-Zbin-files). This makes the !#
      parser in ap_call_exec() fail on scripts that use CR/LF line terminators.
      The following patch fixes that. Note that the code affected is inside an
      #ifdef __EMX__ so there's no chance of breaking other platforms.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81342 13f79535-47bb-0310-9956-ffa450edef68
      573dae14