Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-15 | *** empty log message *** | Jim Meyering | |
2003-08-15 | (gl_FUNC_UTIMES): Use `conftest.utimes' as the test | Jim Meyering | |
file name, not `x'. The former will be removed automatically. | |||
2003-08-13 | (Makefile.am): Remove README. | Jim Meyering | |
2003-08-13 | . | Jim Meyering | |
2003-08-13 | . | Jim Meyering | |
2003-08-13 | regenerate | Jim Meyering | |
2003-08-13 | Simplify. | Jim Meyering | |
2003-08-13 | *** empty log message *** | Jim Meyering | |
2003-08-13 | Remove extra copy of cvs-diff-check rule. | Jim Meyering | |
Remove reference to config-log. | |||
2003-08-13 | (syntax checks): Use cvsu more (so we check only | Jim Meyering | |
version-controlled files), rather than hard-coding exclusions for generated files like cppi.c. | |||
2003-08-13 | new version from autoconf | Jim Meyering | |
2003-08-12 | *** empty log message *** | Jim Meyering | |
2003-08-12 | Add Irish (ga). | Jim Meyering | |
2003-08-12 | version: 5.0.90 | Jim Meyering | |
2003-08-12 | grammar tweak | Jim Meyering | |
2003-08-11 | *** empty log message *** | Jim Meyering | |
2003-08-11 | . | Jim Meyering | |
2003-08-11 | . | Jim Meyering | |
2003-08-11 | fold -s -wN would infloop for N < 8 with TABs in the input. | Jim Meyering | |
E.g., this would not terminate: printf 'a\tb' | fold -w2 -s (fold_file): Move contents of `else'-block out of conditional so it's used also for --spaces (-s). | |||
2003-08-11 | test for fix of 2003-08-11 | Jim Meyering | |
2003-08-11 | (TESTS): Add fold. | Jim Meyering | |
2003-08-10 | *** empty log message *** | Jim Meyering | |
2003-08-10 | [!NICE_PRIORITY]: Include <sys/resource.h> after | Jim Meyering | |
system.h so the types from time.h and sys/time.h are available. It appears that this is necessary for OpenBSD, NetBSD, and Darwin 6.5 (MacOS 10.2.5). Reported by Nelson Beebe. | |||
2003-08-10 | . | Jim Meyering | |
2003-08-10 | *** empty log message *** | Jim Meyering | |
2003-08-10 | . | Jim Meyering | |
2003-08-10 | tweak comments | Jim Meyering | |
2003-08-10 | Require gl_FUNC_UTIMES. | Jim Meyering | |
Don't check for utime or utimes. | |||
2003-08-10 | *** empty log message *** | Jim Meyering | |
2003-08-10 | (utimens): Revert most of last change. | Jim Meyering | |
Test HAVE_WORKING_UTIMES instead of HAVE_UTIMES. | |||
2003-08-10 | (gl_FUNC_UTIMES): New file. | Jim Meyering | |
2003-08-10 | Rename to utimes-null.m4. | Jim Meyering | |
2003-08-10 | Renamed from utimes.m4. | Jim Meyering | |
2003-08-10 | *** empty log message *** | Jim Meyering | |
2003-08-09 | . | Jim Meyering | |
2003-08-09 | *** empty log message *** | Jim Meyering | |
2003-08-09 | . | Jim Meyering | |
2003-08-09 | *** empty log message *** | Jim Meyering | |
2003-08-09 | (jm_PREREQ): Require gl_UTIMENS. | Jim Meyering | |
2003-08-09 | Include utimens.h. | Jim Meyering | |
Set file timestamps with utimens, not utime. | |||
2003-08-09 | (libeftish_a_SOURCES): Add utimens.c, utimens.h. | Jim Meyering | |
2003-08-09 | Test HAVE_UTIME, not HAVE_UTIMES. | Jim Meyering | |
Prefer utime, since it works and utimes doesn't on some systems. | |||
2003-08-09 | Include utimens.h. | Jim Meyering | |
(copy_internal): Set file timestamps with utimens, not utime. | |||
2003-08-09 | Include utimens.h. | Jim Meyering | |
(change_timestamps): Set file timestamps with utimens, not utime. | |||
2003-08-09 | Include utimens.h. | Jim Meyering | |
(re_protect): Set file timestamps with utimens, not utime. | |||
2003-08-09 | *** empty log message *** | Jim Meyering | |
2003-08-09 | (gl_PREREQ_VASNPRINTF): Solaris 2.5.1 needs -lw to get the wcslen function. | Jim Meyering | |
2003-08-09 | *** empty log message *** | Jim Meyering | |
2003-08-09 | (sc_sun_os_names): New rule. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2003-08-09 | Tweak Solaris OS version number in comment. | Jim Meyering | |