summaryrefslogtreecommitdiff
path: root/usr.bin/join/join.c
AgeCommit message (Expand)Author
2021-11-02join(1): convert realloc(x * y) to reallocarr and eliminate temporarynia
2021-03-18join.c: print usage after warning "illegal option..." as it was originally in...cheusov
2021-03-18join.c: explicitly convert -1 to u_long in order to fix compiler warningscheusov
2011-09-04static + __deadjoerg
2009-04-12Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-02-21Be a good citizen and close files that are no longer used.hubertf
2007-01-14Include nbtool_config.h, to make join(1) buildable as a host tool.apb
2006-01-04de-__P, ANSIfy prototypesperry
2004-07-13Add missing -j to usage; sort as in man page;wiz
2003-10-16safer use of reallocitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-24Remove duplicate unistd.h inclusion. Igor Sobrado, PR 21300.wiz
2002-07-24finish fixing PR#15412jonb
2002-02-14Make the -v flag print data instead of blank lines. Thanks tojonb
2000-06-10Fix another off-by-one error, attempting to output a non-existant field.mycroft
2000-06-10Small bug fixes:mycroft
2000-06-10Don't step off into space after a realloc(). (Get rid of `lastlp'.)mycroft
1999-08-10Fix wrong array size calculation in call to memset() and avoid a possibletron
1998-12-19gcc-2.8.1 wants more braceschristos
1998-10-13include unistd.hwsanchez
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-02-03add <unistd.h> to fix compiler warningperry
1997-10-19WARNSify, fix .Nm usage, deprecate register, use <err.h>lukem
1997-01-13revert to pre-merged version due to bugs; will fix.tls
1997-01-09RCS ID policetls
1997-01-09Sync to 4.4BSD Lite-2 (minus a number of conflicting bugfixes)tls
1996-02-08Fix off-by-one error in checking field numbers. From der Mouse, PR 1356.mycroft
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
1993-10-13#include <unistd.h>, so getopt(), optarg, opterr, optind, and optoptjtc
1993-08-01Add RCS identifiers.mycroft
1993-04-30join from ftp.uu.net:bsd-sources integratedglass