summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
AgeCommit message (Collapse)Author
2005-05-10* getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when possible.Paul Eggert
2005-05-06* getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoidPaul Eggert
needless checks.
2005-05-02Sync from gnulib.Paul Eggert
2005-04-30Log yesterday's changes.Paul Eggert
2005-04-28Don't mention stat-macros.h or AC_HEADER_STAT in otherPaul Eggert
m4 files, since we'll make the stat-macros module a prerequisite.
2005-04-18fetish -> coreutils in some more placesPaul Eggert
2005-04-11Add bulletproofing for cases where stdin, stdout, or stderr are closed.Paul Eggert
2005-04-09Signal-handling cleanup motivated by core dumps in dd.Paul Eggert
2005-03-30* readutmp.m4 (gl_READUTMP): Restore requirement for gl_FUNC_FREE.Paul Eggert
2005-03-30* readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.Paul Eggert
Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible. Remove duplicate call to AC_LIBOBJ(readutmp). (gl_PREREQ_READUTMP): Remove. All uses removed. This module no longer relies on free (NULL) working.
2005-03-29*** empty log message ***Jim Meyering
2005-03-21Import a few more changes from gnulib.Paul Eggert
2005-03-21Replace onceonly.m4 with onceonly_2_57.m4 to shrink "configure".Paul Eggert
2005-03-21Import memcasecmp.m4 change from gnulib.Paul Eggert
2005-03-21Sync from gnulib.Paul Eggert
2005-03-17*** empty log message ***Jim Meyering
2005-03-10*** empty log message ***Jim Meyering
2005-03-09*** empty log message ***Jim Meyering
2005-03-09*** empty log message ***Jim Meyering
2005-03-01* xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attemptingPaul Eggert
to detect nanosleep bug.
2005-02-26Sync from gnulib.Paul Eggert
2005-02-23*** empty log message ***Jim Meyering
2005-02-22*** empty log message ***Jim Meyering
2005-02-22*** empty log message ***Jim Meyering
2005-02-22Fix clock_gettime library access problem on recent GNU/Linux systems.Paul Eggert
2005-02-21Describe recent changes to use realtime clocks if available,Paul Eggert
when appropriate; also, gettime now returns void.
2005-02-20*** empty log message ***Jim Meyering
2005-02-11*** empty log message ***Jim Meyering
2005-02-09*** empty log message ***Jim Meyering
2005-02-08*** empty log message ***Jim Meyering
2005-02-07*** empty log message ***Jim Meyering
2005-02-06*** empty log message ***Jim Meyering
2005-02-03* memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.Paul Eggert
2005-01-29Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) filesJim Meyering
so that automake automatically knows to distribute those files. Use AC_LIBOBJ to ensure that automake automatically knows the names of always-compiled source files. Automake already knows the names of conditionally compiled ones, e.g., due to preexisting uses of AC_LIBOBJ and AC_REPLACE_FUNCS. [This is a start. Many still remain to be fixed...]
2005-01-29*** empty log message ***Jim Meyering
2005-01-23Use an all-permissive copyright notice, recommended by RMS.Paul Eggert
2005-01-22Remove "m4/" from listed file names.Paul Eggert
2005-01-22Sync from gnulib.Paul Eggert
2005-01-20* save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.Paul Eggert
2005-01-14*** empty log message ***Jim Meyering
2005-01-14*** empty log message ***Jim Meyering
2005-01-14*** empty log message ***Jim Meyering
2005-01-04(gl_FUNC_CHOWN): When cross-compiling, assume that chownJim Meyering
is sane and DOES follow symlinks. Besides, testing 20 different systems found no broken chown implementations.
2005-01-03* m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.Paul Eggert
* m4/ullong_max.m4: New file. * src/system.h: Undo previous change; we now use Autoconf.
2005-01-03*** empty log message ***Jim Meyering
2005-01-03*** empty log message ***Jim Meyering
2004-12-24* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.Paul Eggert
2004-12-21*** empty log message ***Jim Meyering
2004-12-20*** empty log message ***Jim Meyering
2004-12-20*** empty log message ***Jim Meyering