summaryrefslogtreecommitdiff
path: root/src/pcre2_maketables.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-31/+33
* Cut out maketables_free when included in freestanding program.ph102019-09-041-0/+2
* Add the pcre2_maketables_free() function.ph102019-09-031-0/+9
* Change a number of expressions like 1<<10 to 1u<<10.ph102019-04-121-12/+12
* More file tidies for 10.33-RC1ph102019-03-041-1/+1
* Implement Perl 5.28's alphabetic lookaround syntax, e.g. (*pla:...) and also ph102018-09-241-1/+1
* Remove unused character flag ctype_meta, no longer used.ph102018-08-191-8/+1
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-3/+3
* Multi-config tests (without JIT) now work.ph102014-08-101-11/+17
* Test 3 (locale test) converted.ph102014-07-241-20/+13
* Refactor the framework for revised API.ph102014-04-181-2/+2
* Create dummy framework for all functions and programs.ph102014-03-071-0/+158