summaryrefslogtreecommitdiff
path: root/usr.bin/join
AgeCommit message (Collapse)Author
1994-01-04rename fgetline() and sharpen axe for bostic...cgd
1993-12-22update for fgetlinecgd
1993-11-15fix from Dave Matthews <dave@prlng.co.uk>, with modifications by cgd:cgd
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.
1993-10-13#include <unistd.h>, so getopt(), optarg, opterr, optind, and optoptjtc
declarations can be removed from <stdlib.h>.
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-31Add RCS indentifiers.mycroft
1993-04-30join from ftp.uu.net:bsd-sources integratedglass