Lines Matching full:diff
14 * diff now omits the ".000000000" on hosts that do not support
21 * Diff now simply prints "Files A and B differ" instead of "Binary
33 * New diff and sdiff option:
39 excluding files by name (diff -x and -X).
48 * cmp and diff now conform to POSIX 1003.1-2001 (IEEE Std 1003.1-2001)
51 for `diff -NUM', where NUM is a number. Use -C NUM or -U NUM instead.
60 * diff uses ISO 8601 style time stamps for output times (e.g. "2001-11-23
63 * diff's -I and -F options use the regexp syntax of grep, not of Emacs.
64 * diff now accepts multiple context arguments, and uses their maximum value.
65 * New diff and sdiff options:
68 * New diff options:
73 --diff-program=PROGRAM
74 * The following diff options are still accepted, but are no longer documented.
84 * Diff printf specs can now use the "0" and "'" flags.
90 Also, `diff -D FOO' now outputs `/* ! FOO */' instead of `/* not FOO */'.
99 * New diff option: --binary (useful only on non-POSIX hosts)
100 * diff -b and -w now ignore line incompleteness; -B no longer does this.
107 * New cmp, diff, diff3, sdiff option: --help
108 * A new heuristic for diff greatly reduces the time needed to compare
110 * Partly as a result, GNU diff's output is not exactly the same as before.
123 * New diff option: --line-format=FORMAT
124 * New diff group format specifications:
151 * New diff line format specifications:
163 * cmp and diff now conform to POSIX 1003.2-1992 (ISO/IEC 9945-2:1993)
167 - When comparing directories, if `diff' finds a file that is not a regular
173 * `cmp - -' now works like `diff - -'.
178 * New diff option: --horizon-lines=lines
183 * New diff options:
193 * sdiff and diff -y handle incomplete lines.
201 * Improve diff performance.
202 * New diff options:
211 * diff options renamed:
221 * diff options -F (--show-function-line) and -I (--ignore-matching-lines)