Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-05 | *** empty log message *** | Jim Meyering | |
2005-01-05 | Punt on the uptime test, since it fails when | Jim Meyering | |
it can't get boot time, and I don't want that to stop `make check'. | |||
2005-01-05 | *** empty log message *** | Jim Meyering | |
2005-01-05 | (sc_root_tests): New rule. | Jim Meyering | |
(syntax-check-rules): Add it to the list. | |||
2005-01-05 | *** empty log message *** | Jim Meyering | |
2005-01-05 | *** empty log message *** | Jim Meyering | |
2005-01-05 | du --exclude=P now compares pattern P against the entire name | Jim Meyering | |
of each file, rather than just the final component. | |||
2005-01-05 | *** empty log message *** | Jim Meyering | |
2005-01-05 | Add a test for today's fix: | Jim Meyering | |
(process_file): Evaluate exclusion rules against the entire file name, not just the last component. | |||
2005-01-05 | *** empty log message *** | Jim Meyering | |
2005-01-05 | (process_file): Evaluate exclusion rules against | Jim Meyering | |
the entire file name, not just the last component. | |||
2005-01-05 | *** empty log message *** | Jim Meyering | |
2005-01-04 | *** empty log message *** | Jim Meyering | |
2005-01-04 | * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional | Paul Eggert | |
definitions to be after all include files, to avoid collisions. | |||
2005-01-04 | *** empty log message *** | Jim Meyering | |
2005-01-04 | * coreutils.texi (shred invocation): Clarify that shred works fine | Jim Meyering | |
with journaled file systems that are configured not to journal file system data. Also mention BFS and NTFS. | |||
2005-01-04 | *** empty log message *** | Jim Meyering | |
2005-01-04 | Change one-line summary to reflect that shred does | Jim Meyering | |
not remove files by default. | |||
2005-01-04 | *** empty log message *** | Jim Meyering | |
2005-01-04 | . | Jim Meyering | |
2005-01-04 | *** empty log message *** | Jim Meyering | |
2005-01-04 | * README: Request VERBOSE=yes output when reporting test failures. | Jim Meyering | |
Other minor changes. | |||
2005-01-04 | . | Jim Meyering | |
2005-01-04 | (check-root): Update. | Jim Meyering | |
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-04 | remove FIXME comments | Jim Meyering | |
2005-01-04 | remove FIXME comments | Jim Meyering | |
2005-01-04 | *** empty log message *** | Jim Meyering | |
2005-01-04 | [DEFAULT_ALIGNMENT]: Use an intermediate type to simplify | Jim Meyering | |
offsetof() macro construct to avoid compile failure with native HP-UX 11.0 ANSI C compiler. | |||
2005-01-03 | Regenerate. | Paul Eggert | |
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 | Don't set rows or columns to zero, to avoid | Jim Meyering | |
a bug in the TIOCGWINSZ ioctl on at least Solaris5.9 systems. Setting either (or both) to zero would succeed, but subsequent `stty size' would say `no size information for this device' due to the ioctl failing with EINVAL. | |||
2005-01-03 | * utimens.c (futimens): Robustify the previous patch. | Paul Eggert | |
2005-01-03 | (futimens): Robustify the previous patch, by checking | Paul Eggert | |
for known valid error numbers rather than observed invalid ones. | |||
2005-01-03 | *** empty log message *** | Jim Meyering | |
2005-01-03 | (futimens): Account for the fact that futimes | Jim Meyering | |
can also fail with errno == ENOSYS in that case. Patch from Dmitry V. Levin. | |||
2005-01-03 | *** empty log message *** | Jim Meyering | |
2005-01-03 | If PRIdMAX, PRIoMAX, PRIuMAX, and PRIxMAX are | Jim Meyering | |
not all defined and either ULONG_MAX or ULLONG_MAX is not defined, then fail at compile-time rather than let tools like od produce invalid results at run time. | |||
2005-01-03 | . | Jim Meyering | |
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. | |||
2005-01-03 | * utimens.c (futimens) [HAVE_FUTIMES]: Fall back on utimes if | Paul Eggert | |
futimes fails with errno == ENOENT. | |||
2005-01-03 | futimens) [HAVE_FUTIMES]: Fall back on utimes if futimes fails with | Paul Eggert | |
errno == ENOENT. | |||
2005-01-02 | *** empty log message *** | Jim Meyering | |
2005-01-02 | (version_etc_copyright): Update copyright date. | Jim Meyering | |