| Age | Commit message (Expand) | Author | Lines |
| 2003-10-15 | . | Jim Meyering | -1/+1 |
| 2003-10-15 | . | Jim Meyering | -1/+1 |
| 2003-10-15 | Include "fts_.h". | Jim Meyering | -34/+68 |
| 2003-10-15 | chown now accepts POSIX-mandated -H, -L, -P options and uses | Jim Meyering | -35/+65 |
| 2003-10-15 | [enum Dereference_symlink]: Remove declaration. | Jim Meyering | -17/+8 |
| 2003-10-15 | Rewrite to iterate through hierarchies using fts rather than | Jim Meyering | -123/+108 |
| 2003-10-15 | (usage): Clarify that --directory, -d, -F probably won't | Jim Meyering | -2/+7 |
| 2003-10-15 | (parse_field_count): Handle the case where overflow | Jim Meyering | -0/+1 |
| 2003-10-14 | (decode_switches) [TIOCGWINSZ]: Comment out the | Jim Meyering | -1/+1 |
| 2003-10-14 | Fix to avoid a denial-of-service attack if the display width is | Jim Meyering | -122/+119 |
| 2003-10-13 | (init_column_info): Add another FIXME comment. | Jim Meyering | -0/+2 |
| 2003-10-13 | (struct bin_str.len, length_of_file_name_and_frills, indent, | Jim Meyering | -96/+104 |
| 2003-10-13 | (print_many_per_line): Add FIXME comment. | Jim Meyering | -0/+2 |
| 2003-10-12 | New options: --preserve-root and --no-preserve-root. | Jim Meyering | -4/+69 |
| 2003-10-12 | (change_file_mode): Don't #ifdef-out a simple use of | Jim Meyering | -3/+1 |
| 2003-10-12 | (copy_internal): Don't #ifdef-out simple uses of | Jim Meyering | -8/+2 |
| 2003-10-09 | tweak comments | Jim Meyering | -3/+3 |
| 2003-10-08 | (main): Remove obsolete FIXME. | Jim Meyering | -2/+0 |
| 2003-10-08 | csplit cleanup. | Jim Meyering | -213/+154 |
| 2003-10-07 | . | Jim Meyering | -4/+2 |
| 2003-10-05 | (change_file_owner): Remove set-but-not-used local. | Jim Meyering | -2/+0 |
| 2003-10-05 | s/nftw/fts/g in a comment | Jim Meyering | -2/+2 |
| 2003-10-05 | (du_files): Mark diagnostic for translation. | Jim Meyering | -1/+1 |
| 2003-10-05 | . | Jim Meyering | -2/+2 |
| 2003-10-04 | (du_files): Ignore any failure of fts_close. | Jim Meyering | -5/+4 |
| 2003-10-04 | (du_files): Give better diagnostics for failed fts_open. | Jim Meyering | -5/+20 |
| 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-03 | Accept --no-dereference (-P). | Jim Meyering | -4/+12 |
| 2003-10-02 | . | Jim Meyering | -1/+1 |
| 2003-10-02 | Include "fts_.h", not ftw.h. | Jim Meyering | -139/+102 |
| 2003-09-28 | Remove unnecessary casts of alloca, since now it's guaranteed to be (void *). | Jim Meyering | -8/+7 |
| 2003-09-28 | Remove 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-28 | Remove unnecessary casts of alloca, since now it's guaranteed to be (void *). | Jim Meyering | -2/+2 |
| 2003-09-28 | Remove unnecessary casts of alloca, since now it's guaranteed to be (void *). | Jim Meyering | -2/+2 |
| 2003-09-28 | Remove unnecessary cast of alloca, since now it's guaranteed to be (void *). | Jim Meyering | -1/+1 |
| 2003-09-28 | Remove unnecessary cast of alloca, since now it's guaranteed to be (void *). | Jim Meyering | -4/+4 |
| 2003-09-28 | Minor efficiency tweak. | Jim Meyering | -4/+7 |
| 2003-09-27 | Don'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 value | Jim 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 value | Jim 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 return | Jim Meyering | -1/+1 |
| 2003-09-22 | (tac_mem): Don't return a value; nobody uses it. | Jim Meyering | -7/+7 |