summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diffutils/diff3
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/diffutils/diff3')
0 files changed, 0 insertions, 0 deletions
was correctrtr 2006-04-01change printf format from "%.*s" to "%.8s"rtr have to conclude it was what was actually intended in the previous change 2006-03-31Rewrite parallel() so that it uses fgetln() instead of fgets() so thatdsl horrid nasty things don't happen when the input lines are the same size as the buffer. Simplify by using an array of 'FILE *' instead of a linked list so that is possible to appease coverty (SID:1598) by freeing the memory. Also fclose() the input lines when they are consumed. Code still modifies optarg strings.... 2006-03-31KNF prior to fixing all the buffer overruns....dsl Coverty highlighted something else that doesn't matter! 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22365, verified by myself. 1998-10-13include unistd.hwsanchez 1998-02-03add <unistd.h> to fix compiler warningperry 1997-10-19WARNSify, fix .Nm usage, deprecate registerlukem