summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-25Whoops. Add this, too:Jim Meyering
AC_LIBOBJ([version-etc-fsf])
2005-06-25*** empty log message ***Jim Meyering
2005-06-25(libcoreutils_a_SOURCES): Remove version-etc.c version-etc.hJim Meyering
and version-etc-fsf.c.
2005-06-25*** empty log message ***Jim Meyering
2005-06-25*** empty log message ***Jim Meyering
2005-06-25(gl_VERSION_ETC): New file/macro.Jim Meyering
2005-06-25Require gl_VERSION_ETC.Jim Meyering
2005-06-25(libcoreutils_a_SOURCES): Remove dev-ino.h too, now that weJim Meyering
get it via root-dev-ino.m4
2005-06-25Remove dev-ino.h, now that we get it via root-dev-ino.m4Jim Meyering
2005-06-25*** empty log message ***Jim Meyering
2005-06-25Require gl_ROOT_DEV_INO.Jim Meyering
2005-06-25Also require dev-ino.h.Jim Meyering
2005-06-25Add this:Jim Meyering
AC_REQUIRE([AC_FUNC_LSTAT])
2005-06-25(gl_ROOT_DEV_INO): New file/macro.Jim Meyering
2005-06-25*** empty log message ***Jim Meyering
2005-06-25(libcoreutils_a_SOURCES): Remove root-dev-ino.c and root-dev-ino.h.Jim Meyering
2005-06-24(canon_host) [HAVE_GETADDRINFO]: Use `= { 0, };' to initialize local `hint'.Paul Eggert
2005-06-24.Jim Meyering
2005-06-24*** empty log message ***Jim Meyering
2005-06-24(cp invocation): Clarify how --reply=no works.Jim Meyering
2005-06-24(usage): Clarify how --reply=no works.Jim Meyering
2005-06-23Address some "du" issues.Paul Eggert
2005-06-23Do not include hard-locale.h.Paul Eggert
(struct duinfo): Remove 'valid' member. All uses changed to use negative nsec instead. (DUIINFO_INI, DUINFO_SET, DUINFO_ADD): Remove. (duinfo_init, duinfo_set, duinfo_add): New functions, taking the role of the removed macros. (opt_time): Renamed from opt_last_time. All uses changed. (TIME_OPTION): Renamed from LAST_TIME_OPTION. All uses changed. (long_options, usage): Rename --last-time to --time. (locale_time_style): Remove. (time_style_args, time_style_types, usage): Remove support for --time-style=locale. (show_date): Now returns void, since nobody looked at the result. Assume FORMAT is not null. An empty FORMAT now outputs an empty time. Simplify nstrftime invocation. (main): Put in ls compatibility workarounds only for TIME_STYLE, not for --time-style. Omit unnecessary space in iso time style.
2005-06-23(ls invocation): Fix typo: --time=use isPaul Eggert
equivalent to --time=atime, not --time=ctime. (ls invocation, du invocation): Fix typo: --time-style=long-iso is equivalent to a time style with a leading "+". (du invocation): --last-time is now --time. --time-style no longer implies --time. The locale and posix- stuff now works only for TIME_STYLE, not for --time-style. Give equivalent format for --time-style=iso.
2005-06-23du's --last-time option is now --time.Paul Eggert
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.