summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-22chmod before removingJim Meyering
2000-11-19Update to use its own directory, and better trap.Jim Meyering
2000-11-19*** empty log message ***Jim Meyering
2000-11-19(main): Do not assume EOF == -1.Jim Meyering
Handle the case correctly when digits options immediately precede a non-option.
2000-11-19(BLOCK_SIZE_OPTION, COLOR_OPTION, FORMAT_OPTION,Jim Meyering
INDICATOR_STYLE_OPTION, QUOTING_STYLE_OPTION, SHOW_CONTROL_CHARS_OPTION, SORT_OPTION, TIME_OPTION): New enum values, to ensure that option values can't collide with chars. (long_options, decode_switches): Use them.
2000-11-19*** empty log message ***Jim Meyering
2000-11-19(GETOPT_HELP_CHAR, GETOPT_VERSION_CHAR): Now enumJim Meyering
constants rather than macros. Use values that cannot conflict with C characters or with -1, CHAR_MAX + 1, etc.
2000-11-18*** empty log message ***Jim Meyering
2000-11-18(count_entry): Don't omit the size of a directory entryJim Meyering
merely because we couldn't `chdir' into it. That would give subtly different results in some cases. Reported by Mattias Wadenstein via Michael Stone.
2000-11-18*** empty log message ***Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18Revert change of 2000-11-11. It inadvertently changeJim Meyering
the output format of `ls -l --full-time'.
2000-11-18*** empty log message ***Jim Meyering
2000-11-18Update to use the Free Documentation Licence.Jim Meyering
2000-11-18Change GNU to @sc{gnu} in many places.Jim Meyering
2000-11-18.Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18(main): When failing to create a directory, give onlyJim Meyering
one diagnostic, not two. Reported by Volker Borchert.
2000-11-18*** empty log message ***Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18(TESTS): Add t-slash.Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18(main): With --parents, remove any trailing slashesJim Meyering
from the argument to the final mkdir call. Required for NetBSD.
2000-11-18Create and `cd' into temporary directoryJim Meyering
before anything else. Reported by Volker Borchert.
2000-11-18revert mysteriously-applied last delta!Jim Meyering
2000-11-18add -*- Makefile -*-Jim Meyering
2000-11-18Sync with the one from fileutils.Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18*** empty log message ***Jim Meyering
2000-11-18.Jim Meyering
2000-11-18.Jim Meyering
2000-11-18tweak a commentJim Meyering
2000-11-18Formatting changes.Jim Meyering
(obstack_grow, obstack_grow0): Don't cast WHERE at all: that would prevent type checking. (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't cast the value to (void *): assigning a `foo *' to a `void *' variable is valid. (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
2000-11-17*** empty log message ***Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17(.NOTPARALLEL): Put it here instead, since this fileJim Meyering
is common to these packages: fileutils, sh-utils, textutils.
2000-11-17Declare global `tab' to be of type *unsigned* char,Jim Meyering
so join works with 8-bit delimiter characters.
2000-11-17.Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17Explicitly include sys/types.h before including system.h.Jim Meyering
2000-11-17.Jim Meyering
2000-11-17*** empty log message ***Jim Meyering
2000-11-17Update from GNU libc.Jim Meyering
2000-11-17(sha1): Define.Jim Meyering
(announcement): Include SHA1 digest of .tar.gz file.
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Include sys/types.h before system.h.Jim Meyering
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Declare global `tab' to be of type *unsigned* char,Jim Meyering
so join works with 8-bit delimiter characters. Reported by Antonio Rendas.