diff options
author | Roland McGrath <roland@gnu.org> | 1996-04-26 05:57:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-04-26 05:57:35 +0000 |
commit | b2c8be1fdff0639fafd06132bcdf35d6d39aab65 (patch) | |
tree | 1f7899d9a7fab447dbdc441cd3cfea83325f8141 | |
parent | Added trailing blank line. (diff) | |
download | glibc-b2c8be1fdff0639fafd06132bcdf35d6d39aab65.tar.gz glibc-b2c8be1fdff0639fafd06132bcdf35d6d39aab65.tar.bz2 glibc-b2c8be1fdff0639fafd06132bcdf35d6d39aab65.zip |
Fri Apr 26 01:55:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* malloc/mcheck.c (mabort): Use __libc_fatal only #ifdef _LIBC.
Wed Apr 24 00:22:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdio/internals.c (seek_to_target): Set errno if seek function
returns the wrong offset.
* wcsmbs/wcsrtombs.c [! EILSEQ] (EILSEQ): Define to EINVAL.
* wcsmbs/wcrtomb.c: Likewise.
* stdio-common/vfprintf.c: Include errno.h.
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Fri Apr 26 01:55:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * malloc/mcheck.c (mabort): Use __libc_fatal only #ifdef _LIBC. + +Wed Apr 24 00:22:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * stdio/internals.c (seek_to_target): Set errno if seek function + returns the wrong offset. + + * wcsmbs/wcsrtombs.c [! EILSEQ] (EILSEQ): Define to EINVAL. + * wcsmbs/wcrtomb.c: Likewise. + + * stdio-common/vfprintf.c: Include errno.h. + Tue Apr 23 21:09:14 1996 Miles Bader <miles@gnu.ai.mit.edu> * hurd/hurdsig.c (signal_allowed): For SIGIO/SIGURG, add a new |