Age | Commit message (Expand) | Author |
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 |
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 |
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 |
2005-07-21 | Fix getdate bug with relative times. | Paul Eggert |
2005-07-21 | (gl_C_COMPOUND_LITERALS): New macro. | Paul Eggert |
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 |
2005-07-08 | (gl_SAME): Use AC_CHECK_FUNCS_ONCE on pathconf. | Paul Eggert |
2005-07-08 | Switch to Isamu Hasegawa's implementation of regex, which is | Paul Eggert |
2005-07-05 | Remove typeof test; no longer needed. | Paul Eggert |
2005-07-05 | (gl_PREREQ): Don't require gl_TYPEOF; no longer needed. | Paul Eggert |
2005-07-04 | Remove the dependency of the strftime module on the tzset module. | Paul Eggert |
2005-07-04 | (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER. | Paul Eggert |
2005-07-04 | (gl_PREREQ): Add gl_FUNC_TZSET_CLOBBER. | Paul Eggert |
2005-07-03 | *** empty log message *** | Jim Meyering |
2005-07-03 | Remove obsolete comment. | Jim Meyering |
2005-07-03 | *** empty log message *** | Jim Meyering |
2005-07-03 | (gl_FUNC_LSTAT): Use AC_LIBSOURCES to require lstat.c and lstat.h. | Jim Meyering |
2005-07-03 | *** empty log message *** | Jim Meyering |
2005-07-03 | (gl_FUNC_LSTAT): New file, from gnulib. | Jim Meyering |
2005-07-03 | Minor fixes for port to Solaris 8. | Paul Eggert |
2005-07-03 | Don't require AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat | Paul Eggert |
2005-07-03 | *** empty log message *** | Jim Meyering |
2005-07-03 | (gl_FCNTL_SAFER): Add fcntl--.h to the list. | Jim Meyering |
2005-07-03 | (gl_STDIO_SAFER): Add stdio--.h to the list. | Jim Meyering |
2005-07-03 | (gl_STDLIB_SAFER): Add stdlib--.h to the list. | Jim Meyering |
2005-07-03 | (gl_UNISTD_SAFER): Add unistd--.h to the list. | Jim Meyering |
2005-07-03 | Cleanup to isolate "safer" functions to a small part of the code. | Paul Eggert |
2005-07-03 | (gl_PREREQ): Require gl_FCNTL_SAFER, | Paul Eggert |
2005-07-03 | Initial revision. | Paul Eggert |
2005-07-03 | Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. | Paul Eggert |
2005-07-02 | Assume HAVE_UNISTD_H, i.e., that <unistd.h> works. | Jim Meyering |
2005-07-02 | *** empty log message *** | Jim Meyering |
2005-07-01 | Don't check for fcntl.h anymore. Now we assume it exists and is usable. | Jim Meyering |