Diff /dif/ N.
1. A Change Listing, Especially Giving
Differences Between (and Additions To) Source Code Or Documents
(the Term Is Often Used In The Plural `diffs').
1. A change listing, especially giving
differences between (and additions to) source code or documents
(the term is often used in the plural `diffs'). "Send me your
diffs for the Jargon File!" Compare vdiff. 2. Specifically,
such a listing produced by the diff(1) command, esp. when
used as specification input to the patch(1) utility (which
can actually perform the modifications; see patch). This is a
common method of distributing patches and source updates in the
Unix/C world. 3. v. To compare (whether or not by use of automated
tools on machine-readable files); see also vdiff, mod.
magic number n.
[Unix/C; common] 1. In source code
some non-obvious constant whose value is significant to the
operation of a program and that is inserted inconspicuously in-line
(hardcoded), rather than expanded in by a symbol set by a
commented #define....