summaryrefslogtreecommitdiff
path: root/src/pcre2_maketables.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-31/+33
| | | | | | | Update documentation about character tables. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1237 6239d852-aaf2-0410-a92c-79f79f948069
* Cut out maketables_free when included in freestanding program.ph102019-09-041-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1162 6239d852-aaf2-0410-a92c-79f79f948069
* Add the pcre2_maketables_free() function.ph102019-09-031-0/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1161 6239d852-aaf2-0410-a92c-79f79f948069
* Change a number of expressions like 1<<10 to 1u<<10.ph102019-04-121-12/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1083 6239d852-aaf2-0410-a92c-79f79f948069
* More file tidies for 10.33-RC1ph102019-03-041-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1079 6239d852-aaf2-0410-a92c-79f79f948069
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-241-1/+1
| | | | | | | (*atomic:...). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1018 6239d852-aaf2-0410-a92c-79f79f948069
* Remove unused character flag ctype_meta, no longer used.ph102018-08-191-8/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@987 6239d852-aaf2-0410-a92c-79f79f948069
* Final file updates for 10.21 release.ph102016-01-121-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@475 6239d852-aaf2-0410-a92c-79f79f948069
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@120 6239d852-aaf2-0410-a92c-79f79f948069
* Multi-config tests (without JIT) now work.ph102014-08-101-11/+17
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@44 6239d852-aaf2-0410-a92c-79f79f948069
* Test 3 (locale test) converted.ph102014-07-241-20/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@32 6239d852-aaf2-0410-a92c-79f79f948069
* Refactor the framework for revised API.ph102014-04-181-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@6 6239d852-aaf2-0410-a92c-79f79f948069
* Create dummy framework for all functions and programs.ph102014-03-071-0/+158
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@5 6239d852-aaf2-0410-a92c-79f79f948069