/[Apache-SVN]/httpd/httpd/trunk/include/ap_regex.h
ViewVC logotype

Log of /httpd/httpd/trunk/include/ap_regex.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 830527 - (view) (annotate) - [select for diffs]
Modified Wed Oct 28 13:25:49 2009 UTC (4 weeks ago) by poirier
File length: 5145 byte(s)
Diff to previous 420983 (colored)
Fix a lot of doxygen warnings.  Thanks to Brad Hards for the patch.
I added a few more fixes, and there are still more that might
need a doxygen expert.

PR: 48061
Submitted by: Brad Hards
Reviewed by: poirier

Revision 420983 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:33:53 2006 UTC (3 years, 4 months ago) by fielding
File length: 5143 byte(s)
Diff to previous 395228 (colored)
update license header text

Revision 395228 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:11:27 2006 UTC (3 years, 7 months ago) by colm
File length: 4996 byte(s)
Diff to previous 263931 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 263931 - (view) (annotate) - [select for diffs]
Modified Sun Aug 28 23:03:59 2005 UTC (4 years, 2 months ago) by ianh
File length: 4996 byte(s)
Diff to previous 154207 (colored)
Doxygen fixup / cleanup

submited by: Neale Ranns neale ranns.org
reviewed by: Ian Holsman


Revision 154207 - (view) (annotate) - [select for diffs]
Modified Thu Feb 17 23:45:16 2005 UTC (4 years, 9 months ago) by wrowe
File length: 4936 byte(s)
Diff to previous 153407 (colored)
  Get httpd-2.1 building once again on win32.

  NEVER NEVER screw around with redeclaring AP_ macros and constants.
  If the compiler won't pick them up, e.g., AP_DECLARE, ya've done 
  something wrong from the start.

  All httpd/ap headers depend on httpd.h - plain and simple, so this
  un-convolutes the unusual order here.

  STATIC has become PCRE_STATIC, along with some other odd definitions.
  The only remaining emit is that _pcre_free export is imported, which
  implies something is unusual with the declaration.  Still researching.

Revision 153407 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 14:57:34 2005 UTC (4 years, 9 months ago) by jorton
File length: 5004 byte(s)
Diff to previous 153384 (colored)
* include/ap_regex.h: Include apr.h not stdlib.h; replace pointless
regoff_t typedef with int; s/size_t/apr_size_t/;.  Comment fixes.

* server/util_pcre.c: s/size_t/apr_size_t/.

* include/httpd.h: Include stdlib.h here instead since many other
files assume it was included by httpd.h at some point.

Revision 153384 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 12:00:41 2005 UTC (4 years, 9 months ago) by jorton
File length: 5216 byte(s)
Copied from: httpd/httpd/trunk/include/pcreposix.h revision 126601
Diff to previous 106755 (colored)
Move the POSIX reg* implementations into the ap_* namespace;
internalise the ap_reg*<->PCRE wrapper:

* configure.in: Add srclib/pcre to the include path.

* include/ap_regex.h: Renamed from include/pcreposix.h.  Prefix all
constants with AP_; prefix all functions and types with ap_.  Define
AP_DECLARE to nothing if necessary.  Remove regcomp error codes.

* include/httpd.h: Include ap_regex.h not pcreposix.h.
(ap_pregcomp, ap_regexec, ap_regfree): s/regex_t/ap_regex_t/.
(ap_regexec, ap_regerror): Prototypes moved to ap_regex.h.

* server/util.c (regex_cleanup, ap_pregcomp, ap_pregsub, ap_pregfree):
Adjust for ap_ prefixed types.  (ap_regexec, ap_regerror): Removed.

* server/Makefile.in: Build util_pcre.c.

* server/util_pcre.c: Copied from srclib/pcre/pcreposix.c; remove use
of PCRE-internals to do error mapping; rename types to add AP_/ap_
prefixes as above.  Use APR includes.  (ap_regerror): Use apr_snprintf.

* srclib/pcre/Makefile.in: Don't build pcreposix.c into libpcre.la.

* modules/*: Update to use new type and constant names.

PR: 27750 (part one)
Submitted by: Andres Salomon <dilinger voxel.net>, Joe Orton

Revision 106755 - (view) (annotate) - [select for diffs]
Modified Sat Nov 27 20:21:20 2004 UTC (4 years, 11 months ago) by brianp
Original Path: httpd/httpd/trunk/include/pcreposix.h
File length: 3983 byte(s)
Copied from: httpd/httpd/trunk/srclib/pcre/pcreposix.h revision 106754
Diff to previous 106690 (colored)
Moving pcreposix.h to include/ to replace the (now out of date) version there

Revision 106690 - (view) (annotate) - [select for diffs]
Modified Sat Nov 27 07:28:04 2004 UTC (4 years, 11 months ago) by brianp
Original Path: httpd/httpd/trunk/srclib/pcre/pcreposix.h
File length: 3983 byte(s)
Diff to previous 106103 (colored)
Upgraded the copy of PCRE within srclib/pcre to version 5.0

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
Original Path: httpd/httpd/trunk/srclib/pcre/pcreposix.h
File length: 2341 byte(s)
Diff to previous 94037 (colored)
general property cleanup

Revision 94037 - (view) (annotate) - [select for diffs]
Modified Wed Mar 20 05:54:26 2002 UTC (7 years, 8 months ago) by brianp
Original Path: httpd/httpd/trunk/srclib/pcre/pcreposix.h
File length: 2341 byte(s)
Copied from: httpd/httpd/branches/avendor/srclib/pcre/pcreposix.h revision 94036
Diff to previous 94036 (colored)
This commit was generated by cvs2svn to compensate for changes in r8100,
which included commits to RCS files with non-trunk default branches.

Revision 94036 - (view) (annotate) - [select for diffs]
Modified Wed Mar 20 05:54:26 2002 UTC (7 years, 8 months ago) by brianp
Original Path: httpd/httpd/branches/avendor/srclib/pcre/pcreposix.h
File length: 2341 byte(s)
Diff to previous 85155 (colored)
Import of PCRE 3.9

Revision 85155 - (view) (annotate) - [select for diffs]
Modified Fri May 5 23:28:26 2000 UTC (9 years, 6 months ago) by (unknown author)
Original Path: httpd/httpd/branches/avendor/srclib/pcre/pcreposix.h
File length: 2341 byte(s)
Diff to previous 85154 (colored)
This commit was manufactured by cvs2svn to create branch 'avendor'.

Revision 85154 - (view) (annotate) - [select for diffs]
Added Fri May 5 23:28:20 2000 UTC (9 years, 6 months ago) by rbb
Original Path: httpd/httpd/trunk/srclib/pcre/pcreposix.h
File length: 2341 byte(s)
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2