1. 02 Apr, 2005 1 commit
  2. 01 Apr, 2005 1 commit
  3. 31 Mar, 2005 4 commits
  4. 30 Mar, 2005 7 commits
  5. 29 Mar, 2005 3 commits
  6. 28 Mar, 2005 1 commit
  7. 27 Mar, 2005 6 commits
  8. 26 Mar, 2005 4 commits
  9. 25 Mar, 2005 1 commit
  10. 23 Mar, 2005 2 commits
  11. 22 Mar, 2005 2 commits
  12. 21 Mar, 2005 1 commit
  13. 20 Mar, 2005 1 commit
  14. 18 Mar, 2005 2 commits
  15. 17 Mar, 2005 4 commits
    • William A. Rowe Jr's avatar
      · da495e81
      William A. Rowe Jr authored
        Add /D PCRE_STATIC to solve an 'exported symbol imported' bug.
        We build pcre static, and do not intent to export pcre_* namespace,
        but rather our ap_pcre_* wrappers.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157949 13f79535-47bb-0310-9956-ffa450edef68
      da495e81
    • William A. Rowe Jr's avatar
      · 96b9dc78
      William A. Rowe Jr authored
        Fix three problems with pcre for portability;
      
        1. study.c's pointer arg didn't jive with pcre_fullinfo()'s prototype,
           however there was no (trivial) way to get them to concur.  Cast in
           this case was the least of several evils.
      
        2. byteflip had an error for high-bit set bytes, because right shift
           signed is allowed to extend the sign bit.  These had to be unsigned,
           and the real_pcre types were the safest way to do this.
      
        3. split byteflip into byteflip2/4, to drop size truncation emits, 
           as the arguments are unambigiously 16 or 32 bits as defined 
           in pcre_internal.h.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157948 13f79535-47bb-0310-9956-ffa450edef68
      96b9dc78
    • William A. Rowe Jr's avatar
      · bc3ee51d
      William A. Rowe Jr authored
        Second fat-fingered typo in 24 hrs.  Balance parens, this now compiles.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157947 13f79535-47bb-0310-9956-ffa450edef68
      bc3ee51d
    • William A. Rowe Jr's avatar
      · eaca64b8
      William A. Rowe Jr authored
        Clean up emit for size truncation.  Division here ensures we fit nicely.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157946 13f79535-47bb-0310-9956-ffa450edef68
      eaca64b8