X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=32c625b98b7d0634202c0e393b536e1b625befc8;hb=5cd34d5993366f3da19cfb620caad4532411389f;hp=dad3b49330a60ae913b76e2d5d76f245a04955c5;hpb=db4af7a7234321f38b3ad117e5d00d4699ae7c89;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index dad3b4933..32c625b98 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,49 @@ +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. + Reported by Tom Tromey. + +2000-01-30 Jim Meyering + + * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding + uses of ->ut_name. The latter doesn't work with new Linux header files + where only utmpx.ut_user is declared. + + * readutmp.h (UT_USER): Define. + +2000-01-23 Jim Meyering + + * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of + obstack.c. + 2000-01-22 Jim Meyering * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.