summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-08 17:58:35 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-08 17:58:35 +0000
commit64890758cff979d28a3618fe7b3c5df83be53b25 (patch)
tree32d58ffdf530757ec057ee268c0a6097783b7f49 /lib/ChangeLog
parent0e5aafc45a9c139fce58c8338e54e51a719bbd6c (diff)
downloadcoreutils-64890758cff979d28a3618fe7b3c5df83be53b25.tar.xz
(init_dfa, build_range_exp): Store __btowc value
in wint_t, not wchar_t. Remove now-unnecessary cast.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 762d44155..b84f78977 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-08 Eric Blake <ebb9@byu.net> (tiny change)
+ and Paul Eggert <eggert@cs.ucla.edu>
+
+ * regcomp.c (init_dfa, build_range_exp): Store __btowc value
+ in wint_t, not wchar_t. Remove now-unnecessary cast.
+
2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
Switch to Isamu Hasegawa's implementation of regex, which is