Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-23 | Update copyright. | Paul Eggert | |
2005-09-23 | (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux | Paul Eggert | |
bug reported by Jim Meyering. | |||
2005-09-23 | *** empty log message *** | Jim Meyering | |
2005-09-23 | (gl_MACROS): AC_REQUIRE([gl_SOCKLEN_T]) here, | Jim Meyering | |
now that it's no longer required by getaddrinfo.m4. | |||
2005-09-23 | not needed, since socklen is a prerequisite module. | Paul Eggert | |
2005-09-23 | * lib/utimens.c (futimens): Use futimesat if available. | Paul Eggert | |
Prefer it to futimes since it doesn't have the futimes bug. * m4/utimens.m4 (gl_UTIMENS): Check for futimesat. | |||
2005-09-23 | *** empty log message *** | Jim Meyering | |
2005-09-23 | *** empty log message *** | Jim Meyering | |
2005-09-23 | from gnulib | Jim Meyering | |
2005-09-23 | (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T. | Jim Meyering | |
2005-09-23 | (gl_PREREQ_GETADDRINFO): Check for netinet/in.h. | Paul Eggert | |
2005-09-22 | Sync from gnulib. | Paul Eggert | |
2005-09-22 | (gl_PREREQ): Require gl_FUNC_GETLINE rather than | Paul Eggert | |
AM_FUNC_GETLINE. Require gl_FUNC_GETPASS_GNU rather than gl_FUNC_GETPASS. Require gl_MBCHAR and gl_MBITER. | |||
2005-09-22 | no longer needed. | Paul Eggert | |
(gl_CHECK_ALL_HEADERS): Don't check for memory.h, mntent.h, mnttab.h, netdb.h, stdlib.h, stdint.h, string.h, sys/filsys.h, sys/fs/s5param.h, sys/fs_types.h, sys/fstyp.h, sys/mntent.h, sys/socket.h, sys/stafs.h, sys/timeb.h, unistd.h. No longer needed. | |||
2005-09-22 | (_gl_DECL_HEADERS): Don't bother checking for | Paul Eggert | |
standard C headers, or for headers we no longer use. | |||
2005-09-22 | Nontrivial sync from gnulib. | Paul Eggert | |
2005-09-22 | Remove; no longer used. | Paul Eggert | |
2005-09-22 | New file, from gnulib. | Paul Eggert | |
2005-09-22 | Sync from gnulib. | Paul Eggert | |
2005-09-16 | Import file time stamp resolution improvements from gnulib. | Paul Eggert | |
2005-09-16 | Remove; no longer needed. | Paul Eggert | |
2005-09-16 | (gl_TIMESPEC): Require AC_C_INLINE. | Paul Eggert | |
Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed. | |||
2005-09-16 | (gl_PREREQ): Require gl_STAT_TIME. | Paul Eggert | |
2005-09-16 | (gl_CHECK_ALL_TYPES): Do not require | Paul Eggert | |
AC_STRUCT_ST_MTIM_NSEC; it's obsolete. | |||
2005-09-16 | New file. | Paul Eggert | |
2005-09-13 | *** empty log message *** | Jim Meyering | |
2005-09-13 | . | Jim Meyering | |
2005-09-09 | Import latest regex module from gnulib, to fix some 64-bit bugs. | Paul Eggert | |
2005-09-01 | Require gl_STAT_MACROS | Jim Meyering | |
2005-09-01 | *** empty log message *** | Jim Meyering | |
2005-09-01 | Require gl_FUNC_CHOWN, for the definition of | Jim Meyering | |
CHOWN_MODIFIES_SYMLINK, which is used by lchown.c. | |||
2005-08-27 | *** empty log message *** | Jim Meyering | |
2005-08-27 | sync from gnulib | Jim Meyering | |
2005-08-13 | *** empty log message *** | Jim Meyering | |
2005-08-13 | undo last change | Jim Meyering | |
2005-08-13 | *** empty log message *** | Jim Meyering | |
2005-08-13 | [HAVE_WCTYPE_H]: Include <wctype.h>; this is | Jim Meyering | |
needed on HP-UX 11.23 in order to get a definition of mbstate_t. | |||
2005-08-02 | *** empty log message *** | Jim Meyering | |
2005-08-02 | Require gl_FUNC_XANSTRFTIME. | Jim Meyering | |
2005-08-02 | *** empty log message *** | Jim Meyering | |
2005-07-25 | Import regex.m4 from gnulib. | Paul Eggert | |
2005-07-25 | (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of the | Paul Eggert | |
obsolescent AC_TRY_RUN. Include the default includes files, for 'exit'. | |||
2005-07-21 | Fix getdate bug with relative times. | Paul Eggert | |
2005-07-21 | (gl_C_COMPOUND_LITERALS): New macro. | Paul Eggert | |
(gl_GETDATE): Use it. | |||
2005-07-14 | Remove FESETROUND_LIBM; no longer needed. | Paul Eggert | |
2005-07-09 | strtopt.h -> stropts.h | Paul Eggert | |
2005-07-09 | strtopt.h -> stropts.h | Paul Eggert | |
2005-07-08 | (gl_CHECK_ALL_HEADERS): Check for stropt.h. | Paul Eggert | |
2005-07-08 | backupfile.m4, same.m4 cleanup. | Paul Eggert | |
2005-07-08 | (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf. | Paul Eggert | |