diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-01 01:14:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-01 01:14:31 +0000 |
commit | 85c54a327d4c05381603eb49792afa5ad5dbe46c (patch) | |
tree | 28d72a81272c492df13480a10fc33ea14dd87e9d /ChangeLog | |
parent | a6861e64bc7f4e16087b7f9713614c1f35e12df7 (diff) | |
download | glibc-85c54a327d4c05381603eb49792afa5ad5dbe46c.tar.gz glibc-85c54a327d4c05381603eb49792afa5ad5dbe46c.tar.xz glibc-85c54a327d4c05381603eb49792afa5ad5dbe46c.zip |
Update. glibc-2.3.2 cvs/glibc-2_3_2
* 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-- | ChangeLog | 13 |
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> |