| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
since we don't need to use '-ise' in Britain, says the OED.
|
|
|
|
|
|
|
| |
Rename from (misspelled) diff3.$(OBJECT), diff.$(OBJECT), sdiff.$(OBJECT).
Patch by Paul D. Smith in
<http://mail.gnu.org/pipermail/bug-gnu-utils/2002-October/003251.html>.
Bug reported by Chris Bainbridge.
|
|
|
|
|
|
|
| |
(paths.h): Send output to paths.ht first, and then rename to
paths.h at the end. This avoids problems if the disk is full.
It also works around what appears to be a bug with GNU make -j
(3.79.1); see <http://bugs.gentoo.org/show_bug.cgi?id=8934>.
|
|
|
|
|
| |
(INT_STRLEN_BOUND): Don't use TYPE_SIGNED; that way, the macro works
for either a type or an object.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
of the files may not be a binary file.
Bug reported by Dan Jacobson.
|
|
|
|
|
| |
Do not assume SA_SIGINFO behavior.
Bug reported by Jim Meyering on NetBSD 1.5.2.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(copyright_notice): Remove.
(main): Use version_etc to print version.
(version_string): Remove decl.
|
|
|
|
| |
Add lib/file-type.c, lib/version-etc.c, lib/xmalloc.c.
|
| |
|
|
|
|
|
| |
(copyright_notice): Remove.
(main): Use version_etc to print version.
|
|
|
|
|
| |
Remove version.c.
(MAINTAINERCLEANFILES, $(srcdir)/version.c): Remove.
|
|
|
|
|
| |
Add version-etc.h.
(libdiffutils_a_SOURCES): Remove freesoft.c. Add version-etc.c.
|
|
|
|
| |
(version_etc_copyright): Remove.
|
|
|
|
|
|
|
|
|
| |
(version_etc_copyright): Remove.
Do not include unlocked-io.h; no longer needed.
Include gettext.h rather than libinto.h.
(_): Define unconditionally.
(version_etc): Adjust wording to match current GNU coding standards.
Translate "(C)" if possible.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H). It also depends
on HAVE_BTOWC.
|
| |
|
| |
|
|
|
|
| |
too.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(lines_differ, output_1_line): New option --tabsize=COLUMNS.
(analyze_hunk): If -b or -w is also specified, -B now considers
lines to be empty if they contain only white space.
|
| |
|
|
|
|
| |
New option --tabsize=COLUMNS.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Include paths.h.
(copyright_notice): Renamed from copyright_string.
Now a msgid, so that copyright symbol can be translated.
All uses changed.
(catchsig, signal_handler, initial_action): Signal handlers return void,
not RETSIGTYPE, since we no longer support K&R.
(TABSIZE_OPTION): New constant.
(longopts, usage, main): New option --tabsize=COLUMNS.
(cleanup): New arg signo. All uses changed.
(ck_editor_status, main, edit): Don't worry about ENOEXEC.
|
|
|
|
| |
(find_and_hash_each_line): New option --tabsize=COLUMNS.
|
|
|
|
|
|
|
|
|
|
|
| |
Include paths.h.
(copyright_notice): Renamed from copyright_string.
Now a msgid, so that copyright symbol can be translated.
All uses changed.
(skipwhite, readnum): New functions.
(process_diff_control): Use them.
(SKIPWHITE, READNUM): Remove.
(read_diff): Don't worry about errno == ENOEXEC.
|
|
|
|
|
|
| |
(tabsize): New decl.
(sdiff_half_width, sdiff_column2_offset): Now size_t rather than
unsigned int.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Include paths.h.
(copyright_notice): Renamed from copyright_string.
Now a msgid, so that copyright symbol can be translated.
All uses changed.
Include posixver.h.
(TABSIZE_OPTION): New constant.
(main): Allow widths up to SIZE_MAX.
(filetype): Move to lib/file-type.c and rename to file_type.
All uses changed.
(longopts, main, usage): New option --tabsize=COLUMNS.
|
|
|
|
|
|
|
| |
Include paths.h.
(copyright_notice): Renamed from copyright_string.
Now a msgid, so that copyright symbol can be translated.
All uses changed.
|
| |
|
|
|
|
|
|
|
|
|
| |
(DEFS): Remove.
(diff_sources): Add diff.h.
(MOSTLYCLEANFILES): New macro.
(cmp.$(OBJEXT) diff3.$(OBJECT) diff.$(OBJECT) sdiff.$(OBJECT)): Depend
on paths.h.
(paths.h): New rule.
|
| |
|
|
|
|
| |
bool in integer constant expression; C99 does not allow it.
|