Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-29 | *** empty log message *** | Jim Meyering | |
2005-03-29 | Return success on systems such as cygwin | Jim Meyering | |
where no absolute path name can be longer than PATH_MAX. | |||
2005-03-21 | Import a few more changes from gnulib. | Paul Eggert | |
2005-03-21 | (gl_XSTRTOL): Add xstrtoul.c to AC_LIBSOURCES. | Paul Eggert | |
Add xstrtoul to AC_LIBOBJ. | |||
2005-03-21 | Add stat-macros.h to AC_LIBSOURCES. | Paul Eggert | |
2005-03-21 | Replace onceonly.m4 with onceonly_2_57.m4 to shrink "configure". | Paul Eggert | |
2005-03-21 | Import memcasecmp.m4 change from gnulib. | Paul Eggert | |
2005-03-21 | gl_FUNC_MEMCASECMP -> gl_MEMCASECMP | Paul Eggert | |
2005-03-21 | Another change imported from gnulib. | Paul Eggert | |
(gl_MEMCASECMP): Renamed from gl_FUNC_MEMCASECMP. All uses changed. Require AC_HEADER_STDC instead of invoking it. Remove check for stddef.h, size_t, const, since we now assume C89 or better. | |||
2005-03-21 | Sync from gnulib. | Paul Eggert | |
2005-03-17 | tweak comment | Jim Meyering | |
2005-03-17 | *** empty log message *** | Jim Meyering | |
2005-03-17 | (gl_PREREQ): Require gl_TYPEOF. | Jim Meyering | |
2005-03-17 | (gl_TYPEOF): New file/macro. | Jim Meyering | |
2005-03-10 | *** empty log message *** | Jim Meyering | |
2005-03-10 | (gl_SAVE_CWD): Check for fchdir. | Jim Meyering | |
2005-03-09 | *** empty log message *** | Jim Meyering | |
2005-03-09 | (gl_XNANOSLEEP): Add intprops.h. | Jim Meyering | |
2005-03-09 | (gl_UTIMECMP): Add intprops.h. | Jim Meyering | |
2005-03-09 | (gl_USERSPEC): Add intprops.h. | Jim Meyering | |
2005-03-09 | (gl_FUNC_SIG2STR): Add intprops.h. | Jim Meyering | |
2005-03-09 | (gl_INTTOSTR): Add intprops.h. | Jim Meyering | |
2005-03-09 | (gl_HUMAN): Add intprops.h. | Jim Meyering | |
2005-03-09 | (gl_XSTRTOL): Use AC_LIBSOURCES and AC_LIBOBJ to list the required files. | Jim Meyering | |
2005-03-09 | * argmatch.m4, cycle-check.m4: New files. | Jim Meyering | |
* prereq.m4: Require their macros. | |||
2005-03-09 | *** 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 attempting | Paul Eggert | |
to detect nanosleep bug. | |||
2005-03-01 | (gl_XNANOSLEEP): Remove configuration attempting | Paul Eggert | |
to detect nanosleep bug. | |||
2005-02-26 | Sync from gnulib. | Paul Eggert | |
2005-02-23 | (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change. | Jim Meyering | |
2005-02-23 | *** empty log message *** | Jim Meyering | |
2005-02-22 | *** empty log message *** | Jim Meyering | |
2005-02-22 | (gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/. | Jim Meyering | |
2005-02-22 | *** empty log message *** | Jim Meyering | |
2005-02-22 | (gl_PREREQ): Require gl_STRIPSLASH and gl_LINEBUFFER. | Jim Meyering | |
2005-02-22 | Fix clock_gettime library access problem on recent GNU/Linux systems. | Paul Eggert | |
2005-02-22 | (gl_PREREQ): Require gl_XNANOSLEEP. | Paul Eggert | |
2005-02-22 | (gl_PREREQ_GETHRXTIME): Require gl_CLOCK_TIME, | Paul Eggert | |
gl_USE_SYSTEM_EXTENSIONS. Check whether CLOCK_MONOTONIC is defined, and set LIB_GETHRXTIME accordingly. This is needed for newer GNU/Linux systems that have clock_gettime, so that they link in the appropriate library for it when needed. | |||
2005-02-22 | Initial revision. | Paul Eggert | |
2005-02-21 | Describe recent changes to use realtime clocks if available, | Paul Eggert | |
when appropriate; also, gettime now returns void. | |||
2005-02-21 | (gl_PREREQ): Require gl_GETHRXTIME. | Paul Eggert | |
Require gl_STRIPSLASH and gl_LINEBUFFER. | |||
2005-02-21 | (gl_MACROS): Don't check for gethrtime. | Paul Eggert | |
2005-02-21 | (gl_GETTIME): Check for nanotime. | Paul Eggert | |
2005-02-21 | Initial revision. | Paul Eggert | |
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-20 | *** empty log message *** | Jim Meyering | |
2005-02-11 | (gl_INTTOSTR): Use AC_LIBSOURCES to list the required source files. | Jim Meyering | |
2005-02-11 | *** empty log message *** | Jim Meyering | |