about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-29 00:42:16 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-29 00:42:16 +0000
commita96c63edd2c1b291741d443ba4e93144168eca72 (patch)
tree26d69b839c0dc35c51b7b40ba896c490d6f430a3 /ChangeLog
parent5a299c962e5e096919470ba77a92522c278ad63a (diff)
downloadglibc-a96c63edd2c1b291741d443ba4e93144168eca72.tar.gz
glibc-a96c63edd2c1b291741d443ba4e93144168eca72.tar.xz
glibc-a96c63edd2c1b291741d443ba4e93144168eca72.zip
Update.
	* posix/regcomp.c (mark_opt_subexp_iter): Declare IDX as int.

	* posix/regexec.c (re_copy_regs): Fix testing for failed allocation.
	_IO_peekc_unlocked, _IO_putc_unlocked, _IO_getwc_unlocked, and
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 011f910a9f..bfa5d7aea1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
 2003-12-28  Ulrich Drepper  <drepper@redhat.com>
 
-	* posix/regexec.c (re_copy_regs): Allocate start and end array in
-	one block.
+	* posix/regcomp.c (mark_opt_subexp_iter): Declare IDX as int.
+
+	* posix/regexec.c (re_copy_regs): Fix testing for failed allocation.
 	(push_fail_stack): Add missing check for failed memory allocation.
 
 	* libio/libio.h: Use __builtin_expect in _IO_getc_unlocked,
-	_IO_peekc_unlocked, _IO_ptc_unlocked, _IO_getwc_unlocked, and
+	_IO_peekc_unlocked, _IO_putc_unlocked, _IO_getwc_unlocked, and
 	_IO_putwc_unlocked.
 
 2003-12-28  Andreas Jaeger  <aj@suse.de>