aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2026-06-26added new project READMERobin Haberkorn1-55/+0
The original hsrex README has been re-added as README.old.
2026-06-21renamed hsrex to terexRobin Haberkorn1-6/+6
This will be the SciTECO regular expression engine and we have to fork it permanently.
2026-06-21Unicode builds now expect UTF-8 stringsRobin Haberkorn1-4/+4
* 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.
2014-12-26importGary Houston1-0/+55