<feed xmlns='http://www.w3.org/2005/Atom'>
<title>terex/regalone.c, branch master</title>
<subtitle>TECO Regular Expression Engine</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/terex/'/>
<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>
