about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-01 01:14:31 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-01 01:14:31 +0000
commit85c54a327d4c05381603eb49792afa5ad5dbe46c (patch)
tree28d72a81272c492df13480a10fc33ea14dd87e9d /ChangeLog
parenta6861e64bc7f4e16087b7f9713614c1f35e12df7 (diff)
downloadglibc-85c54a327d4c05381603eb49792afa5ad5dbe46c.tar.gz
glibc-85c54a327d4c05381603eb49792afa5ad5dbe46c.tar.xz
glibc-85c54a327d4c05381603eb49792afa5ad5dbe46c.zip
	* argp/argp.h: Fix a typo.
	Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.

	* manual/terminal.texi: Fix cfmakeraw() definition from int to void.

2003-02-27  Pat Rankin  <rankin@pactechdata.com>

	* posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
	char *.
	(get_subexp): Likewise.

2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b936385d26..149f382f90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
 
+	* argp/argp.h: Fix a typo.
+	Reported by H.S.Teoh <hsteoh@quickfur.ath.cx>.
+
+	* manual/terminal.texi: Fix cfmakeraw() definition from int to void.
+
+2003-02-27  Pat Rankin  <rankin@pactechdata.com>
+
+	* posix/regexec.c (proceed_next_node): Cast re_string_get_buffer to
+	char *.
+	(get_subexp): Likewise.
+
+2003-03-01  GOTO Masanori  <gotom@debian.or.jp>
+
 	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECT): Define.
 
 2003-02-26  Steven Munroe  <sjmunroe@us.ibm.com>