summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-04-07.Jim Meyering
1997-04-06(STRTOX): New macro to eliminate code duplication.Jim Meyering
(xstrtod, xstrtol, xstrtoul): Remove functions. Use the STRTOX instead.
1997-04-06Change most char* dcls to const char*.Jim Meyering
1997-04-06Reorder functions to obviate forward decls.Jim Meyering
1997-03-27(main): Implement new --max-depth=N option.Jim Meyering
Based on the idea and a patch from Torbjorn Lindgren. (du_files): Likewise. (count_entry): Likewise.
1997-03-19cpp-indentJim Meyering
Change a few #ifdef to #if. Remove 3 spurious #ifdef that were guarding an #undef each.
1997-03-19(check_format): Rename local, FORMAT_STRING, to avoid shadowing global.Jim Meyering
(print_numbers): Likewise.
1997-03-18(idle_string): Rename local, IDLE, to avoid shadowing global.Jim Meyering
1997-03-18(log_su): Resort to getpwuid if getlogin fails.Jim Meyering
If no tty name is found, use `none' in the log message. Based on a patch from Galen Hazelwood.
1997-03-14(main): Allow use of 0 (zero) as the margin offsetJim Meyering
argument to the -o option. Patch from Gary Anderson.
1997-03-14(main): Make sure c1 is not -1 before using it as anJim Meyering
array index. Patch from Greg McGary. Although this is truly a bug, I believe it would not cause tr to misbehave on most systems. I could not construct a test case with which this bug causes tr to generate invalid output.
1997-03-13(change_file_group): Use uid of -1 to indicateJim Meyering
we don't want to change the file's user ID.
1997-03-10(decode_switches): Ignore value of COLUMNS envionmentJim Meyering
variable when it is the empty string. Suggestion from Ulrich Drepper.
1997-03-01(usage): Fix typo in --help output. From Andreas Schwab.Jim Meyering
1997-02-27(re_protect): When there is any potential for ambiguity in a diagnostic,Jim Meyering
give explanatory diagnostic in addition to file name.
1997-02-27(copy_internal): When there is any potential forJim Meyering
ambiguity in a diagnostic, give explanatory diagnostic in addition to file name.
1997-02-20(factor): Rewrite inner loop to be more efficient.Jim Meyering
Patch from Torbjorn Granlund.
1997-02-20(main): Remove trailing slashes from command line arguments.Jim Meyering
Otherwise, running `mkdir x; chmod 644 x; ls -d x/' (note the trailing slash) makes ls fail with permission denied on at least Linux 1.2.13 and 2.0.14 systems.
1997-02-16Add missing paren.Jim Meyering
1997-02-16(parse_obsolescent_option): Reverse order of args in diagnostic.Jim Meyering
Remove `' quotes in diagnostic. (parse_options): Remove `' quotes in diagnostic.
1997-02-12fixed off-by-one errorJim Meyering
1997-02-12FIXME: major revamp to use FILE*; passed a few more testsJim Meyering
1997-02-09change wording in messageJim Meyering
1997-02-09update copyrightJim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-09update copyrights for 1997Jim Meyering
1997-02-09(parse_obsolescent_option): Give warning diagnostic forJim Meyering
(but now accept) obsolescent usage with more than one file argument.
1997-02-06(quote_filename): Allocate two more bytes (for quotes)Jim Meyering
when using --quote-name (-Q). Feb 2 change wasn't complete. Patch from Mark Harris.
1997-02-05Bracket inclusion of termios.h with #if HAVE_TERMIOS_H.Jim Meyering
Masami Takikawa reported that NeXTStep 3.0 doesn't have termios.h.
1997-02-04[__GNUC__]: Don't define alloca to __builtin_alloca.Jim Meyering
1997-02-03Move alloca-related preprocessor code into system.h.Jim Meyering
1997-02-03[__GNUC__]: Don't define alloca to __builtin_alloca.Jim Meyering
1997-02-03(quote_filename): Don't backslash-escape double quotes.Jim Meyering
This fixes a problem whereby columns weren't aligned when some files contained double quote characters and ls's --escape (-b) option was used. Reported by Mark Harris.
1997-02-02* src/cp-hash.c (struct entry): Move dcl to this file from cp.h.Jim Meyering
(struct htab): Likewise. No longer include cp.h. Instead, include the things it used to include.
1997-02-02.Jim Meyering
1997-02-02(hash_insert2): Rename local HTAB to HT to avoid shadowing global.Jim Meyering
1997-02-02[obstack_chunk_alloc]: Define to malloc, not xmallocJim Meyering
to work better with new obstack functions.
1997-02-02[obstack_chunk_alloc]: Define to malloc, not xmallocJim Meyering
to work better with new obstack functions.
1997-02-02(main): Rename local I to C to avoid shadowing and toJim Meyering
be more consistent. Declare I in inner scopes.
1997-02-02Gutted code -- pieces are in copy.[ch].Jim Meyering
1997-02-02.Jim Meyering
1997-02-02.Jim Meyering
1997-02-01.Jim Meyering
1997-02-01(init_parameters): For compatibility: use defaultJim Meyering
separator `TAB' with full length lines. From Roland Huebner.
1997-02-01(usage): Make parenthetical note on --no-dereference a little more general.Jim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1997-02-01Rename globals buffer and buffer_size to have G_ prefixJim Meyering
to avoid shadowing local variables.