summaryrefslogtreecommitdiffstats
path: root/contrib/diff/prepend_args.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove files that were taken off vendor branch. Differencedelphij2007-06-151-87/+0
| | | | against vendor branch is now maintained in patchsets.
* Add #include "diff.h" in order to get the prototype for xmalloc().peter2003-01-081-0/+1
| | | | | | | | | | | The corresponding warning has been ignored for ages: prepend_args.c:75: warning: initialization makes pointer from integer without a cast This is fatal on ia64. You cannot convert an implicit int return from an undeclared function to a pointer as you've lost the upper 32 bits. On ia64, the warning is "pointer from different sized integer". (This file is not vendor branched)
* * Support the environtmental var "DIFF_OPTIONS". Which can hold a set ofobrien1999-11-261-0/+86
default options for diff. These options are interpreted first and can be overwritten by explicit command line parameters. * Add the "-o" option to specify old-traditional output style. * Add utility functions for env vars obtained from GNU Grep 2.3h.
OpenPOWER on IntegriCloud