summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-10-24 08:10:02 +0000
committerKenichi Handa <handa@m17n.org>2000-10-24 08:10:02 +0000
commitef1bfeb5a6f62ac11f1586228a909e05a34988cb (patch)
treec9ea48ba847a78ed9a7dda4667780dd552d44687
parentf33cafbe5416de4b66106b23212b36104018ae07 (diff)
downloadgnulib-ef1bfeb5a6f62ac11f1586228a909e05a34988cb.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eae7b9b392..2b6a383d43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-24 Kenichi Handa <handa@etl.go.jp>
+
+ * regex.c (regex_compile): Change the way of handling a range from
+ a char less than 256 to a char not less than 256.
+
2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
* regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.