summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (AC_FUNC_SETMODE_DOS): AC_LIBOBJ(setmode) if true.Paul Eggert2004-02-091-1/+2
|
* coreutils 5.2.0Paul Eggert2004-01-121-11/+6
|
* Use a single locale for both British and American English,Paul Eggert2003-07-281-14/+3
| | | | since we don't need to use '-ise' in Britain, says the OED.
* (diff3.$(OBJEXT), diff.$(OBJEXT), sdiff.$(OBJEXT)):Paul Eggert2002-10-151-1/+1
| | | | | | | 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.
* (MOSTLYCLEANFILES): Add paths.ht.Paul Eggert2002-10-141-2/+3
| | | | | | | (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>.
* (TYPE_SIGNED): Remove.Paul Eggert2002-09-221-5/+2
| | | | | (INT_STRLEN_BOUND): Don't use TYPE_SIGNED; that way, the macro works for either a type or an object.
* (jm_FUNC_REALLOC): Define HAVE_REALLOC if realloc works.Paul Eggert2002-08-121-1/+6
|
* (jm_FUNC_MALLOC): Define HAVE_MALLOC if malloc works.Paul Eggert2002-08-121-2/+7
|
* Snapshot before syncing with gnulib again.Paul Eggert2002-08-073-65/+35
|
* Switch to GPL.Paul Eggert2002-08-041-9/+8
|
* Include sys/time.h; from Volker Borchert.Paul Eggert2002-07-011-0/+6
|
* (AC_INIT): Version 2.8.4.v2.8.4Paul Eggert2002-06-281-1/+1
|
* (briefly_report): Don't say "Binary files differ", since onePaul Eggert2002-06-281-8/+3
| | | | | of the files may not be a binary file. Bug reported by Dan Jacobson.
* (segv_handler, c_stack_action) [! defined SA_SIGINFO]:Paul Eggert2002-06-221-2/+2
| | | | | Do not assume SA_SIGINFO behavior. Bug reported by Jim Meyering on NetBSD 1.5.2.
* Version 2.8.3.v2.8.3Paul Eggert2002-06-171-0/+5
|
* Add en_US.Paul Eggert2002-06-171-1/+1
|
* Translate "Torbjorn".Paul Eggert2002-06-171-4/+15
|
* Initial revisionPaul Eggert2002-06-171-0/+37
|
* Include version-etc.h, not freesoft.h.Paul Eggert2002-06-173-32/+11
| | | | | | (copyright_notice): Remove. (main): Use version_etc to print version. (version_string): Remove decl.
* Remove lib/freesoft.c.Paul Eggert2002-06-171-1/+3
| | | | Add lib/file-type.c, lib/version-etc.c, lib/xmalloc.c.
* (version_string): Remove decl.Paul Eggert2002-06-171-3/+0
|
* Include version-etc.h, not freesoft.h.Paul Eggert2002-06-171-8/+2
| | | | | (copyright_notice): Remove. (main): Use version_etc to print version.
* (cmp_SOURCES, diff3_SOURCES, sdiff_SOURCES, diff_SOURCES):Paul Eggert2002-06-171-10/+4
| | | | | Remove version.c. (MAINTAINERCLEANFILES, $(srcdir)/version.c): Remove.
* (noinst_HEADERS): Remove freesoft.h.Paul Eggert2002-06-171-4/+4
| | | | | Add version-etc.h. (libdiffutils_a_SOURCES): Remove freesoft.c. Add version-etc.c.
* (version_etc): Remove package and version args.Paul Eggert2002-06-171-20/+2
| | | | (version_etc_copyright): Remove.
* (version_etc): Remove package and version args.Paul Eggert2002-06-171-29/+29
| | | | | | | | | (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.
* (Special Files): Document behavior of symlink loops.Paul Eggert2002-06-171-7/+10
|
* (AC_INIT): Version 2.8.3.Paul Eggert2002-06-171-1/+1
|
* Update to automake 1.6.2.Paul Eggert2002-06-171-1/+1
|
* (WIDE_CHAR_SUPPORT): New macro. Use it uniformly instead ofPaul Eggert2002-06-122-4/+6
| | | | | (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H). It also depends on HAVE_BTOWC.
* (readnum): Fix autoincrement typo.Paul Eggert2002-06-111-2/+2
|
* Check for HAVE_SIGALTSTACK and HAVE_GETCONTEXT, too.Paul Eggert2002-06-111-4/+4
|
* Don't assume uintmax_t. Check for getcontext and sigaltstack existence,Paul Eggert2002-06-111-1/+2
| | | | too.
* Don't invoke AC_FUNC_FNMATCH_GNU with an argument.Paul Eggert2002-06-111-1/+1
|
* Trim trailing white space.Paul Eggert2002-06-111-3/+3
|
* Fix trailing white space.Paul Eggert2002-06-111-2/+2
|
* Translate (C).Paul Eggert2002-06-111-5/+9
|
* (finish_output): Check for ENOEXEC.Paul Eggert2002-06-111-15/+37
| | | | | | (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.
* *** empty log message ***Paul Eggert2002-06-111-26/+0
|
* (tab_from_to, print_half_line, print_1sdiff_line):Paul Eggert2002-06-111-23/+21
| | | | New option --tabsize=COLUMNS.
* Include <file-type.h>.Paul Eggert2002-06-111-39/+37
| | | | | | | | | | | | | 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.
* Include <file-type.h>.Paul Eggert2002-06-111-6/+11
| | | | (find_and_hash_each_line): New option --tabsize=COLUMNS.
* Include <file-type.h>.Paul Eggert2002-06-111-295/+269
| | | | | | | | | | | 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.
* (TAB_WIDTH): Remove.Paul Eggert2002-06-111-4/+5
| | | | | | (tabsize): New decl. (sdiff_half_width, sdiff_column2_offset): Now size_t rather than unsigned int.
* Include <file-type.h>.Paul Eggert2002-06-111-64/+46
| | | | | | | | | | | | | 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 <file-type.h>.Paul Eggert2002-06-111-8/+9
| | | | | | | Include paths.h. (copyright_notice): Renamed from copyright_string. Now a msgid, so that copyright symbol can be translated. All uses changed.
* Include <file-type.h>.Paul Eggert2002-06-111-0/+1
|
* (noinst_HEADERS): Remove diff.h.Paul Eggert2002-06-111-3/+8
| | | | | | | | | (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.
* Add hu, pt_BR.Paul Eggert2002-06-111-1/+1
|
* (AC_HEADER_STDBOOL): Do not cast pointer toPaul Eggert2002-06-111-1/+1
| | | | bool in integer constant expression; C99 does not allow it.