diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-26 22:09:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-26 22:09:13 +0000 |
commit | 71a40c74716aa19ddb181391c0583f55bb491c2f (patch) | |
tree | f49023812c478b76da868493c280d437614ee43a /ChangeLog | |
parent | 59dd864187ee61b6f0bfd7abc85e2fea4b479cb7 (diff) | |
download | glibc-71a40c74716aa19ddb181391c0583f55bb491c2f.tar.gz glibc-71a40c74716aa19ddb181391c0583f55bb491c2f.tar.xz glibc-71a40c74716aa19ddb181391c0583f55bb491c2f.zip |
* time/Makefile (tzcompile): Add missing backslash.
* wctype/wctype.h (__need_wint_t): Define this and include stddef.h. [! _WINT_T] (wint_t): Conditionalize typedef on this in case pre-2.7.3 stddef.h doesn't define it. * wcsmbs/wchar.h: Likewise. * stdlib/strtod.c: Likewise. * wcsmbs/wcstok.c: Fix argument name typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 99b53b65f0..0d1a1ea9e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ Sun May 26 15:15:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + * time/Makefile (tzcompile): Add missing backslash. + * stdlib/ldiv.c: Deansideclized. + * wctype/wctype.h (__need_wint_t): Define this and include stddef.h. + [! _WINT_T] (wint_t): Conditionalize typedef on this in case pre-2.7.3 + stddef.h doesn't define it. + * wcsmbs/wchar.h: Likewise. + * stdlib/strtod.c: Likewise. + + * wcsmbs/wcstok.c: Fix argument name typo. + Sun May 26 19:39:53 1996 Ulrich Drepper <drepper@cygnus.com> * intl/loadmsgcat.c (_nl_load_domain): Test correct variable |