summaryrefslogtreecommitdiff
path: root/usr.bin/tip
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-10-13Comment out a line again.wiz
2002-09-30New sentence, new line.grant
2002-05-03s/appeared command/command appeared/mjl
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-08Sort SEE ALSO.wiz
2001-07-08synchron*, not sychron*wiz
2001-04-04Add section to xref. Whitespace fixes.wiz
2000-10-11More format string cleanup by sommerfeld.is
2000-05-29Fix missing spacebjh21
1999-08-16Spell "privilege" correctly (correct spelling from Jonathan Stone).simonb
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-06Fix minor formatting error.mycroft
1998-12-19char -> unsigned charchristos
1998-12-19sigvec->sigactionchristos
1998-12-19<sys/dir.h> -> <dirent.h>christos
1998-12-19remove unused variablechristos
1998-12-19creat->open O_CREATchristos
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-26const poisoning.mycroft
1998-07-12- KNFmrg
1998-07-12KNF. ensure buffers are not overrun.mrg
1998-06-30Rename an internal function who's name collides w/ pwrite(2).thorpej
1998-04-02Include <time.h>, needed for various definitions. Also, per KNF, don't includekleink
1998-03-30use static int instead of staticmrg
1997-12-17Only turn off the O_NONBLOCK flag if DC flag is set.mellon
1997-12-17Turn off the O_NONBLOCK flag after CLOCAL is set.mellon
1997-11-23fix compile warnings on the alpha.mrg
1997-11-22* fix a long-term annoyance with tip: if raisechar or force are set tolukem
1997-11-22WARNSify, KNFify, using ANSI string functions, cleanup .Nm usagelukem
1997-10-24use CPPFLAGS instead of CFLAGSlukem
1997-10-20disable WARNS here for now.mrg
1997-10-11Make these executables world-readable.mycroft
1997-08-25Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,kleink
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1997-05-14DC is not a user-settable variable, but was being partially confused with onemellon
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr
1997-04-20Set CLOCAL if dc flag is setmellon
1997-04-20Add boolean for dc flagmellon
1997-04-20Set O_NONBLOCK if dc flag is set. Don't set HUPCL if dc flag is set.mellon
1997-04-19Change booleans from char to int so that comparisons against negativethorpej
1997-04-19getopt() returns:thorpej
1997-02-11give buffers lengths; use strdup.mrg
1996-12-29fix up -ansi -pedantic warnings produced because of static functioncgd
1996-12-29make evenpartab be of type 'unsigned char' to avoid -ansi -pedantic errorscgd
1996-12-29add -ansi -pedantic to CFLAGS, so that people won't try to use the behaviourcgd
1996-12-29replace old zzhack structure (YUCK!) and number(), boolean(), character(),cgd
1996-11-01translate '=' in phone number strings into ',' (to generate delays),cgd