NOTES (534B)
1 Notes for the modified 'UNIX(R) Regular Expression Library' 2 ============================================================ 3 4 The code this is based on was released by Caldera as 'osutils-0.1a' 5 and is available at <http://unixtools.sourceforge.net/>. Notable 6 changes include: 7 8 - Support for multibyte characters was enabled again. 9 - Support for traditional extended regular expression syntax was added. 10 - Fix: With REG_ICASE, [B-z] matches 'A', 'a', and '[' according to 11 POSIX.2. 12 - Some speed improvements. 13 14 Gunnar Ritter 9/22/03