From: Roland McGrath Date: Fri, 26 Apr 1996 05:57:35 +0000 (+0000) Subject: Fri Apr 26 01:55:07 1996 Roland McGrath X-Git-Tag: cvs/libc-960426~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2c8be1fdff0639fafd06132bcdf35d6d39aab65;p=thirdparty%2Fglibc.git Fri Apr 26 01:55:07 1996 Roland McGrath * malloc/mcheck.c (mabort): Use __libc_fatal only #ifdef _LIBC. Wed Apr 24 00:22:42 1996 Roland McGrath * 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. --- diff --git a/ChangeLog b/ChangeLog index d15f295c35f..43d5087b2f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Apr 26 01:55:07 1996 Roland McGrath + + * malloc/mcheck.c (mabort): Use __libc_fatal only #ifdef _LIBC. + +Wed Apr 24 00:22:42 1996 Roland McGrath + + * 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 * hurd/hurdsig.c (signal_allowed): For SIGIO/SIGURG, add a new