| Age | Commit message (Collapse) | Author |
|
variables
|
|
intended
|
|
|
|
|
|
|
|
Tweak to use a consistent format.
|
|
Also s/exit/return/;
Filedescriptor patch from Slava Semushin <slava.semushin@gmail.com>,
return-change and testing by me.
|
|
|
|
|
|
use getprogname(). From Kouichirou Hiratsuka in PR 26220.
|
|
|
|
Patches provided by Joel Baker in PR 22365, verified by myself.
|
|
|
|
|
|
Duncan McEwan <duncan@mcs.vuw.ac.nz> for the hint in PR#15412.
I'll leave the rest of his patch for someone more familiar
with join to fix.
|
|
|
|
* Allow , as a separator in the output field list.
* If we try to compare two fields that are not present in *either* file,
consider it a match.
|
|
Also, allocate more data in powers of 2.
|
|
segmentation fault in memmove(). Patches supplied by Stephan Thesing in
PR bin/8184.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug Description:
Two different bugs in join. One causes a segmentation fault if
increasing the space by 100 is not enough. The other gives the
wrong results because the program saves a pointer to the original
buffer rather than to the area where the lines have been copied.
|
|
declarations can be removed from <stdlib.h>.
|
|
|
|
|