On 04/27/12 15:55, David Currie wrote:
> what is a diff? is it the output from diff original new?

        A 'diff' is the output of diff(1) comparing the old and new file, eg:

                diff -u foo.old foo.new

        The nice thing about a "universal diff" is it can be
        applied to existing code with patch(1).

        See 'man diff 1' and 'man patch 1', or
        http://en.wikipedia.org/wiki/Diff

> Having seen it I would guess NOT. What is ABI?

        http://en.wikipedia.org/wiki/Application_binary_interface

> Please explain STR and diff and confirm task.

        STR is a Software Trouble Report.
        It's FLTK speak for 'File a bug report', eg:
        http://fltk.org/str.php

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to