<feed xmlns='http://www.w3.org/2005/Atom'>
<title>terex/Makefile, branch master</title>
<subtitle>TECO Regular Expression Engine</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/terex/'/>
<entry>
<title>allow raw (ASCII) matching via REG_RAW flag, so we no longer need a compile-time flag</title>
<updated>2026-06-26T21:14:44+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>rhaberkorn@fmsbw.de</email>
</author>
<published>2026-06-26T21:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/terex/commit/?id=eb1fcdf5d1058f4fbdf3a2661573dd7e4d3976f3'/>
<id>eb1fcdf5d1058f4fbdf3a2661573dd7e4d3976f3</id>
<content type='text'>
You no longer need to build two libraries just for supporting raw/ASCII and UTF-8
patterns.
This makes using the library a lot easier and reduces the total binary size.
Since strings are always `unsigned char *` now internally and the raw vs. UTF-8
decision is important only in a few select places, it would make no sense to
use meta-programming techniques.

The test suite has been extended and is now fixed for cases with embedded
non-printable characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You no longer need to build two libraries just for supporting raw/ASCII and UTF-8
patterns.
This makes using the library a lot easier and reduces the total binary size.
Since strings are always `unsigned char *` now internally and the raw vs. UTF-8
decision is important only in a few select places, it would make no sense to
use meta-programming techniques.

The test suite has been extended and is now fixed for cases with embedded
non-printable characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed hsrex to terex</title>
<updated>2026-06-21T20:10:44+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>rhaberkorn@fmsbw.de</email>
</author>
<published>2026-06-21T20:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/terex/commit/?id=d2b12491df9e4fc6cdaddcd0af9b43b08d821775'/>
<id>d2b12491df9e4fc6cdaddcd0af9b43b08d821775</id>
<content type='text'>
This will be the SciTECO regular expression engine and we have to fork
it permanently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be the SciTECO regular expression engine and we have to fork
it permanently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unicode builds now expect UTF-8 strings</title>
<updated>2026-06-21T20:05:37+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>rhaberkorn@fmsbw.de</email>
</author>
<published>2026-06-21T19:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/terex/commit/?id=13f5fd77bbc528862f295f9e7196f3ff709d185a'/>
<id>13f5fd77bbc528862f295f9e7196f3ff709d185a</id>
<content type='text'>
* 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>import</title>
<updated>2014-12-26T05:19:46+00:00</updated>
<author>
<name>Gary Houston</name>
<email>ghouston@arglist.com</email>
</author>
<published>2014-12-26T05:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/terex/commit/?id=888eaffd36ff841a0b7c562de67e498336270ce7'/>
<id>888eaffd36ff841a0b7c562de67e498336270ce7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
