summaryrefslogtreecommitdiff
path: root/tree/src/vi/ex-070224/libuxre/NOTES
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-23 16:54:28 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-23 16:54:28 -0800
commitbab271f5ae060734de7e95107baf5191e46fc90d (patch)
tree64953b1e5f6329eeb1d2e1b97823f0feeb6102a1 /tree/src/vi/ex-070224/libuxre/NOTES
parent49b4ddfca0b514cd4b4655a82a261187defd91d6 (diff)
add musl and vi
Diffstat (limited to 'tree/src/vi/ex-070224/libuxre/NOTES')
-rw-r--r--tree/src/vi/ex-070224/libuxre/NOTES14
1 files changed, 14 insertions, 0 deletions
diff --git a/tree/src/vi/ex-070224/libuxre/NOTES b/tree/src/vi/ex-070224/libuxre/NOTES
new file mode 100644
index 0000000..19aedf1
--- /dev/null
+++ b/tree/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