Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-21 | *** empty log message *** | Jim Meyering | |
2005-12-21 | Require gl_CHDIR_SAFER. | Jim Meyering | |
2005-12-19 | . | Jim Meyering | |
2005-12-19 | Require gl_CHMOD_SAFER. | Jim Meyering | |
2005-12-17 | *** empty log message *** | Jim Meyering | |
2005-12-17 | (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests. | Jim Meyering | |
2005-12-14 | *** empty log message *** | Jim Meyering | |
2005-12-14 | *** empty log message *** | Jim Meyering | |
2005-12-14 | Require gl_FPRINTFTIME. | Jim Meyering | |
2005-12-14 | One other stdbool.m4 change. | Paul Eggert | |
2005-12-14 | (AM_STDBOOL_H): Substitue HAVE__BOOL again, reverting | Paul Eggert | |
2005-11-25 change. | |||
2005-12-13 | (AC_HEADER_STDBOOL): Check for buggy compiler that | Paul Eggert | |
has _Bool but mishandles _Bool |= _Bool. | |||
2005-12-07 | * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for | Paul Eggert | |
TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3 porting problem reported by Georg Schwarz in <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>. * m4/stat-time.m4 (gl_STAT_TIME): Likewise. | |||
2005-12-02 | Mention change to jm-macros.m4. | Paul Eggert | |
2005-12-02 | (gl_MACROS): Adjust to renaming of gl_SOCKLEN_T to gl_TYPE_SOCKLEN_T. | Paul Eggert | |
2005-12-02 | Fix typo in previous log entry. | Paul Eggert | |
2005-12-02 | * (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T. | Paul Eggert | |
Use implementation from Albert Chin, with some comments/corrections by Stepan Kasal and myself. | |||
2005-12-02 | Import from gnulib. | Paul Eggert | |
2005-12-02 | (gl_REGEX): Check whether off_t can be used in a switch | Paul Eggert | |
statement, to work around an HP-UX 10.20 compiler bug reported by Peter O'Gorman. | |||
2005-11-30 | *** empty log message *** | Jim Meyering | |
2005-11-30 | (gl_FUNC_OPENAT): Require openat-priv.h. | Jim Meyering | |
2005-11-30 | *** empty log message *** | Jim Meyering | |
2005-11-30 | (gl_FUNC_OPENAT): Require and compile mkdirat.c. | Jim Meyering | |
2005-11-26 | Log today's changes. | Paul Eggert | |
2005-11-26 | no longer needed. | Paul Eggert | |
(gl_STDBOOL_H): New macro, from gnulib. (AC_HEADER_STDBOOL): Sync with gnulib. | |||
2005-11-20 | *** empty log message *** | Jim Meyering | |
2005-11-20 | Remove spurious space-before-TAB. | Jim Meyering | |
2005-11-20 | *** empty log message *** | Jim Meyering | |
2005-11-20 | (gl_EUIDACCESS_STAT): New file/macro. | Jim Meyering | |
2005-11-20 | *** empty log message *** | Jim Meyering | |
2005-11-20 | Require gl_EUIDACCESS_STAT. | Jim Meyering | |
2005-11-18 | * c.m4: New file. | Paul Eggert | |
2005-11-18 | New file, to work around bugs in AIX cc. | Paul Eggert | |
Problem reported by James Lemley. This file can go away after Autoconf 2.60 comes out. | |||
2005-11-10 | (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME | Paul Eggert | |
or gettimeofday; no longer needed. | |||
2005-11-10 | gethrxtime now uses gettime | Paul Eggert | |
2005-10-30 | Trivial changes to support SCO systems. | Paul Eggert | |
2005-10-30 | (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well as PATH_MAX. | Paul Eggert | |
Revamp wording and local variables to suggest the intended function of the PATH_MAX check. | |||
2005-10-30 | (gl_FUNC_FPENDING): Correct check for SCO systems, | Paul Eggert | |
where __ptr is null when no I/O is pending. | |||
2005-10-23 | *** empty log message *** | Jim Meyering | |
2005-10-23 | Add gl_SHA256 and gl_SHA512. | Jim Meyering | |
2005-10-23 | . | Jim Meyering | |
2005-10-07 | * stdbool.m4 (AC_HEADER_STDBOOL): Add an "#ifdef __xlc__" test. | Paul Eggert | |
2005-10-07 | (AC_HEADER_STDBOOL): Add an "#ifdef __xlc__" test, | Paul Eggert | |
since yesterday's attempt didn't work. | |||
2005-10-06 | Generalize the patch for the AIX bool bug. | Paul Eggert | |
2005-10-06 | (AC_HEADER_STDBOOL): Check that bool | Paul Eggert | |
promotes to int, not unsigned int, to catch the AIX 5.3 compiler bug. | |||
2005-10-02 | *** empty log message *** | Jim Meyering | |
2005-10-02 | (gl_FUNC_CHDIR_LONG): Compare $gl_have_path... | Jim Meyering | |
against `yes', rather than just testing for nonempty. | |||
2005-10-01 | Include sys/types.h for sys/socket.h, on FreeBSD and Darwin. | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |