Age | Commit message (Expand) | Author |
2000-04-26 | Rename global: s/path_mode/create_parents/. | Jim Meyering |
2000-04-19 | [__BEOS__]: Ignore O_BINARY and O_TEXT. | Jim Meyering |
2000-04-17 | Accept new option: --from=CURRENT_OWNER:CURRENT_GROUP. | Jim Meyering |
2000-04-17 | Don't remove support for --max-consecutive-size-changes just yet... | Jim Meyering |
2000-04-16 | Remove option: --max-consecutive-size-changes=N. | Jim Meyering |
2000-04-16 | New option: --strip-trailing-slashes. | Jim Meyering |
2000-04-16 | add comment | Jim Meyering |
2000-04-14 | tweak copyright date | Jim Meyering |
2000-04-14 | Shorten `#ifdef HAVE_...' to `#if HAVE_...' and | Jim Meyering |
2000-04-12 | (usage): Tweak --help output. Suggestions from Karl Berry. | Jim Meyering |
2000-04-09 | (usage): Clarify descriptions of the --max-* options. | Jim Meyering |
2000-04-09 | Use the "C" locale when using --rfc-822 (-R), as | Jim Meyering |
2000-04-08 | Document the ln=target directive. | Jim Meyering |
2000-04-08 | Add support for "ln=target" in the LS_COLORS variable, | Jim Meyering |
2000-04-08 | Document that while the --backup option takes an | Jim Meyering |
2000-04-08 | Document that while the --backup option takes an | Jim Meyering |
2000-04-03 | Include <langinfo.h> if it exists. | Jim Meyering |
2000-03-18 | (print_uptime): Use `buf' only if fgets succeeds. | Jim Meyering |
2000-03-12 | Merge from textutils. | Jim Meyering |
2000-03-12 | (usage): Correct --help output. | Jim Meyering |
2000-03-06 | (struct buffer.newline_free): New member. | Jim Meyering |
2000-03-04 | Once we encounter a file that is not of IS_TAILABLE_FILE_TYPE, | Jim Meyering |
2000-03-04 | Don't get failed assertion for `tail -f directory'. | Jim Meyering |
2000-03-04 | Include "unicodeio.h". | Jim Meyering |
2000-03-04 | copyright | Jim Meyering |
2000-03-03 | Make it so stty's rprnt attribute works on HPUX 10.20. | Jim Meyering |
2000-03-03 | (fillbuf): Move declaration of local, cc, into scope of | Jim Meyering |
2000-03-03 | Big performance improvement when sorting many small files, | Jim Meyering |
2000-03-02 | (getlogin, ttyname, geteuid): Declare them here, if needed. | Jim Meyering |
2000-03-02 | (show_point): Ignore shortcuts based on path | Jim Meyering |
2000-03-01 | (get_width_format): Fix portability problem with `-0' vs. `0'. | Jim Meyering |
2000-02-29 | (decode_switches): Remove `e' from getopt_long's list of | Jim Meyering |
2000-02-29 | (make_blank): Add an explicit cast to `unsigned char *' | Jim Meyering |
2000-02-29 | split a long line | Jim Meyering |
2000-02-27 | Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. | Jim Meyering |
2000-02-27 | Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...' | Jim Meyering |
2000-02-27 | (install_file_to_path): Always use install_file_in_file. | Jim Meyering |
2000-02-15 | (pop_dir): New function. | Jim Meyering |
2000-02-12 | (usage): Mention only `:', and not `.' as the separator. | Jim Meyering |
2000-02-11 | (main): Count the stat'able arguments. | Jim Meyering |
2000-02-09 | (correct_password): Correct HAVE_STRUCT_* name in #if guard | Jim Meyering |
2000-02-05 | Use UT_USER in place of hard-coded `->ut_name' here, too. | Jim Meyering |
2000-02-05 | (copy_internal): Don't allow mv to move a directory onto | Jim Meyering |
2000-02-03 | (O_NDELAY): Define to 0 if not defined. | Jim Meyering |
2000-01-31 | Use UT_USER in place of hard-coded `->ut_name' here, too. | Jim Meyering |
2000-01-30 | (correct_password): Guard with `HAVE_GETSPNAM && HAVE_STRUCT_PASSWD_SP_PWDP', | Jim Meyering |
2000-01-30 | (ST_NBLOCKS): Use st_size only for regular files and | Jim Meyering |
2000-01-30 | (main): Exit with nonzero status if ftruncate fails. | Jim Meyering |
2000-01-29 | Back out most of the 2000-01-21 and 01-22 changes. | Jim Meyering |
2000-01-29 | (screen_columns): Change #if-0 (test code, mistakenly committed in last delta) | Jim Meyering |