aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
16 hoursrenamed hsrex to terexRobin Haberkorn1-3/+3
This will be the SciTECO regular expression engine and we have to fork it permanently.
16 hoursUnicode builds now expect UTF-8 stringsRobin Haberkorn1-5/+5
* 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/+17