Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | Work around tests/touch/empty-file failure on a system | Jim Meyering | |
(sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes' NULL-means-set-to-current-time semantics. Remove temporary file immediately, rather than waiting for configure's at-exit trap code to do it. | |||
2005-01-04 | (gl_FUNC_CHOWN): When cross-compiling, assume that chown | Jim Meyering | |
is sane and DOES follow symlinks. Besides, testing 20 different systems found no broken chown implementations. | |||
2005-01-04 | (gl_FUNC_CHOWN): When cross-compiling, assume that chown | Jim Meyering | |
is sane and DOES follow symlinks. Besides, testing 20 different systems found no broken chown implementations. | |||
2005-01-03 | Update serial number and copyright date. | Paul Eggert | |
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 | Remove `.tmp' suffix; mkstemp requires that XXXXXX be a suffix. | Jim Meyering | |
2005-01-03 | *** empty log message *** | Jim Meyering | |
2005-01-03 | (gl_FUNC_MKSTEMP): Don't `cd' into the temporary | Jim Meyering | |
subdirectory. That would make the subsequent AC_TRY_RUN macro fail, for lack of the ./confdefs.h file. Instead, use the temporary directory name as a prefix on the template string. Include <unistd.h> for the declaration of close. | |||
2004-12-24 | * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA. | Paul Eggert | |
2004-12-24 | (gl_GETDATE): Remove AC_FUNC_ALLOCA. | Paul Eggert | |
2004-12-21 | *** empty log message *** | Jim Meyering | |
2004-12-21 | (gl_FUNC_MKSTEMP): Remove temporary directory right | Jim Meyering | |
away, rather than waiting for configure's at-exit trap code to do it. Suggestion from Stepan Kasal. | |||
2004-12-21 | adjust indentation | Jim Meyering | |
2004-12-20 | *** empty log message *** | Jim Meyering | |
2004-12-20 | *** empty log message *** | Jim Meyering | |
2004-12-20 | Do the `cd' in a subshell. | Jim Meyering | |
2004-12-20 | s/SPACE/TAB | Jim Meyering | |
2004-12-20 | *** empty log message *** | Jim Meyering | |
2004-12-20 | Rather than using "conftestXXXXXX" as the mkstemp | Jim Meyering | |
template, use a temporary directory and an 8.3-friendly template to avoid trouble on systems like DJGPP. | |||
2004-12-20 | * c-strtod.m4 (gl_C99_STRTOLD): New macro. | Paul Eggert | |
2004-12-20 | (gl_C99_STRTOLD): New macro. | Paul Eggert | |
(gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold). | |||
2004-12-10 | *** empty log message *** | Jim Meyering | |
2004-12-10 | (gl_FUNC_CHDIR_LONG): Arrange to compile chdir-long.c only on systems | Jim Meyering | |
that define PATH_MAX. | |||
2004-12-07 | * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious ↵ | Paul Eggert | |
"-l"s. | |||
2004-12-07 | (AC_FUNC_GETMNTENT): Fix typo in previous change: | Paul Eggert | |
spurious "-l"s. | |||
2004-12-06 | . | Jim Meyering | |
2004-12-06 | * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug | Paul Eggert | |
in Autoconf 2.59. | |||
2004-12-06 | Use AC_LIBOBJ(save-cwd). | Jim Meyering | |
2004-12-06 | Use AC_LIBOBJ(chdir-long). | Jim Meyering | |
2004-12-06 | *** empty log message *** | Jim Meyering | |
2004-12-06 | (gl_SAVE_CWD): Use AC_LIBSOURCES. | Jim Meyering | |
2004-12-06 | *** empty log message *** | Jim Meyering | |
2004-12-06 | (gl_FUNC_MEMPCPY): Use AC_LIBSOURCES. | Jim Meyering | |
2004-12-06 | (gl_FUNC_LCHOWN): Use AC_LIBSOURCES. | Jim Meyering | |
2004-12-06 | *** empty log message *** | Jim Meyering | |
2004-12-06 | (gl_FUNC_CHDIR_LONG): Use AC_LIBSOURCES. | Jim Meyering | |
2004-12-06 | . | Jim Meyering | |
2004-12-06 | (gl_FUNC_OPENAT): Use AC_LIBSOURCES. | Jim Meyering | |
(gl_PREREQ_GETCWD): Use AC_REQUIRE. | |||
2004-12-03 | Mention copyright notice in latest checkin. | Paul Eggert | |
2004-12-03 | Recent changes to save-cwd, openat. | Paul Eggert | |
2004-12-03 | Import from gnulib. | Paul Eggert | |
2004-12-03 | Add copyright notice. | Paul Eggert | |
(gl_FUNC_OPENAT): Require gl_USE_SYSTEM_EXTENSIONS, since Solaris requires __EXTENSIONS__ to be defined when compiling pedantically. | |||
2004-12-02 | Assume setlocale, locale.h, and localeconv exist and work. | Paul Eggert | |
2004-12-02 | (gl_MACROS): Assume localeconv exists. | Paul Eggert | |
2004-12-02 | (gl_HUMAN): Assume locale.h and localeconv exist. | Paul Eggert | |
2004-12-02 | (gl_HARD_LOCALE): Assume locale.h and setlocale exist. | Paul Eggert | |