aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
12 hoursadded Automake fileHEADmasterRobin Haberkorn1-0/+11
Builds two convenience libraries: libterex.la and libteurex.la.
13 hoursrenamed hsrex to terexRobin Haberkorn3-14/+15
This will be the SciTECO regular expression engine and we have to fork it permanently.
13 hoursfixed some warnings when building with `-Wall`Robin Haberkorn3-10/+14
13 hoursUnicode 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.
13 hoursadded .gitignoreRobin Haberkorn1-0/+2
2014-12-26importGary Houston21-0/+11628