summaryrefslogtreecommitdiff
path: root/maint
Commit message (Collapse)AuthorAgeFilesLines
* Final source tidies for 8.45 release.HEADmasterph102021-06-151-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1766 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.41-RC1 release.ph102017-06-131-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1703 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix Unicode property crash for 32-bit characters greater than 0x10ffff.ph102017-02-241-45/+61
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1688 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Updates and tidies for 8.40-RC1 tarballs.ph102016-12-121-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1673 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Warning suppression no longer needed.ph102016-06-141-1/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1654 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.39-RC1.ph102016-05-231-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1651 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.38-RC1.ph102015-10-271-1/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1602 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update to Unicode 7.0.0 releasechpe2014-06-198-253/+3756
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1490 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Preparations for next release.ph102014-03-041-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1459 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bug in tests when 16/32 bits and --enable-bsr-anycrlf are both set. Extend ph102014-01-171-8/+9
| | | | | | | pcretest to show the \R default. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1450 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Get rid of some unitialized variable compiler warnings.ph102013-12-241-13/+30
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1417 2f5784b3-3f2a-0410-8824-cb99058d5e15
* When running the tests for many different configurations, add compiler warningph102013-12-061-4/+25
| | | | | | | switches when gcc is being used, and fail if any warnings are generated. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1410 2f5784b3-3f2a-0410-8824-cb99058d5e15
* unicode: Update to Unicode 6.3.0 releasechpe2013-10-015-48/+66
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1362 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add a count to show progress, suppress compiler optimization to save time.ph102013-05-011-3/+17
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1317 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add \p{Xuc} to match characters identifiable by Universal Character Names.ph102013-02-271-12/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1260 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove files that have been obsolete for some time.ph102012-12-072-223/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1232 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo.ph102012-11-111-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1220 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Preparations for 8.32-RC1.ph102012-11-091-8/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1217 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add --enable-valgrind to the configuration of the tests that are run using ph102012-10-241-0/+1
| | | | | | | valgrind. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1169 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add test for 32+16 but not 8-bit and a test for all three.ph102012-10-231-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1168 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: Add 32-bit librarychpe2012-10-162-2/+12
| | | | | | | | | | Create libpcre32 that operates on 32-bit characters (UTF-32). This turned out to be surprisingly simple after the UTF-16 support was introduced; mostly just extra ifdefs and adjusting and adding some tests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1055 2f5784b3-3f2a-0410-8824-cb99058d5e15
* unicode: Update to Unicode 6.2chpe2012-09-307-29/+40
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1050 2f5784b3-3f2a-0410-8824-cb99058d5e15
* All the remaining changes for handling characters with more than one other ph102012-09-251-1/+21
| | | | | | | case. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1046 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update character class handling to use new character case information; rework ph102012-09-232-6/+6
| | | | | | | \h, \H, \v, and \V to use the same apparatus with centrally defined lists. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1045 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update MultiStage2.py to create new case-folding information in the Unicode ph102012-09-205-47/+1399
| | | | | | | tables. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1044 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Upgrade \X to match an extended grapheme clusterph102012-08-255-348/+1649
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1011 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final tidies for 8.31.ph102012-07-061-4/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@984 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rework and rename some of the docs about building methods.ph102012-06-181-3/+51
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@981 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidy up this developer's test program and add more descriptive comments.ph102012-02-291-9/+58
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@946 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update ucptest maintenance program for Unicode 6.1.0.ph102012-02-283-11/+23
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@943 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update for Unicode 6.1.0.ph102012-02-286-212/+1210
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@942 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Typo!ph102012-01-201-1/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@899 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Formatting tidyph102012-01-201-6/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@898 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Maintenance notes updateph102012-01-141-27/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@874 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add -C newline to pcretest; update ManyConfigTests to use new -C features; add ph102011-12-291-8/+11
| | | | | | | some 16-bit tests with link sizes 3 and 4. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@838 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-4/+19
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-9/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@835 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.21ph102011-12-111-2/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@797 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.20-RC3.ph102011-10-111-5/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@733 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update the config test script to run some tests under valgrind.ph102011-10-101-9/+23
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@731 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update full set of tests with many configurations.ph102011-09-101-4/+21
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@690 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@667 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation and general text tidies in preparation for test release.ph102011-08-021-6/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@654 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update tables to Unicode 6.0.0.ph102011-04-306-225/+2274
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@592 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add script to check for man page markup typos. Fix some typos.ph102011-01-111-25/+31
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@583 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies of documenation and code while preparing for release.ph102010-11-241-19/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@579 2f5784b3-3f2a-0410-8824-cb99058d5e15
* A more correct fix for the chartables bug with UTF-8 and non-std tables.ph102010-06-132-0/+144
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@539 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Prepare for release candidate.ph102010-06-031-60/+62
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@535 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Typo in comment.ph102010-05-221-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@522 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.ph102010-05-051-2/+15
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@517 2f5784b3-3f2a-0410-8824-cb99058d5e15