summaryrefslogtreecommitdiff
path: root/src/pcre2_string_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Make bcopy() emulation of memmove() work properly.ph102018-08-101-1/+37
* Final file updates for 10.21 release.ph102016-01-121-1/+1
* Fix pedantic infelicities shown up by clang and a UTF-8 checking overflow bug.ph102015-07-241-2/+2
* Tidy up API for pcre2_config.ph102014-11-251-3/+3
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-8/+8
* Remove length argument from pcre2_config; give width if where==NULL.ph102014-10-151-4/+1
* Minor length bug.ph102014-10-141-1/+1
* Create PRIV(strcpy_c8) for copying config strings.ph102014-10-121-1/+24
* Tidy some comments; change several PCRE2_INFO fields to uint32_t instead of ph102014-08-151-5/+5
* Basic pcre2_compile() is working (no study, no auto-possess yet).ph102014-06-141-1/+102
* Further work on pcre2test (can now display compiled code).ph102014-05-131-0/+80