summaryrefslogtreecommitdiff
path: root/src/pcre2_serialize.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-8/+8
* Minor code fix to get rid of Coverity warning (I hope).ph102018-08-211-7/+11
* Zero pointers in serialized patterns, for consistency.ph102018-08-151-1/+15
* Fix memory leak when deserializing invalid data (Bugzilla 2075).ph102017-03-211-1/+4
* Add a bit more sanity checking to pcre2_serialize_decode(), and document.ph102016-05-241-0/+7
* Final file updates for 10.21 release.ph102016-01-121-10/+10
* Fix DECL/DEFN typo that affects Windows.ph102015-02-241-4/+4
* Fix alignement problem in deserialization on 64-bit SPARC.ph102015-02-071-8/+15
* Add serialization functions and tests with updated pcre2test. Fix ph102015-01-231-0/+251