summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-23Use AC_LIBSOURCES and AC_LIBOBJ.Jim Meyering
2005-06-23*** empty log message ***Jim Meyering
2005-06-23(libcoreutils_a_SOURCES): Remove xstrtod.c and xstrtod.h.Jim Meyering
2005-06-23Use AC_LIBSOURCES and AC_LIBOBJ.Jim Meyering
2005-06-23*** empty log message ***Jim Meyering
2005-06-23.Jim Meyering
2005-06-23(libcoreutils_a_SOURCES): Remove xreadlink.c and xreadlink.h.Jim Meyering
2005-06-23Use AC_LIBSOURCES and AC_LIBOBJ.Jim Meyering
2005-06-23*** empty log message ***Jim Meyering
2005-06-23whoops: use puts, not fputsJim Meyering
2005-06-23*** empty log message ***Jim Meyering
2005-06-23(time_format): Add `const' attribute.Jim Meyering
2005-06-23*** empty log message ***Jim Meyering
2005-06-23(show_date): Use fputs rather than printf ("%s\n",.Jim Meyering
2005-06-23(show_date): Add a FIXME comment.Jim Meyering
2005-06-23(show_date): Rename local `time_format' so as not toJim Meyering
shadow the file-scoped global by that name.
2005-06-23.Jim Meyering
2005-06-23*** empty log message ***Jim Meyering
2005-06-23(du invocation): New options --last-time and --time-style.Jim Meyering
2005-06-23*** empty log message ***Jim Meyering
2005-06-23*** empty log message ***Jim Meyering
2005-06-23(usage): Tweak formatting to maintain more or less constant indentation.Jim Meyering
2005-06-23Include hard-locale.h and strftime.h.Jim Meyering
(DUINFO_INI, DUINFO_SET, DUINFO_ADD): Enclose body in `do {...} while (0)', not just `{...}'. Adjust uses (add semicolons). Adjust formatting, indentation.
2005-06-23*** empty log message ***Jim Meyering
2005-06-232005-06-14 William Brendling <wbrendling@gmail.com>Jim Meyering
* src/du.c: Add --last-time and --time-style options.
2005-06-23*** empty log message ***Jim Meyering
2005-06-23(backup_args): Change a `0' to NULL.Jim Meyering
2005-06-22mktime fix to avoid a diagnostic.Paul Eggert
2005-06-22Include <string.h> even if !DEBUG. (From glibc.)Paul Eggert
(ranged_convert): Don't save conversion in a temporary struct. This causes a warning with GCC 4.0.0, and anyway in the typical case it's not worth the extra 100 bytes or so of code. (ranged_convert, __mktime_internal): When calling a function via a pointer P, use P () rather than (*P) (), as we now assume C89 or better.
2005-06-22(desirable_utmp_entry): Fix bug where "who -b" and "who -r"Paul Eggert
failed to give output.
2005-06-22New file umask-check to test for umask problems during tests.Paul Eggert
2005-06-22Use umask-check instead of chmod.Paul Eggert
2005-06-22Use umask-check.Paul Eggert
2005-06-22(EXTRA_DIST): Add umask-check.Paul Eggert
2005-06-22Initial revision.Paul Eggert
2005-06-22*** empty log message ***Jim Meyering
2005-06-22*** empty log message ***Jim Meyering
2005-06-22*** empty log message ***Jim Meyering
2005-06-22Include "quotearg.h", not "quote.h".Jim Meyering
(remove_parents, main): Use quotearg_colon, not quote.
2005-06-22From gnulib:Jim Meyering
(HAVE_GNU_CALLOC): New constant. (xcalloc): Use it to avoid needless tests.
2005-06-22*** empty log message ***Jim Meyering
2005-06-22* tests/cp/cp-parents: Use chmod to work around some hosts withPaul Eggert
ACL problems.
2005-06-21*** empty log message ***Jim Meyering
2005-06-21*** empty log message ***Jim Meyering
2005-06-21*** empty log message ***Jim Meyering
2005-06-21Use --apparent-size to avoid the vagariesJim Meyering
of counting blocks. Kevin Mudrick reported that this test would fail on an nfs-mounted directory where attribute-caching is turned on.
2005-06-20.Jim Meyering
2005-06-19Allow the two existing types of uses of PATH:Jim Meyering
@vindex PATH @env{PATH}
2005-06-19*** empty log message ***Jim Meyering
2005-06-19(ln invocation): Change a few `paths' to `file names'.Jim Meyering