X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=c7009f384b120991b1422eeab221385ea2581e31;hb=d8c878368309fa0255b79d90bc773e63e8260053;hp=f67761de08bcb17d15f1a22b3870271c6e65010c;hpb=dccfea77aceb11c416161aa33b32bc17c8ff19e9;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index f67761de0..c7009f384 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,44 @@ +2006-03-07 Paul Eggert + + * unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file. + Problem reported by Juan Manuel Guerrero. + +2006-03-07 Simon Josefsson + + * unistd_h.m4: New file. + +2006-03-07 Simon Josefsson + + * readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the + test to be side-effect free by storing the result in the cache + variable gl_cv_lib_readline, and moving the assignment of + LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT. + From Ralf Wildenhues . + +2006-03-07 Simon Josefsson + + * gc-random.m4: New file, mostly from gc.m4. Warn instead of + error on missing devices (the functions will return an error). + + * gc.m4: Move random stuff to gc-random.m4 + +2006-03-03 Ralf Wildenhues (tiny change) + + * poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use + our replacement poll.h in any case, to avoid a differing + declaration from a system header. Seen on AIX. + +2006-03-01 Paul Eggert + + * clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS, + not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled + pedantically. + * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise. + * timespec.m4 (gl_TIMESPEC): Likewise. + + * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test", + not "==". Reported by Ralf Wildenhues. + 2006-02-22 Ralf Wildenhues Sync from coreutils.