summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2003-10-04(MAX_N_DESCRIPTORS): Remove now-unused definition.Jim Meyering-4/+0
2003-10-04(enum) [HUMAN_SI_OPTION]: New member.Jim Meyering-1/+6
2003-10-03Accept --no-dereference (-P).Jim Meyering-4/+12
2003-10-02.Jim Meyering-1/+1
2003-10-02Include "fts_.h", not ftw.h.Jim Meyering-139/+102
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering-8/+7
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering-2/+2
2003-09-28(ASSIGN_STRDUPA):Jim Meyering-1/+1
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering-2/+2
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering-2/+2
2003-09-28Remove unnecessary cast of alloca, since now it's guaranteed to be (void *).Jim Meyering-1/+1
2003-09-28Remove unnecessary cast of alloca, since now it's guaranteed to be (void *).Jim Meyering-4/+4
2003-09-28Minor efficiency tweak.Jim Meyering-4/+7
2003-09-27Don't exhaust virtual memory when processing large inputs.Jim Meyering-47/+2
2003-09-26.Jim Meyering-1/+1
2003-09-24(check_and_close, dump, dump_strings): Don't report bogus errno valueJim Meyering-11/+18
2003-09-23(get_line): Report error right away if I/O fails,Jim Meyering-0/+2
2003-09-23(close_output_file): Don't report bogus errno valueJim Meyering-2/+8
2003-09-23(paste_serial): Save errno after input error,Jim Meyering-1/+4
2003-09-23(fold_file): Save errno after input error, to report proper errno value.Jim Meyering-1/+4
2003-09-23(compare_files): Save errno after input error, to report proper errno value.Jim Meyering-3/+18
2003-09-23(unexpand): Save errno after input error, to report proper errno value.Jim Meyering-0/+3
2003-09-23(tee): Adjust fwrite arguments so that the returnJim Meyering-1/+1
2003-09-22(tac_mem): Don't return a value; nobody uses it.Jim Meyering-7/+7
2003-09-22(tee): Once a write failure has occurred, don't botherJim Meyering-6/+8
2003-09-22(check_file): Report error right away if I/O fails,Jim Meyering-2/+8
2003-09-22(UNROLL): Remove.Jim Meyering-30/+12
2003-09-22Switch encoding from Latin-1 to UTF-8.Jim Meyering-3/+6
2003-09-19`du -D symlink-to-dir' would mistakenly omit the slash inJim Meyering-1/+2
2003-09-19(process_file): Remove useless disjunct.Jim Meyering-3/+1
2003-09-18*** empty log message ***Jim Meyering-1/+0
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering-175/+175
2003-09-18(case_GETOPT_VERSION_CHAR): Rename parameter, Authors, to Written_by.Jim Meyering-2/+2
2003-09-18revert previous changeJim Meyering-68/+68
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering-66/+66
2003-09-18(case_GETOPT_VERSION_CHAR): Append NULL to version_etc argument list.Jim Meyering-1/+1
2003-09-18(main): Append NULL to version_etc argument list.Jim Meyering-1/+1
2003-09-18(numcompare): Rename local, logb, to log_b to avoidJim Meyering-11/+11
2003-09-14(print_factors): Give a separate diagnosticJim Meyering-3/+7
2003-09-10.Jim Meyering-2/+2
2003-09-09Alphabetize includes.Jim Meyering-5/+4
2003-09-09.Jim Meyering-0/+1
2003-09-08Add a comment.Jim Meyering-0/+4
2003-09-07(D_INO, ENABLE_CYCLE_CHECK) [D_INO_IN_DIRENT]:Jim Meyering-8/+0
2003-09-07.Jim Meyering-1/+1
2003-09-06(enum): Add ALLOW_MISSING_OPTION.Jim Meyering-3/+7
2003-09-05.Jim Meyering-11/+12
2003-09-05Don't ignore -S if input is a pipe. Bug report by Michael McFarland inJim Meyering-9/+25
2003-09-05(elide_tail_lines_pipe): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes.Jim Meyering-11/+9
2003-09-05(pipe_lines, pipe_bytes): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes.Jim Meyering-11/+7