about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-12-12 18:28:58 +0000
committerUlrich Drepper <drepper@redhat.com>2007-12-12 18:28:58 +0000
commit77751669d757d1b78dfa677c1c429bd94aa2e59d (patch)
treee60ad28baa82f2dcf9c29bcda17eaeebbe15ca34 /ChangeLog
parentf63e5063410e030f856956f12b3472499c3129e2 (diff)
downloadglibc-77751669d757d1b78dfa677c1c429bd94aa2e59d.tar.gz
glibc-77751669d757d1b78dfa677c1c429bd94aa2e59d.tar.xz
glibc-77751669d757d1b78dfa677c1c429bd94aa2e59d.zip
* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
	that would inhibit utf8-optimization of a regexp containing line-
	or buffer-anchors, e.g., `^', `$'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 502ef29681..d0321fb14c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-01  Jim Meyering  <meyering@redhat.com>
+
+	* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
+	that would inhibit utf8-optimization of a regexp containing line-
+	or buffer-anchors, e.g., `^', `$'.
+
 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
 
 	* time/bug-getdate1.c (do_test): Don't use century values which