index
:
terex
master
TECO Regular Expression Engine
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-29
added my copyright to all touched files
Robin Haberkorn
12
-0
/
+12
2026-06-27
re_free() and re_error() have also been renamed to tere_free() and tere_error...
Robin Haberkorn
4
-6
/
+8
2026-06-27
fixup REG_ANCHORED: the checks have to be in shortest()
Robin Haberkorn
3
-8
/
+16
2026-06-27
implemented REG_ANCHORED execution flag
Robin Haberkorn
5
-48
/
+80
2026-06-27
renamed re_comp() to tere_comp() and re_exec() to tere_exec()
Robin Haberkorn
4
-9
/
+11
2026-06-27
Added more Autotools build artefacts to .gitignore
Robin Haberkorn
1
-0
/
+7
2026-06-27
REG_RAW is a pure re_comp() flag now
Robin Haberkorn
4
-6
/
+6
2026-06-26
added new project README
Robin Haberkorn
2
-8
/
+49
2026-06-26
allow raw (ASCII) matching via REG_RAW flag, so we no longer need a compile-t...
Robin Haberkorn
11
-157
/
+193
2026-06-21
added Automake file
Robin Haberkorn
1
-0
/
+11
2026-06-21
renamed hsrex to terex
Robin Haberkorn
3
-14
/
+15
2026-06-21
fixed some warnings when building with `-Wall`
Robin Haberkorn
3
-10
/
+14
2026-06-21
Unicode builds now expect UTF-8 strings
Robin Haberkorn
15
-443
/
+252
2026-06-21
added .gitignore
Robin Haberkorn
1
-0
/
+2
2014-12-26
import
Gary Houston
21
-0
/
+11628