blob: 19aedf1276dc0f573560e1398fe60577c88dc80f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|