aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-06-21added Automake fileRobin Haberkorn1-0/+11
Builds two convenience libraries: libterex.la and libteurex.la.
2026-06-21renamed hsrex to terexRobin Haberkorn3-14/+15
This will be the SciTECO regular expression engine and we have to fork it permanently.
2026-06-21fixed some warnings when building with `-Wall`Robin Haberkorn3-10/+14
2026-06-21Unicode builds now expect UTF-8 stringsRobin Haberkorn15-443/+252
* They are built with `-DREGEX_UTF8` instead of `-DREGEX_WCHAR`. Functions are called reg_ucomp() and reg_uexec() instead for consistency. The library is now called libhsurex.so instead of libhswrex.so. * The `chr` type is now always `unsigned char`. As a result many other uses of the `chr` type had to be changed to pchr (which is always large enough to hold a byte or wide character). Generally we try to keep code changes as small as possible since we may have to backport changes from the Tcl codebase or contribute patches to the Tcl project.
2026-06-21added .gitignoreRobin Haberkorn1-0/+2
2014-12-26importGary Houston21-0/+11628