diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-23 16:54:28 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-23 16:54:28 -0800 |
| commit | 0960985a5579aa22e4cad1b53e31d988d0815471 (patch) | |
| tree | fb93e4d945dc080cdde550a241a2325ac6492963 /src/vi/ex-070224/libuxre/NOTES | |
| parent | 1e06d782d2a8cdb9fe59e4932999869c95397cbd (diff) | |
add musl and vi
Diffstat (limited to 'src/vi/ex-070224/libuxre/NOTES')
| -rw-r--r-- | src/vi/ex-070224/libuxre/NOTES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/vi/ex-070224/libuxre/NOTES b/src/vi/ex-070224/libuxre/NOTES new file mode 100644 index 0000000..19aedf1 --- /dev/null +++ b/src/vi/ex-070224/libuxre/NOTES @@ -0,0 +1,14 @@ +Notes for the modified 'UNIX(R) Regular Expression Library' +============================================================ + +The code this is based on was released by Caldera as 'osutils-0.1a' +and is available at <http://unixtools.sourceforge.net/>. Notable +changes include: + +- Support for multibyte characters was enabled again. +- Support for traditional extended regular expression syntax was added. +- Fix: With REG_ICASE, [B-z] matches 'A', 'a', and '[' according to + POSIX.2. +- Some speed improvements. + + Gunnar Ritter 9/22/03 |
