1. 21 Jan, 2001 6 commits
  2. 20 Jan, 2001 9 commits
  3. 19 Jan, 2001 21 commits
  4. 18 Jan, 2001 4 commits
    • William A. Rowe Jr's avatar
      · 56db883b
      William A. Rowe Jr authored
        When is a void fn(void) not a void fn(void)?  It's a win32'ism, since
        the APR_DECLARE (excluding _NONSTD) uses the pascal convention.  Really
        irrelevant in a function that never needs to clean up (atexit), but
        the compiler complains.  Possible workarounds, but that would break
        non-c lanaguge code from linking into apr.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87726 13f79535-47bb-0310-9956-ffa450edef68
      56db883b
    • William A. Rowe Jr's avatar
      · 2489a7a0
      William A. Rowe Jr authored
        Some missing exports
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87725 13f79535-47bb-0310-9956-ffa450edef68
      2489a7a0
    • William A. Rowe Jr's avatar
      · 8d3ef4ff
      William A. Rowe Jr authored
        Fixups to build the whole shebang once again.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87724 13f79535-47bb-0310-9956-ffa450edef68
      8d3ef4ff
    • Tony Finch's avatar
      Bring forward from 1.3: · a81e4fae
      Tony Finch authored
      I broke mod_rewrite by modifying strings in place when expanding them,
      because variable lookups can cause subrequests which cause mod_rewrite
      to do its stuff again including an expansion on the same string, which
      is then syntactically invalid. So copy the lookup keys somewhere else
      before using them in such a way that may cause recursion.
      
      In addition to this, my parser could also be confused by complicated
      nested rewrite map expansions like ${map1:${map2:key|dflt}|dflt} so
      fix that too by keeping track of {} when looking for |.
      
      PR:             7087
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87723 13f79535-47bb-0310-9956-ffa450edef68
      a81e4fae