summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler updatezherczeg2012-01-0919-138/+279
* Documentation.ph102012-01-097-167/+183
* Documentation updates.ph102012-01-088-228/+252
* Documentation.ph102012-01-072-27/+70
* Documentation updates.ph102012-01-074-185/+254
* Update for revised API.ph102012-01-061-67/+209
* Typos in comments.ph102012-01-061-3/+3
* Remove pcre_info.c, add pcre_string_utils.c to list of sources.ph102012-01-061-2/+3
* Add pcre16 prefix to 16 bit structszherczeg2012-01-0514-110/+184
* Update libpcre_version for change of API, and add libpcre16_version.ph102012-01-052-2/+9
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-0414-67/+112
* Allow octal escapes up to \777 in 16-bit non-UTF mode.ph102012-01-049-12/+23
* Tidy compile-time error messages for 16-bit.ph102012-01-047-11/+22
* fix signed/unsigned half load mismatches and JIT compiler updatezherczeg2012-01-0312-110/+376
* Documentation update for 16-bit.ph102012-01-036-50/+281
* fix the name of pcre16_refcountzherczeg2012-01-011-1/+1
* Remove prototype for pcre[16]_info. ph102012-01-011-2/+0
* Update pcre-config for 16-bit library and correct type on libpcre16.pc.in.ph102012-01-013-6/+46
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-3120-152/+173
* use unsigned short for 16 bit strings and a minor fixzherczeg2011-12-312-4/+3
* 16-bit update of non-man documentation files and the PrepareRelease script.ph102011-12-305-218/+309
* endianness fixes and JIT compiler updatezherczeg2011-12-3020-34/+335
* Add -C newline to pcretest; update ManyConfigTests to use new -C features; add ph102011-12-292-9/+23
* Fix msys RunGrepTest failure (Bugzilla #1185).ph102011-12-293-2/+7
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-28151-28762/+37601
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-2858-2645/+1955
* Renamed isnumber in pcre_compile to avoid a clash with ctype.h in Macs, and ph102011-12-183-5/+16
* A last-minute update to RunTest.bat from Sheri.ph102011-12-121-3/+1
* Source tidies for 8.21ph102011-12-115-16/+23
* Computation of memory needed for the table of names of groups was giving an ph102011-12-073-4/+7
* Fix a possible uninitialized memory bug.ph102011-12-072-1/+4
* Updated RunTest.bat (don't use JIT for tests 7-10).ph102011-12-072-9/+9
* Previous pcre-config.in patch did not update libs-cpp.ph102011-12-071-1/+1
* Source tidies for 8.21-RC1ph102011-12-0623-209/+209
* Fix uninitialized memory use when writing study data to file if no starting ph102011-12-062-52/+62
* Tidies for 8.21-RC1 release.ph102011-12-0515-895/+1179
* Include CheckMan in distribution (accidentally omitted) and put an explicit ph102011-12-052-6/+7
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-028-14/+60
* Added (int) casts to reduce 64-bit warnings.ph102011-12-026-32/+35
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-014-16/+56
* Retrieve executable code size support for the JIT compiler and fixing some wa...zherczeg2011-12-019-11/+30
* Documentation update.ph102011-12-011-5/+8
* Fix pcretest not forgetting JIT after it has been used once.ph102011-12-013-3/+5
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-306-42/+141
* Documentation update.ph102011-11-301-4/+5
* Update *MARK handling to be more like Perl.ph102011-11-299-865/+851
* Add some words about multiple PCRE versions to the JIT documentation.ph102011-11-261-7/+27
* Some UTF-8 tests were in the wrong file.ph102011-11-255-21/+27
* Added comments about options usage.ph102011-11-231-6/+11
* Fix repeated forward reference needed character bug.ph102011-11-224-2/+18