Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-24 | *** empty log message *** | Jim Meyering | |
2000-11-23 | . | Jim Meyering | |
2000-11-23 | cd back to $pwd | Jim Meyering | |
2000-11-23 | *** empty log message *** | Jim Meyering | |
2000-11-23 | *** empty log message *** | Jim Meyering | |
2000-11-23 | (show_point): Before accepting an entry as a match, make sure that | Jim Meyering | |
the mount directory exists and has the required device number. Before, e.g., `df /floppy' would mistakenly report on the root partition if /floppy were not listed in /etc/mtab but / was. Patch from Eirik Fuller (http://bugs.debian.org/76923). | |||
2000-11-23 | *** empty log message *** | Jim Meyering | |
2000-11-23 | *** empty log message *** | Jim Meyering | |
2000-11-23 | (mode_changed): New function. | Jim Meyering | |
(change_file_mode): Use it to determine accurately when -c should make chmod announce there's been a change. | |||
2000-11-23 | Source sticky-check instead of open-coding it. | Jim Meyering | |
2000-11-23 | *** empty log message *** | Jim Meyering | |
2000-11-23 | (TESTS): Add c-option | Jim Meyering | |
2000-11-23 | whoops | Jim Meyering | |
2000-11-23 | *** empty log message *** | Jim Meyering | |
2000-11-23 | (my_strftime): Do not invoke mbrlen with a | Jim Meyering | |
size of (size_t) -1; it's not portable. | |||
2000-11-22 | chmod before removing | Jim Meyering | |
2000-11-19 | Update 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 enum | Jim 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 entry | Jim 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-18 | Revert change of 2000-11-11. It inadvertently change | Jim Meyering | |
the output format of `ls -l --full-time'. | |||
2000-11-18 | *** empty log message *** | Jim Meyering | |
2000-11-18 | Update to use the Free Documentation Licence. | Jim Meyering | |
2000-11-18 | Change 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 only | Jim 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 slashes | Jim Meyering | |
from the argument to the final mkdir call. Required for NetBSD. | |||
2000-11-18 | Create and `cd' into temporary directory | Jim Meyering | |
before anything else. Reported by Volker Borchert. | |||
2000-11-18 | revert mysteriously-applied last delta! | Jim Meyering | |
2000-11-18 | add -*- Makefile -*- | Jim Meyering | |
2000-11-18 | Sync 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-18 | tweak a comment | Jim Meyering | |
2000-11-18 | Formatting 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 | |