Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-01 | fix typo in comment | Jim Meyering | |
1999-01-01 | (PATH_MAX_IN_DIR) [HAVE_UNISTD_H]: New macro, for max | Jim Meyering | |
file name characters in a given directory. (tempname): Make sure the temp file name is unique even if long file names aren't supported. | |||
1999-01-01 | (cwrite) [O_BINARY]: Write output in binary mode. | Jim Meyering | |
(main) [O_BINARY]: Read input in binary mode. | |||
1999-01-01 | (bsd_sum_file, sysv_sum_file) [O_BINARY]: Read input in binary mode. | Jim Meyering | |
1999-01-01 | (tail_lines, tail_bytes) [O_BINARY]: Use binary I/O when appropriate. | Jim Meyering | |
1999-01-01 | (wc): Use binary mode for input. | Jim Meyering | |
1999-01-01 | (unexpand): Use binary I/O where appropriate. | Jim Meyering | |
1999-01-01 | (main) [O_BINARY]: Use binary I/O when appropriate. | Jim Meyering | |
1999-01-01 | (skip, read_char, read_block) [O_BINARY]: Switch input | Jim Meyering | |
stream to binary mode. | |||
1999-01-01 | (OPENOPTS) [O_BINARY]: Use binary I/O when non-zero argument. | Jim Meyering | |
(md5_file) [O_BINARY]: Switch redirected stdin to binary mode. (main) [O_BINARY]: Use binary reads by default on those systems which care about the difference. | |||
1999-01-01 | (head_bytes, head_lines) [O_BINARY]: Use binary I/O. | Jim Meyering | |
1999-01-01 | (expand): Use binary I/O where appropriate. | Jim Meyering | |
1999-01-01 | (cksum) [O_BINARY]: Read redirected stdin in binary mode. | Jim Meyering | |
1999-01-01 | (usage) [O_BINARY]: Describe -B,--binary option. | Jim Meyering | |
(main) [O_BINARY]: binary_files, binary_output, file_open_mode: new variables. Add --binary to long_options[]. Switch stdin and stdout to binary mode unless file contents are not important anyway. Open files in binary mode when required. | |||
1999-01-01 | (parse_options): Use XARGCASEMATCH in place of argmatch. | Jim Meyering | |
1999-01-01 | Rename globals N and R so they don't shadow locals. | Jim Meyering | |
(tsort): Rename from `sort'. | |||
1999-01-01 | remove trailing blanks | Jim Meyering | |
1999-01-01 | from Mark Kettenis | Jim Meyering | |
1998-12-31 | (main): Use XARGCASEMATCH in place of argmatch & co. | Jim Meyering | |
1998-12-31 | (indicator_style_types): New variable. | Jim Meyering | |
(format_types): Rename from `formats'. (color_args): Remove unnecessary `no' string. (color_types): Remove corresponding `color_never' entry. (main): Use ARGMATCH_TO_ARGUMENT. (decode_switches): Use ARGCASEMATCH instead of argmatch code in each of several cases. From Akim Demaille. | |||
1998-12-31 | (main): Use XARGCASEMATCH in place of argmatch & co. | Jim Meyering | |
1998-12-18 | (copy_internal): Remove errnoeous `%s: ' prefix | Jim Meyering | |
from format string. From Michiel Bacchiani. | |||
1998-12-18 | (UID_T_MAX, GID_T_MAX): Define them here instead. | Jim Meyering | |
1998-12-18 | (UID_T_MAX, GID_T_MAX): Remove definitions. | Jim Meyering | |
1998-12-18 | (MAXGID): Define. | Jim Meyering | |
Use gid_t (not int) as the type for `group' variables. (parse_group): Use MAXGID, not INT_MAX. | |||
1998-12-17 | New options for tail: --follow=name, --follow=descriptor, --allow-missing | Jim Meyering | |
(Follow_mode): New enum. (n_live_files): New function. (tail_forever): Avoid starvation with --follow=name and a continually-growing unlinked or renamed file. | |||
1998-12-13 | add comment about opening exclusively | Jim Meyering | |
1998-12-12 | In order to distinguish col(umn|or): | Jim Meyering | |
(init_column_info): Renamed from init_col_info. (struct column_info): Renamed from struct col_info. (struct color_ext_type): Renamed from struct col_ext_type. From Akim Demaille. | |||
1998-12-12 | * src/ls.c: Group DIRED's code together. | Jim Meyering | |
(full_time, inhibit_group, col_ext_type): Declare static. (dired_dump_obstack): Apply sizeof to variable, instead of its type. (parse_ls_color): Rename ext2 as e2. Move into the block where it is used. From Akim Demaille. | |||
1998-12-11 | (main): Arrange to exit unsuccessfully when stime fails. | Jim Meyering | |
From Andreas Schwab. | |||
1998-12-07 | Use dir_name, not dirname. Include dirname.h. | Jim Meyering | |
1998-12-07 | declare base_name | Jim Meyering | |
1998-12-06 | Fix `ls -R .' formatting bug that broke mktexlsr. | Jim Meyering | |
Include path-concat.h. (basename_is_dot_or_dotdot): New function, derived from is_not_dot_or_dotdot. (is_not_dot_or_dotdot): Remove function. (extract_dirs_from_files): Use `!basename_is_dot_or_dotdot' instead of is_not_dot_or_dotdot and use path_concat instead of attach. | |||
1998-11-30 | (DOT_OR_DOTDOT): New definition (moved here from remove.c.). | Jim Meyering | |
1998-11-30 | (DOT_OR_DOTDOT): Move definition from this file... | Jim Meyering | |
1998-11-30 | (dd_copy): Rename function from `copy'. | Jim Meyering | |
1998-11-30 | (do_copy): Rename local: s/unused/copy_into_self/ | Jim Meyering | |
1998-11-30 | (do_move): Don't arrange to remove DEST in the copied-into-self case. | Jim Meyering | |
1998-11-30 | (copy_internal): Remove earlier (but less effective) | Jim Meyering | |
test for move/copy-into-self. Instead, deduce the move-into-self condition from errno==EINVAL after a failed rename. | |||
1998-11-30 | (movefile): Don't free new_dest. | Jim Meyering | |
Bob McCracken reported that mv couldn't handle certain combinations of hard linked source files. | |||
1998-11-08 | [HAVE_LSTAT_EMPTY_STRING_BUG]: Define lstat to rpl_lstat and declare the latter. | Jim Meyering | |
1998-10-25 | (remove_cwd_entries): Don't apply CLOSEDIR to a NULL | Jim Meyering | |
pointer. (provoke with `mkdir -m 0100 x; rm -rf x') Upon CLOSEDIR failure, set `status' to RM_ERROR, not RM_OK. (remove_dir): Return `status', rather than always RM_OK. | |||
1998-10-23 | (usage): Add mention of --version and --help. | Jim Meyering | |
1998-10-05 | (long_options): Add entry for --suffix=SUFFIX option. | Jim Meyering | |
1998-10-04 | (split_3): Rename local variable, to `escaped_filename'. | Jim Meyering | |
(main): Output the leading backslash not just when there's a newline in the file name, but also when there's a backslash. | |||
1998-10-03 | (main): Update to use new version of posixtime. | Jim Meyering | |
1998-09-28 | (copy_internal): Do honor `n' reply in move-mode. | Jim Meyering | |
Otherwise, `touch a b; echo n|mv -i a b' would remove b. From Bernd Leibing. | |||
1998-09-28 | (main): Decrement optind when we find an `option' that | Jim Meyering | |
looks like -N. Reported by Clark Morgan. | |||
1998-09-27 | (copy_internal): Don't preserve hard-linked directories | Jim Meyering | |
to avoid damaging the destination filesystem when copying from a Netapp snapshot directory. With code from Kjetil Torgrim Hollstein and Paul Eggert. | |||
1998-09-26 | factor.c | Jim Meyering | |