summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
...
* upgrade to PCRE 7.2 RC3Nuno Lopes2007-06-1423-897/+3299
* Display PCRE ini entries as part of module infoScott MacVicar2007-06-121-0/+2
* fix test namesAntony Dovgal2007-05-073-3/+3
* fix test titleNuno Lopes2007-05-071-1/+1
* update bundled PCRE to version 7.2 RC1. if everything goes right, this will b...Nuno Lopes2007-05-0771-10206/+5840
* fix foldingAntony Dovgal2007-04-231-4/+12
* - Need to install headersMarcus Boerger2007-03-251-0/+1
* don't emit any warnings in addition to an exceptionAntony Dovgal2007-03-142-3/+3
* fix win buildRob Richards2007-02-261-1/+1
* - avoid sprintfMarcus Boerger2007-02-242-10/+9
* add SKIPIF sections to check if PCRE has the functionality tested/usedAntony Dovgal2007-02-126-0/+36
* upgrade PCRE to version 7.0Nuno Lopes2007-02-0964-4635/+10262
* Revert pcrelib version string to 2006Hannes Magnusson2007-01-031-1/+1
* revert this date to its previous stateAntony Dovgal2007-01-031-1/+1
* Bump year.Sebastian Bergmann2007-01-0125-27/+27
* new testNuno Lopes2006-12-191-0/+476
* fix test on MacOSAntony Dovgal2006-12-191-1/+1
* MFB: new testsNuno Lopes2006-12-083-0/+55
* partly fix #39724Antony Dovgal2006-12-041-1/+3
* add UEXPECT sectionsNuno Lopes2006-12-034-0/+347
* MFB: fix test on fbsdHannes Magnusson2006-12-031-1/+1
* MFH (not tested. so some tests may fail in unicode mode)Nuno Lopes2006-12-024-0/+416
* fix #39112 (typo in error message)Antony Dovgal2006-10-102-3/+3
* Initialize optional vars.Andrei Zmievski2006-10-091-2/+2
* Error message clean upHannes Magnusson2006-10-082-3/+3
* leaks--Antony Dovgal2006-10-032-1/+4
* fix testsAntony Dovgal2006-10-032-4/+17
* fix leakAntony Dovgal2006-10-031-0/+3
* don't forget to increase refcount when adding entry to the return_valueAntony Dovgal2006-10-031-0/+1
* Unicode support in preg_grep().Andrei Zmievski2006-09-191-27/+34
* Upgrade preg_quote() to support Unicode.Andrei Zmievski2006-09-191-11/+30
* Fix offset calculation in add_offset_pair().Andrei Zmievski2006-09-191-15/+28
* fix testsAntony Dovgal2006-09-198-28/+440
* fix leak in preg_split()Antony Dovgal2006-09-191-1/+1
* Upgrade preg_split() to support Unicode strings.Andrei Zmievski2006-09-181-43/+51
* More work on Unicode support in PCRE. When UG(unicode) is on, allAndrei Zmievski2006-09-182-106/+91
* MFB: fix memleak of pcre study dataNuno Lopes2006-09-061-0/+1
* Added missing defines needed for win32 buildIlia Alshanetsky2006-09-051-1/+1
* MFB: Upgrade PCRE lib to 6.7Ilia Alshanetsky2006-08-3038-1267/+3693
* fix leak, add testAntony Dovgal2006-08-302-0/+72
* add missing addrefAntony Dovgal2006-08-291-0/+1
* Check for is_utf8.Andrei Zmievski2006-08-291-6/+11
* More Unicode work.Andrei Zmievski2006-08-291-3/+11
* fix PCRE testsAntony Dovgal2006-08-299-10/+230
* Add Unicode support for preg_match[_all]Andrei Zmievski2006-08-282-47/+154
* tsrmls fixRob Richards2006-07-201-1/+1
* - TSRM fixesMarcus Boerger2006-07-201-2/+2
* - WSMarcus Boerger2006-07-201-8/+8
* - Fix unicode expectationsMarcus Boerger2006-07-201-0/+25
* - Clean up (after consulting Andrei)Marcus Boerger2006-07-207-233/+252