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
Rewrite from scratch. More... over 30 years ago
Make it more like ../config.hin. More... over 30 years ago
Revamp for more Unix-like approach. More... over 30 years ago
(DEFAULT_EDITOR_PROGRAM, DIFF_PROGRAM, LIBOBJS, NULL_DEVICE, PR_PROGRAM, PROGRAMS): New variables. (check, stamp-h.in, cmp.o, util.o): New targets. More... over 30 years ago
Patches from Kai Uwe Rommel More... over 30 years ago
Patches from Kai Uwe Rommel More... over 30 years ago
Initial revision More... over 30 years ago
remove CR More... over 30 years ago
Remove CR and usage. Improve / \ : detection. More... over 30 years ago
Make it look mre like config.hin and system.h. Add HAVE_SETMODE. Remove quote_char. Define same_file to -1. More... over 30 years ago
(program_name): Renamed from `program', for consistency. More... over 30 years ago
(printc): Don't quote C if isprint(C). More... over 30 years ago
Initial revision More... over 30 years ago
entered into RCS More... over 30 years ago
(AC_FUNC_MEMCHR): Remove. Autoconf didn't adopt this, since we need not worry about an old experimental library where memchr didn't work. (AC_FUNC_MEMCMP): Not needed, since we only test for equality. (AC_REPLACE_FUNCS): Add test for memchr. (AC_CHECK_FUNCS): Check for memchr, not memcpy, since it'll be cached. (AC_CHECK_HEADERS): Add string.h; regex.c uses on some old hosts. More... over 30 years ago
(srcs): Remove memcmp.c. We use bcmp if memcmp doesn't work, since we only test for equality. More... over 30 years ago
(memcmp): Define in terms of bcmp. Use HAVE_MEMCHR to test for all mem* routines. More... over 30 years ago
(CPPFLAGS, DEFS, CFLAGS, LDFLAGS, prefix, exec_prefix): Default to autoconf-specified strings. (COMPILE): Use the defaults. (srcs): Add memcmp.c. (distfiles): Rename config.h.in to config.hin and install.sh to install-sh. (Makefile, config.h, config.hin, config.status): Rework for compatibility with Autoconf 2. More... over 30 years ago
(main): Use '\n', not line_end_char. (ignore_some_line_changes): New variable; replaces `length_varies'. More... over 30 years ago
entered into RCS More... over 30 years ago
(line_cmp): Now takes just two arguments, and no longer optimizes for common case of exact equality; the caller does that optimization now. Optimize for the common case of mostly exact equality. Use isupper/tolower instead of islower/toupper, for consistency. (line_cmp, print_line): Use '\n' instead of line_end_char. More... over 30 years ago
Use more modern autoconf approach to standard C headers. More... over 30 years ago
Fix copyright notice. More... over 30 years ago
(binary_file_p): Assume non-broken memchr. (find_and_hash_each_line): Revamp to fix some inconsistencies with -b -w -i and incomplete lines. Incomplete lines are now put into their own bucket. This means line_cmp no longer needs line length arguments, and equivalence classes' line length no longer need to include \n. Invoke line_cmp only if memcmp fails and if ignore_some_line_changes. (prepare_text_end): -B no lonter ignores missing newlines. (read_files): Allocate another bucket for incomplete lines. More... over 30 years ago
(ignore_some_line_changes): New variable; replaces `length_varies'. (line_end_char): Removed; it wasn't being used consistently. (line_cmp): Now takes just pointers to two lines. More... over 30 years ago
Add memchr.c, waitpid.c, install.sh More... over 30 years ago
(srcs): Add memchr.c, waitpid.c More... over 30 years ago
(memchr, waitpid): Remove; use new substitutes instead. More... over 30 years ago
Revamp for Autoconf 2. More... over 30 years ago
Use Autoconf 2 style HAVE_DIRENT_H etc. macros for directories. More... over 30 years ago