Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-28 | Add macro definitions for GNU libc unlocked wrappers. | Jim Meyering | |
1998-06-28 | add a FIXME for output delimiter | Jim Meyering | |
1998-06-28 | Add DIRED_ prefix to the macros: FPUTS and FPUTS_LITERAL. | Jim Meyering | |
1998-06-28 | s/PUTCHAR/DIRED_PUTCHAR/g. | Jim Meyering | |
1998-06-27 | (print_page): Break out of loop before double space test | Jim Meyering | |
if cols_ready_to_print is zero. | |||
1998-06-27 | (copy_internal): Fix it so hard-link test is no longer hidden inside | Jim Meyering | |
big if-(backup_type == none) block. | |||
1998-06-27 | (copy_reg): Detect identical source and dest here. | Jim Meyering | |
(copy_internal): Make the test symmetric. | |||
1998-06-27 | (remove_file): Remove `non-directory' part of | Jim Meyering | |
`removing non-directory FILE' verbose message. | |||
1998-06-24 | (show_dev): Increase field width for blocks, used, | Jim Meyering | |
and available columns from 7 to 8. | |||
1998-06-01 | (main): Fix argv-handling bug in my 1998-05-09 change. | Jim Meyering | |
Reported by Don Parsons. | |||
1998-05-26 | (two_arguments): Don't test argv[pos][2] if it's past end of string. | Jim Meyering | |
1998-05-24 | new version from automake-1.3 | Jim Meyering | |
1998-05-24 | tweak --changed diagnostic | Jim Meyering | |
1998-05-24 | tweak comment | Jim Meyering | |
1998-05-24 | Accept new option, --dereference. --no-dereference is now the default. | Jim Meyering | |
(Change_status) [CH_NOT_APPLIED]: New member. (change_symlinks): Enable this by default, now. (describe_change): Handle new case. (change_file_owner): Add new parameter: cmdline_arg. Update callers. Reorganize to reflect changed semantics. (LCHOWN): Remove definitions. | |||
1998-05-16 | add copyright | Jim Meyering | |
1998-05-16 | cast for losing Solaris | Jim Meyering | |
1998-05-16 | (tac_seekable): Fix error in handling regex separators. | Jim Meyering | |
1998-05-16 | (hash_compare_strings): Return true or false, not 1/0. | Jim Meyering | |
(remove_cwd_entries): Use RM_OK, not equivalent literal `1'. | |||
1998-05-13 | (copy_internal): Plug a small leak. | Jim Meyering | |
1998-05-11 | (do_move): Remove lots of code that was duplicated in | Jim Meyering | |
copy.c (copy), now that copy() has better support for mv. This fixes a bug with cross-filesystem `mv -i' whereby you could get two prompts for the same destination file and eventually remove the destination file even though one of the responses was negative. Reported by Dirk Lattermann. | |||
1998-05-11 | reflect additional parameter to copy | Jim Meyering | |
initialize new member: move_mode. | |||
1998-05-11 | (copy_internal): Use new move_mode member. | Jim Meyering | |
Add parameter. (copy): Add parameter. | |||
1998-05-11 | Better support for mv: | Jim Meyering | |
[struct cp_options] (move_mode): New member. | |||
1998-05-10 | (cp_option_init): s/use_mode/set_mode/ | Jim Meyering | |
1998-05-10 | (cp_option_init): Likewise. | Jim Meyering | |
(main): Set new preserve_* options. | |||
1998-05-10 | (cp_option_init): Initialize new members. | Jim Meyering | |
1998-05-10 | (new_nondir_mode): New function. Use where appropriate. | Jim Meyering | |
Use more-specific preserve_* members in place of removed `preserve'. (copy_internal): Honor failed_unlink_is_fatal. | |||
1998-05-10 | Support for install: | Jim Meyering | |
[struct cp_options] (failed_unlink_is_fatal): New member. (preserve_owner_and_group): New member. (preserve_chmod_bits): New member. (preserve_timestamps): New member. (preserve): Remove member. (set_mode): New member. (mode): New member. | |||
1998-05-10 | (main): Rewrite argv-handling to be clearer. | Jim Meyering | |
(copy_file): Rewrite to use copy.c (copy). (change_attributes): Get rid of now-(with chown wrapper)-unnecessary `no_need_to_chown' parameter. Fix caller. (install_file_in_file): Remove now-unnecessary `to_created' parameter. (cp_option_init): New function. Update several functions to take new parameter specifying copy options. | |||
1998-05-09 | Include safe-read.h. | Jim Meyering | |
Don't declare safe_read. | |||
1998-05-09 | Include safe-read.h. | Jim Meyering | |
Don't declare safe_read. | |||
1998-05-09 | (tac_seekable): Rename from tac_stream. | Jim Meyering | |
Change `FILE *in' parameter to `int input_fd'. Adjust callers. Revert to using safe_read -- can't mix lseek and fread. And can't use fseek because it can't handle files larger than 2^32. | |||
1998-05-07 | fix up compile warnings | Jim Meyering | |
1998-05-07 | Don't use safe_read. Use fread instead. | Jim Meyering | |
Fix open and fdopen to agree that file is read/write: O_RDWR and "w+". This is required on at least solaris5.5.1. | |||
1998-05-07 | add curlies | Jim Meyering | |
1998-05-07 | add some curly braces | Jim Meyering | |
1998-05-07 | rename variable | Jim Meyering | |
1998-05-07 | (tac_stdin): Use STDIN_FILENO rather than literal `0' in fstat call. | Jim Meyering | |
1998-05-04 | remove dcl of unused safe_read | Jim Meyering | |
1998-05-02 | (check_format): Use ISDIGIT, not isdigit. | Jim Meyering | |
1998-04-28 | (parse_line): Use ISSPACE, not isspace. | Jim Meyering | |
Use unsigned char * pointers, not potentially signed ones, to avoid sign extension. | |||
1998-04-27 | Remove definition of _GNU_SOURCE | Jim Meyering | |
1998-04-27 | (keycompare): Don't return 0 from inside the keyspec-iterating loop. | Jim Meyering | |
With this change, test 22a passes. Reported by Zvi Har'El. | |||
1998-04-27 | (strncoll): Remove bogus assertion. | Jim Meyering | |
1998-04-26 | Don't define NDEBUG. | Jim Meyering | |
1998-04-26 | Don't define NDEBUG. | Jim Meyering | |
1998-04-26 | Do not define _GNU_SOURCE and/or NDEBUG | Jim Meyering | |
1998-04-26 | [struct File_spec] (pretty_name): Remove member. | Jim Meyering | |
(pretty_name): New function. | |||
1998-04-26 | Remove usage-like comments near beginning of file. | Jim Meyering | |