| Age | Commit message (Expand) | Author | Lines |
| 2000-03-03 | (fillbuf): Move declaration of local, cc, into scope of | Jim Meyering | -2/+1 |
| 2000-03-03 | Big performance improvement when sorting many small files, | Jim Meyering | -3/+17 |
| 2000-03-02 | (getlogin, ttyname, geteuid): Declare them here, if needed. | Jim Meyering | -0/+12 |
| 2000-03-02 | (show_point): Ignore shortcuts based on path | Jim Meyering | -2/+2 |
| 2000-03-01 | (get_width_format): Fix portability problem with `-0' vs. `0'. | Jim Meyering | -2/+5 |
| 2000-02-29 | (decode_switches): Remove `e' from getopt_long's list of | Jim Meyering | -2/+2 |
| 2000-02-29 | (make_blank): Add an explicit cast to `unsigned char *' | Jim Meyering | -3/+4 |
| 2000-02-29 | split a long line | Jim Meyering | -1/+2 |
| 2000-02-27 | Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. | Jim Meyering | -1/+1 |
| 2000-02-27 | Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...' | Jim Meyering | -10/+10 |
| 2000-02-27 | (install_file_to_path): Always use install_file_in_file. | Jim Meyering | -9/+5 |
| 2000-02-15 | (pop_dir): New function. | Jim Meyering | -46/+27 |
| 2000-02-12 | (usage): Mention only `:', and not `.' as the separator. | Jim Meyering | -5/+5 |
| 2000-02-11 | (main): Count the stat'able arguments. | Jim Meyering | -7/+16 |
| 2000-02-09 | (correct_password): Correct HAVE_STRUCT_* name in #if guard | Jim Meyering | -1/+1 |
| 2000-02-05 | Use UT_USER in place of hard-coded `->ut_name' here, too. | Jim Meyering | -4/+4 |
| 2000-02-05 | (copy_internal): Don't allow mv to move a directory onto | Jim Meyering | -4/+16 |
| 2000-02-03 | (O_NDELAY): Define to 0 if not defined. | Jim Meyering | -2/+10 |
| 2000-01-31 | Use UT_USER in place of hard-coded `->ut_name' here, too. | Jim Meyering | -13/+13 |
| 2000-01-30 | (correct_password): Guard with `HAVE_GETSPNAM && HAVE_STRUCT_PASSWD_SP_PWDP', | Jim Meyering | -2/+2 |
| 2000-01-30 | (ST_NBLOCKS): Use st_size only for regular files and | Jim Meyering | -4/+16 |
| 2000-01-30 | (main): Exit with nonzero status if ftruncate fails. | Jim Meyering | -1/+1 |
| 2000-01-29 | Back out most of the 2000-01-21 and 01-22 changes. | Jim Meyering | -104/+24 |
| 2000-01-29 | (screen_columns): Change #if-0 (test code, mistakenly committed in last delta) | Jim Meyering | -1/+1 |
| 2000-01-28 | (wrapf): Emit a newline only if 0 < current_col. | Jim Meyering | -9/+17 |
| 2000-01-26 | (detect_loop): Update incomplete comment. | Jim Meyering | -2/+6 |
| 2000-01-25 | tsort now works more like the traditional UNIX tsort. Before it would | Jim Meyering | -55/+146 |
| 2000-01-24 | (usage): Describe behavior when LINK_NAME is omitted. | Jim Meyering | -4/+6 |
| 2000-01-24 | (main): Don't expect array index `n_files - 1' to evaluate | Jim Meyering | -6/+2 |
| 2000-01-22 | (keycompare): Use global, hard_LC_COLLATE in place of | Jim Meyering | -2/+1 |
| 2000-01-22 | [! HAVE_DECL_STRTOUL]: Declare strtoul. | Jim Meyering | -0/+10 |
| 2000-01-22 | Topologically sort the functions and remove fwd declarations. | Jim Meyering | -189/+184 |
| 2000-01-22 | (enum Format_type): Declare. | Jim Meyering | -43/+51 |
| 2000-01-22 | Add support for octal and hexadecimal output. | Jim Meyering | -18/+83 |
| 2000-01-22 | ("xstrtol.h"): Include. | Jim Meyering | -79/+57 |
| 2000-01-21 | Correct copying notice to use GPL, per author's request. | Jim Meyering | -23/+20 |
| 2000-01-21 | Correct copying notice to use GPL, per author's request. | Jim Meyering | -22/+20 |
| 2000-01-21 | (PFI): Return `long', not `int'. | Jim Meyering | -13/+13 |
| 2000-01-19 | Tweak sort performance. | Jim Meyering | -209/+160 |
| 2000-01-18 | (interrupt_handler, main): | Jim Meyering | -8/+8 |
| 2000-01-18 | (sighandler, main): | Jim Meyering | -8/+8 |
| 2000-01-18 | (interrupt_handler): | Jim Meyering | -5/+5 |
| 2000-01-16 | (usage): Correct error in %V description. | Jim Meyering | -2/+2 |
| 2000-01-15 | (TAB_STOP_SENTINEL): Define. | Jim Meyering | -6/+11 |
| 2000-01-13 | (fillbuf): Avoid quadratic behavior with long lines. | Jim Meyering | -4/+3 |
| 2000-01-12 | (count_entry): Adjust to new calling convention for excluded_filename. | Jim Meyering | -3/+3 |
| 2000-01-09 | (do_link): Produce the same sort of one-line output for | Jim Meyering | -2/+12 |
| 2000-01-09 | This affects cp, install, and mv. | Jim Meyering | -6/+12 |
| 2000-01-08 | (PAGES_OPTION, COLUMNS_OPTION): Define these and use them instead of | Jim Meyering | -5/+13 |
| 2000-01-08 | (OUTPUT_DELIMITER_OPTION): Define this and use it instead of `CHAR_MAX + n'. | Jim Meyering | -2/+9 |