summaryrefslogtreecommitdiff
path: root/tree/src/vi/ex-070224/libuxre/NOTES
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:37:31 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-01 11:37:31 -0800
commite01b84a6698f5060fd7dea789fc0ffa872f26b15 (patch)
treeda1d4369048833f0496ae51d400d118f30c499bd /tree/src/vi/ex-070224/libuxre/NOTES
parent6d8430971dada74478a0cd2c9eca2272a105b744 (diff)
remove tree
Diffstat (limited to 'tree/src/vi/ex-070224/libuxre/NOTES')
-rw-r--r--tree/src/vi/ex-070224/libuxre/NOTES14
1 files changed, 0 insertions, 14 deletions
diff --git a/tree/src/vi/ex-070224/libuxre/NOTES b/tree/src/vi/ex-070224/libuxre/NOTES
deleted file mode 100644
index 19aedf1..0000000
--- a/tree/src/vi/ex-070224/libuxre/NOTES
+++ /dev/null
@@ -1,14 +0,0 @@
-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