summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-07-17Regenerate.Paul Eggert
2006-07-17(main): Adjust to new mode_adjust API.Paul Eggert
2006-07-17(main): Adjust to new mode_adjust API.Paul Eggert
2006-07-17(struct mkdir_options): New struct.Paul Eggert
2006-07-17Include mkancesdirs.h.Paul Eggert
2006-07-17(process_file): Adjust to mode_adjust API change.Paul Eggert
2006-07-14(do_decode): Output to parameter OUT, not to stdout.Paul Eggert
2006-07-11Assume <dirent.h> exists, since gnulib assumes this now as well.Paul Eggert
2006-07-09Regenerate.Paul Eggert
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert
2006-07-09(print_it): Don't assume char is unsigned.Paul Eggert
2006-07-09(print_esc): Don't assume char is unsigned.Paul Eggert
2006-07-09(create_fullname): Don't assume char is unsigned.Paul Eggert
2006-07-09(is_blank): Remove; no longer needed. All usesPaul Eggert
2006-07-09(unexpand): Don't assume that isprint etc. returnPaul Eggert
2006-07-09(is_char_class_member): Don't assume that isprint etc. returnPaul Eggert
2006-07-09(initialize_regex, fix_output_parameters): Don't assume that isprintPaul Eggert
2006-07-09(check_punctuation): Don't assume that isprint etc. returnPaul Eggert
2006-07-09(expand): Don't assume that isprint etc. returnPaul Eggert
2006-07-09(inittables): Use toupper rather thanPaul Eggert
2006-07-09(apply_translations): Use toupper rather thanPaul Eggert
2006-07-09(_D_EXACT_NAMELEN): Renamed from NLENGTH, forPaul Eggert
2006-07-08* src/dd.c (skip): Remove one of two adjacent "the"s in a comment.Jim Meyering
2006-07-05* src/ls.c (usage): Correct the description of -G: it is usefulJim Meyering
2006-07-05* src/copy.c (copy_internal): Don't work around old NFS clients likeJim Meyering
2006-07-05Regenerate, to remove fuzz.Jim Meyering
2006-07-03Plug another unusual leak.Jim Meyering
2006-07-03The dev/inode of the topmost directory in each hierarchy were notJim Meyering
2006-07-03Fix two small leaks.Jim Meyering
2006-07-02Include <stdint.h> unconditionally, since wePaul Eggert
2006-07-01(main): With no operand, 'tail -f' now silently ignores the '-f'Paul Eggert
2006-07-01* src/ln.c (do_link): Use new, shorter URL, for ag-review link.Jim Meyering
2006-07-01(seq_LDADD): Remove $(SEQ_LIBM); add $(POW_LIB).Paul Eggert
2006-07-01Don't include <math.h> or <xstrtol.h>; no longer needed.Paul Eggert
2006-06-28* src/sort.c (main): Support obsolete usages like "sort +1 -2" even whenPaul Eggert
2006-06-28* src/system.h (CLOSEDIR): Remove. All uses changed to closedir.Paul Eggert
2006-06-28* src/c99-to-c89.diff: Regenerate, to remove fuzz.Jim Meyering
2006-06-27.PHONY: sc_tight_scopeJim Meyering
2006-06-26Attempt rmdir (actually, unlinkat-with-AT_REMOVEDIR) upon anyJim Meyering
2006-06-26* NEWS: rm no longer fails to remove an empty, unreadable directoryJim Meyering
2006-06-26Avoid a segfault for wc --files0=- < /dev/null.Jim Meyering
2006-06-25tweak grammar in commentJim Meyering
2006-06-25* NEWS: wc accepts a new option --files0-from=FILE, where FILEJim Meyering
2006-06-24* src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions.Jim Meyering
2006-06-22* src/tee.c (tee_files): Rename from tee, to avoid conflict withJim Meyering
2006-06-08Ensure that cat works with any of the options, -A -v -e -E -T,Jim Meyering
2006-06-08(eval4): Detect overflow properly when multiplying INTMAX_MIN * -1.Paul Eggert
2006-06-07Don't claim x86 behavior is erroneous in a comment.Paul Eggert
2006-06-07(integer_overflow): New function.Paul Eggert
2006-06-03Make `cp --link --no-dereference' work also on systems where theJim Meyering