openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
GNU Diff Utilities
Settings
|
Report Duplicate
1,089
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 45 of 47
Search / Filter on:
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.
Paul Eggert
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.
Paul Eggert
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.
Paul Eggert
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.
Paul Eggert
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.
Paul Eggert
More...
over 31 years ago
Initial revision
Paul Eggert
More...
over 31 years ago
GNU diffutils 2.7
Paul Eggert
More...
over 31 years ago
* Makefile.in (config.status): Run config.status --recheck, not configure, to get the right args passed.
David MacKenzie
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'.
Paul Eggert
More...
over 31 years ago
new targets
David MacKenzie
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'.
Paul Eggert
More...
over 31 years ago
(dist): Switch from .z to .gz.
Paul Eggert
More...
over 31 years ago
(diff_2_files): Change NULL to 0.
Paul Eggert
More...
over 31 years ago
Change NULL to 0.
Paul Eggert
More...
over 31 years ago
(print_sdiff_common_lines_print_sdiff_hunk): Cast args to pointer types, for traditional C.
Paul Eggert
More...
over 31 years ago
(longopts, private_tempnam): Change NULL to 0.
Paul Eggert
More...
over 31 years ago
(longopts): Change NULL to 0.
Paul Eggert
More...
over 31 years ago
(main): Cast args to compare_files, for traditional C.
Paul Eggert
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.
Paul Eggert
More...
over 31 years ago
(tab_align_flag): New variable, for new -T option. (main, usage, output_diff3): Add support for -T.
Paul Eggert
More...
over 31 years ago
entered into RCS
Richard M. Stallman
More...
over 31 years ago
(ignore_some_changes): New variable.
Paul Eggert
More...
over 31 years ago
(read_files): New argument PRETEND_BINARY says whether to pretend the files are binary.
Paul Eggert
More...
over 31 years ago
(diff_2_files): With -q, do not report that files differ if all their differences are ignored.
Paul Eggert
More...
over 31 years ago
entered into RCS
Paul Eggert
More...
over 31 years ago
entered into RCS
Paul Eggert
More...
over 31 years ago
entered into RCS
Paul Eggert
More...
almost 32 years ago
*** empty log message ***
Paul Eggert
More...
almost 32 years ago
Initial revision
Paul Eggert
More...
almost 32 years ago
*** empty log message ***
Roland McGrath
More...
almost 32 years ago
←
1
2
…
39
40
41
42
43
44
45
46
47
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree