Skip to content
  1. Apr 02, 2005
  2. Apr 01, 2005
  3. Mar 31, 2005
  4. Mar 30, 2005
  5. Mar 29, 2005
  6. Mar 28, 2005
  7. Mar 27, 2005
  8. Mar 26, 2005
  9. Mar 25, 2005
  10. Mar 23, 2005
  11. Mar 22, 2005
  12. Mar 21, 2005
  13. Mar 20, 2005
  14. Mar 18, 2005
  15. Mar 17, 2005
    • 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