summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* diffutils 2.7 newsv2.7Paul Eggert1994-10-011-2/+4
* Update to version 2.7Paul Eggert1994-10-011-2/+2
* (AC_HEADER_SYS_WAIT): Add.Paul Eggert1994-10-011-2/+3
* (dir_file_pathname): Use filename_lastdirchar instead of strrchr.Paul Eggert1994-10-011-1/+2
* (<sys/wait.h>, WEXITSTATUS): Use simpler scheme now that HAVE_SYS_WAIT_HPaul Eggert1994-10-011-10/+1
* (private_tempnam): Use tmpnam if HAVE_TMPNAM; this simplifies porting.Paul Eggert1994-10-011-4/+11
* (read_diff): If STAT_BLOCKSIZE yields zero, adjust it to a more reasonablePaul Eggert1994-10-011-2/+3
* Initial revisionPaul Eggert1994-09-251-0/+57
* (exists, private_tempname): Adopt latest GNU libc algorithm.Paul Eggert1994-09-241-100/+46
* Add rules for `default:' and `.SUFFIXES:'.Paul Eggert1994-09-241-0/+7
* Add io.h.Paul Eggert1994-09-241-0/+1
* (AC_ARG_PROGRAM): Added.Paul Eggert1994-09-221-1/+2
* isspace -> ISSPACE, etc.Paul Eggert1994-09-221-29/+26
* <string.h>: Include if HAVE_STRING_H, too.Paul Eggert1994-09-221-5/+41
* isprint -> ISPRINTPaul Eggert1994-09-221-2/+2
* isspace -> ISSPACE, etc.Paul Eggert1994-09-221-25/+20
* isspace -> ISSPACE, etc.Paul Eggert1994-09-221-14/+32
* isdigit -> ISDIGIT, etc.Paul Eggert1994-09-221-6/+6
* <ctype.h> now included by system.h.Paul Eggert1994-09-221-23/+6
* <ctype.h> now included by system.h.Paul Eggert1994-09-221-5/+0
* Add comment.Paul Eggert1994-09-221-0/+4
* (word): Don't define if already defined.Paul Eggert1994-09-221-6/+11
* Initial revisionPaul Eggert1994-09-221-0/+30
* Broaden name.Paul Eggert1994-09-221-1/+1
* Rewrite from scratch.Paul Eggert1994-09-221-27/+57
* Make it more like ../config.hin.Paul Eggert1994-09-221-15/+12
* Revamp for more Unix-like approach.Paul Eggert1994-09-221-6/+13
* (DEFAULT_EDITOR_PROGRAM, DIFF_PROGRAM, LIBOBJS, NULL_DEVICE, PR_PROGRAM,Paul Eggert1994-09-221-23/+52
* Patches from Kai Uwe RommelPaul Eggert1994-09-182-2/+37
* Patches from Kai Uwe RommelPaul Eggert1994-09-161-5/+6
* remove CRPaul Eggert1994-09-152-24/+24
* Remove CR and usage. Improve / \ : detection.Paul Eggert1994-09-151-40/+28
* Make it look mre like config.hin and system.h.Paul Eggert1994-09-151-133/+140
* Initial revisionPaul Eggert1994-09-151-0/+5
* (program_name): Renamed from `program', for consistency.Paul Eggert1994-09-155-24/+27
* (printc): Don't quote C if isprint(C).Paul Eggert1994-09-151-18/+21
* Initial revisionPaul Eggert1994-09-152-0/+173
* entered into RCSPaul Eggert1994-09-141-1/+2
* (AC_FUNC_MEMCHR): Remove. Autoconf didn't adopt this, since we need notPaul Eggert1994-09-131-4/+5
* (memcmp): Define in terms of bcmp.Paul Eggert1994-09-131-2/+3
* (srcs): Remove memcmp.c. We use bcmp if memcmp doesn't work, sincePaul Eggert1994-09-131-3/+4
* (line_cmp): Now takes just two arguments, and no longer optimizesPaul Eggert1994-09-121-37/+45
* Use more modern autoconf approach to standard C headers.Paul Eggert1994-09-121-24/+17
* Fix copyright notice.Paul Eggert1994-09-126-8/+8
* (binary_file_p): Assume non-broken memchr.Paul Eggert1994-09-121-30/+49
* (ignore_some_line_changes): New variable; replaces `length_varies'.Paul Eggert1994-09-121-6/+3
* (main): Use '\n', not line_end_char.Paul Eggert1994-09-121-4/+4
* entered into RCSPaul Eggert1994-09-121-3/+3
* (CPPFLAGS, DEFS, CFLAGS, LDFLAGS, prefix, exec_prefix): Default toPaul Eggert1994-09-121-22/+28
* Add memchr.c, waitpid.c, install.shPaul Eggert1994-09-081-1/+1