summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag the PCRE 7.1 release.pcre-7.1ph102007-04-240-0/+0
* Tidies and final updates for 7.1.ph102007-04-2429-71/+109
* Fix typos in comment.ph102007-04-181-3/+4
* Added a man page for pcre-config.ph102007-04-1811-11/+253
* Typos in the docs, missing casts and #ifdefs in the code.ph102007-04-176-11/+11
* Tidies: added some casts and some missing #ifdefs.ph102007-04-174-8/+21
* Update HTML documentation.ph102007-04-1725-429/+462
* Add PCRE_NEWLINE_ANYCRLF.ph102007-04-1626-136/+313
* Fix bugs in the documentation.ph102007-04-1610-19/+18
* Fix bad handling of data lines longer than 50K by pcretest.ph102007-04-162-2/+6
* Another buglet in pcretest for "any" newline and /g.ph102007-04-053-6/+22
* Reworked all the WIN32 __declspec stuff in the hope of getting it right.ph102007-04-0418-125/+150
* Daniel's patches to add to the CMake support.ph102007-04-0210-59/+142
* Previous fix for pcretest was buggy. Try again.ph102007-04-026-25/+68
* Trailing spaces.ph102007-03-3010-56/+78
* Fixed obscure bug when matching a null string in multiline mode with ph102007-03-307-6/+51
* Adjust CMakeLists.txt for 2.4.3 and tests.ph102007-03-301-15/+24
* Documentation notes that fr_FR locale is "french" in Windows; add an ph102007-03-305-45/+126
* Fix RunGrepTest so that it can be run when the build directory is not the ph102007-03-294-83/+84
* Daniel's patches.ph102007-03-2911-92/+344
* Remove 3 more generated files.ph102007-03-293-24410/+0
* Hopefully the final rename of makevp-* to makevp_*.ph102007-03-299-11/+13
* Commit after detrailing; set executable on autogen.sh.ph102007-03-266-40/+40
* Update ignore property for generated files.ph102007-03-260-0/+0
* New grep test output.ph102007-03-261-0/+21
* Various new tidies.ph102007-03-2623-10935/+219
* Fix multiline ^$ bug when newline=any.ph102007-03-262-0/+18
* The maint/ManyConfigTests script runs a whole slew of tests.ph102007-03-202-48/+153
* Make the use of dftables optional, and not the default. Further tidies to ph102007-03-2018-383/+790
* A number of tidies, file renames, etc.ph102007-03-1914-26/+39
* Fixed bug in the debugging /Z option of pcretest that made it assume /8.ph102007-03-195-28/+28
* Update svn:ignore properties.ph102007-03-120-0/+0
* Update svn:ignore properties.ph102007-03-120-0/+0
* Removal of trailing spaces.ph102007-03-1217-92/+100
* Documentation spring clean, and expansion of maint/README.ph102007-03-129-83/+330
* Add some missing free() calls to pcretest and pcregrep.ph102007-03-122-11/+29
* Valgrind showed up a bug in bug fix 7.1/12 which is now fixed.ph102007-03-121-2/+2
* Fix crash when erroroffset passed as NULL.ph102007-03-122-5/+6
* Fix bug in emulated memmove() for downward moves.ph102007-03-092-11/+24
* Update copyright years to 2007.ph102007-03-0930-33/+33
* Tests cleanup: use -C in RunTest; add /Z to pcretest and make test 3 ph102007-03-0912-89/+114
* Fix two obscure, but nasty bugs concerned with caseless matching with Unicode ph102007-03-096-3/+79
* Rename "maintain" as "maint".ph102007-03-099-0/+0
* Update documentation for forthcoming rename of "maintain" as "maint"ph102007-03-092-6/+6
* Update ignore properties.ph102007-03-080-0/+0
* Create the PrepareRelease script to process the documentation and create the ph102007-03-0856-1030/+532
* Some more #ifdefs for SUPPORT_UTF8.ph102007-03-073-0/+11
* Update the README file.ph102007-03-071-158/+260
* Arguments for the emulated memmove() should be void *, not char *.ph102007-03-072-3/+9
* Added some additional #ifdef SUPPORT_UTF8 to minimize the code when UTF-8 ph102007-03-076-4/+36