I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add prototypes to function declarations. Use size_t, not int, when needed. Use `const' when needed to pacify gcc. Use STD{IN,OUT,ERR}_FILENO instead of [012]. (VOID): Move to system.h. (version_string): Now char[]. (usage): Sort options. (process_diff): Pacify `gcc -Wall' with a useless assignment. (read_diff): pid is of type pid_t, not int. Use waitpid if available. (output_diff3): Simplify test for `\ No newline at end of file' message. More... over 31 years ago
Add prototypes to function declarations. Use size_t, not int, when needed. Use `const' when needed to pacify gcc. Use STD{IN,OUT,ERR}_FILENO instead of [012]. (usage): Sort options. (filetype): New function. (compare_files): Set stdin's st_mtime to be the current time. Leave its name "-" instead of changing it to "Standard Input"; to test whether a file is stdin, we must compare its name to "-" instead of its desc to 0, since if it's closed other file descs may be 0. When comparing standard input to a file, and using a shortcut (e.g. looking at file sizes or inode numbers), take the lseek offset into account before deciding whether the files are identical. Pretend that nonexistent files have the same filetype as existing files. Rename `errorcount' to `failed', since it's boolean. In directory comparisons, if a file is neither a regular file nor a directory, just print its type and the other file's type. More... over 31 years ago
Add prototypes to function declarations. Use size_t, not int, when needed. Use `const' when needed to pacify gcc. (print_context_label): Standard input's st_mtime is no longer a special case here, since `compare_files' now sets it to the current time. More... over 31 years ago
Add prototypes to function declarations. Use size_t, not int, when needed. Use `const' when needed to pacify gcc. Use 0, not NULL, for portability. Make globals static when possible. More... over 31 years ago
Add prototypes to function declarations. Use size_t, not int, when needed. (diag): Pacify `gcc -Wall' with a useless assignment. (diff_2_files): Use l.c.m., not max, of files' buffer sizes. More... over 31 years ago
Initial revision More... over 31 years ago
GNU diffutils 2.7 More... over 31 years ago
* Makefile.in (config.status): Run config.status --recheck, not configure, to get the right args passed. More... over 31 years ago
(dist): Replace `if [ ! TEST ]; then ACTION; fi' with `[ TEST ] || ACTION || exit' so that the command exits with proper status for `make'. More... over 31 years ago
new targets More... over 31 years ago
Attempt to do a better job with three two-way diffs. This was a file labeled diff3.c.new-notdone, dated 1992-04-27, with user name `randy'. More... over 31 years ago
(dist): Switch from .z to .gz. More... over 31 years ago
(diff_2_files): Change NULL to 0. More... over 31 years ago
Change NULL to 0. More... over 31 years ago
(print_sdiff_common_lines_print_sdiff_hunk): Cast args to pointer types, for traditional C. More... over 31 years ago
(longopts, private_tempnam): Change NULL to 0. More... over 31 years ago
(longopts): Change NULL to 0. More... over 31 years ago
(main): Cast args to compare_files, for traditional C. More... over 31 years ago
(compare_files): Don't use the file size shortcut if ignore_some_changes is nonzero, since the file size may differ merely due to ignored changes. (briefly_report): New function. (main): Set ignore_some_changes if we might ignore some changes. Remove unsystematic assignment of 0 to static vars. More... over 31 years ago
(tab_align_flag): New variable, for new -T option. (main, usage, output_diff3): Add support for -T. More... over 31 years ago
entered into RCS More... over 31 years ago
(ignore_some_changes): New variable. More... over 31 years ago
(read_files): New argument PRETEND_BINARY says whether to pretend the files are binary. More... over 31 years ago
(diff_2_files): With -q, do not report that files differ if all their differences are ignored. More... over 31 years ago
entered into RCS More... over 31 years ago
entered into RCS More... over 31 years ago
entered into RCS More... almost 32 years ago
*** empty log message *** More... almost 32 years ago
Initial revision More... almost 32 years ago
*** empty log message *** More... almost 32 years ago