summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-28split long line in copyright commentJim Meyering
2005-06-28*** empty log message ***Jim Meyering
2005-06-28(fillbuf): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-28(dump_strings): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-28(show_date): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-28*** empty log message ***Jim Meyering
2005-06-28(main, store_char): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-27.Jim Meyering
2005-06-27.Jim Meyering
2005-06-26*** empty log message ***Jim Meyering
2005-06-26Require gl_DIACRIT.Jim Meyering
2005-06-26(libcoreutils_a_SOURCES): Remove diacrit.c and diacrit.h.Jim Meyering
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