about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-25 20:48:59 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-25 20:48:59 +0000
commita0788ec48cc3f1357075e8351aa7d62d20c63c15 (patch)
tree98cb218704b778cc4fccfd3c3ce0e4de31ba3eaa /ChangeLog
parent63461e754479c272b75fc219416142f38b4fb23e (diff)
downloadglibc-a0788ec48cc3f1357075e8351aa7d62d20c63c15.tar.gz
glibc-a0788ec48cc3f1357075e8351aa7d62d20c63c15.tar.xz
glibc-a0788ec48cc3f1357075e8351aa7d62d20c63c15.zip
Update.
	* posix/regcomp.c (peek_token): Remove recent changes for anchor
	handling again.
	(parse_reg_exp): Likewise.
	* posix/regex.h: Remove RE_CARET_ANCHORS_HERE.

	(peek_token): Accept \s and \S as OP_SPACE and OP_NOTSPACE.
	(parse_expression): Replace build_word_op with
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 36bda970f2..f1619f9a90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-09-25  Ulrich Drepper  <drepper@redhat.com>
 
+	* posix/regcomp.c (peek_token): Remove recent changes for anchor
+	handling again.
+	(parse_reg_exp): Likewise.
+	* posix/regex.h: Remove RE_CARET_ANCHORS_HERE.
+
 	* csu/Makefile ($(objpfx)version-info.h): Fix sed script to handle
 	banners.
 
@@ -239,8 +244,8 @@
 	* posix/regcomp.c (build_word_op): Rename like...
 	(build_charclass_op): ...this.  Accept two extra parameters,
 	CLASS_NAME and EXTRA.  Add EXTRA to the result, not only _.
-	(peek_token): accept \s and \S as OP_SPACE and OP_NOTSPACE.
-	(parse_expression): replace build_word_op with
+	(peek_token): Accept \s and \S as OP_SPACE and OP_NOTSPACE.
+	(parse_expression): Replace build_word_op with
 	build_charclass_op, add new arguments, accept OP_SPACE
 	and OP_NOTSPACE.
 	* posix/regex_internal.h (re_token_type_t): Add OP_SPACE