X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=32c625b98b7d0634202c0e393b536e1b625befc8;hb=5cd34d5993366f3da19cfb620caad4532411389f;hp=14a5cca6eb17aa8eb05dc44fdb980ea43b41dc73;hpb=605fd0575956d48022b3a940c4d7bb463514619f;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 14a5cca6e..32c625b98 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,31 @@ +2000-02-10 Jim Meyering + + With these changes, nanosleep.[ch] are finally enough like the other + lib/* replacement files to compile on a few more losing systems. + + * nanosleep.h: Don't include config.h. + Remove prototype from declaration of nanosleep. + (PARAMS): Remove now-unneeded definition. + * nanosleep.c: #undef nanosleep. + (rpl_nanosleep): Rename from nanosleep. + +2000-02-03 Jim Meyering + + * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION', + rather than with `#if HAVE_UTMPNAME'. + +2000-02-01 Jim Meyering + + * readutmp.h (UT_USER): Add parens. From Andreas Schwab. + 2000-01-31 Jim Meyering + * nanosleep.h (nanosleep): Guard declaration with + `#if ! HAVE_DECL_NANOSLEEP'. + Without this, OFS gets a redeclaration error for gnu_nanosleep, due to + the declaration in that vendor's sys/timers.h. + Reported by Christian Krackowizer. + * quotearg.c (ISASCII): Add #undef and move definition to follow inclusion of wctype.h to work around solaris2.6 namespace pollution. (ISPRINT): Likewise.