Lines Matching full:sdiff
94 * src/sdiff.c (usage): Likewise.
100 * src/sdiff.c (main): Likewise.
105 * src/sdiff.c (main): Likewise.
149 * src/sdiff.c: Include <unlocked-io.h>, <exit.h>.
203 sdiff.$(OBJEXT)): Rename from (misspelled) diff3.$(OBJECT),
204 diff.$(OBJECT), sdiff.$(OBJECT). Patch by Paul D. Smith in
277 * src/diff.c, src/diff3.c, src/sdiff.c: Likewise.
280 * src/diff.h, src/diff3.c, src/sdiff.c: Likewise.
319 (Tabs, sdiff Option Summary, diff Options):
410 (cmp.$(OBJEXT) diff3.$(OBJECT) diff.$(OBJECT) sdiff.$(OBJECT)): Depend
415 src/sdiff.c: Include <file-type.h>.
421 * src/diff.c, src/diff3.c, src/sdiff.c: Likewise.
442 * src/sdiff.c (catchsig, signal_handler, initial_action): Signal
560 (diff Performance, sdiff Option Summary, diff Options, sdiff Options):
565 sdiff Options): Put short options next to the similar long options.
832 * src/sdiff.c: Include c-stack.h, exitfail.h. Do not include signal.h.
901 * src/sdiff.c (copyright_string): Likewise.
914 * src/sdiff.c (usage): Likewise.
937 * src/sdiff.c (handler_index_of_SIGINT, handler_index_of_SIGPIPE):
954 * src/sdiff.c (interact): After extracting rlen from the editor
975 * src/sdiff.c (not_found, execdiff): Remove.
1007 (Invoking diff3, Invoking sdiff): Remove DIFF_PROGRAM.
1008 (diff3 Options, sdiff Options): Add --diff-program.
1084 * src/sdiff.c: Include <dirname.h>.
1169 * sdiff.c (diffpid, cleanup, main, edit): Likewise.
1178 * sdiff.c (main): HAVE_VFORK -> HAVE_WORKING_VFORK.
1248 * src/sdiff.c (STRIP_TRAILING_CR_OPTION): New constant.
1327 * src/sdiff.c: Assume C89 or better.
1729 * src/sdiff.c (lf_snarf):
1750 (diff.o diff3.o quotearg.o sdiff.o util.o):
1753 (sdiff.o): Likewise.
1861 * sdiff.c (quotesys.h): Include.
2003 * cmp.c, diff.c, diff3.c, sdiff.c (main):
2007 * sdiff (help_msgid, give_help): Likewise.
2016 * sdiff.c (version_string): Fix decl typo: `const' was missing.
2024 * sdiff.c (trapsigs): Don't check signal return value, since it's
2046 * sdiff.c (main): Use system_quote_arg to compute command.
2079 * diff3.c, sdiff.c, util.c (xmalloc, xrealloc): Remove.
2080 * sdiff.c (diffarg): Take advantage of cleaner xrealloc semantics.
2110 * sdiff.c (expand_name): Likewise.
2119 * sdiff.c (exists, private_tempname): Adopt latest GNU libc algorithm.
2120 (private_tempnam): Specialize for sdiff to avoid portability problems.
2165 * sdiff.c (TMPDIR_ENV): New macro.
2240 * sdiff.c, util.c (memchr, waitpid): Remove; use new substitutes.
2243 * cmp.c, diff.c, diff3.c, sdiff.c (check_stdout, try_help): New fns.
2254 * diff.c, diff3.c, (main), sdiff.c (trapsigs): If we'll have children,
2269 * cmp.c, diff.c, diff3.c, sdiff.c, (main): Call initialize_main first.
2278 * diff3.c (read_diff), sdiff.c (cleanup, main, waitpid),
2281 * sdiff.c (ck_fdopen): Function removed.
2356 * sdiff.c (usage): Send usage to stdout, not stderr.
2395 * sdiff.c (xmalloc, xrealloc): Cast malloc, realloc
2413 * sdiff.c (lf_copy, lf_skip, lf_snarf): Likewise.
2415 * diff3.c, sdiff.c, util.c (xmalloc, xrealloc): Cast malloc, realloc
2418 * sdiff.c, util.c (memchr): Make first arg char const *
2434 * Makefile.in (diff3, sdiff, cmp): Do not link $(ALLOCA).
2437 * sdiff.c (xmalloc): Likewise.
2452 * cmp.c, diff3.c, diff.h, sdiff.c: Include "system.h" first.
2475 (.c.o, diff3.o, sdiff.o): Use it.
2614 * sdiff.c (SEEK_SET): Move to system.h.
2681 * analyze.c, diff3.c, sdiff.c, util.c: Don't assume NULL is defined
2770 * sdiff.c (edit): Allocate buf dynamically.
2780 * Makefile.in (.c.o, diff3.o, sdiff.o): Put $(CFLAGS) last.
2853 * sdiff.c (edit): execvp wants char **, not const char **.
2958 * sdiff.c (interact): Don't assume diff output ends with 'q' line.
2961 * sdiff.c (lf_copy, lf_snarf): Use memchr instead of index,
3085 * sdiff.c (xmalloc): Renamed from ck_malloc. Callers changed.
3112 * diff.h, cmp.c, diff3.c, sdiff.c: Use it.
3121 * sdiff.c [USG || STDC_HEADERS]: Define bcopy in terms of memcpy.
3123 * sdiff.c: Use the version number from version.c.
3132 * sdiff.c, diff.c (usage): Condense messages and fix some errors.
3138 * diff.h, diff3.c, sdiff.c: Change FOO_MISSING macros to HAVE_FOO.
3163 * README, sdiff.c: version number now matches version.c.
3171 * diff.h, diff3.c, sdiff.c: Change POSIX ifdefs to
3176 * Makefile.in (srcs): Add sdiff.c.
3179 * diff.h, diff3.c, sdiff.c: Use HAVE_VFORK_H instead of
3184 * Makefile.in (all): Add diff.info, sdiff.
3186 * configure, diff.c, sdiff.c:
3191 * configure, diff.c, diff.h, diff3.c, sdiff.c:
3201 * sdiff.c: Support many more diff options, e.g. `-', `sdiff file dir'.
3209 * sdiff.c, util.c: Don't lose errno.
3210 Don't confuse sdiff with messages like `Binary files differ'.
3211 * sdiff.c, side.c: Don't assume that common lines are identical.
3212 Simplify --sdiff-merge-assist format.
3216 * Makefile.in, sdiff.c: introduced sdiff front end to diff.
3219 sdiff-style output format to diff.