summaryrefslogtreecommitdiff
path: root/usr.bin/tip
AgeCommit message (Expand)Author
2019-02-28Make xgetchar() return an int like getchar() does, and remove needless cast.gson
2019-02-22Check getchar() result for EOF.uwe
2019-02-06Make cu(1) and tip(1) recognize newline (^J) as end-of-line.rin
2019-02-01compare pointers with NULL not '\0'.mrg
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-09-05Drop main() prototype.sevan
2016-06-30PR 51192 David Binderman: fix wrong logic (probably)dholland
2016-01-03Put back -nchristos
2015-06-17add missing quote, remove some braces.christos
2015-06-16fix some error handling.christos
2015-06-11Don't call exit() from a signal handler, as it's not async-signal-safe;gson
2014-07-27Remove broken snprintf usage (noted in PR 47976) and replace withdholland
2014-07-12don't enable IXANY.mlelstv
2013-10-21get rid of equal(), use {s,g}etprogname().christos
2013-06-02PR/47877: Michael van Elst: Disable and enable software flow control properlychristos
2012-03-22Fix whitespace nits. Suggested by Bug Hunting.wiz
2012-02-24Add explicit continue to empty loop body.joerg
2012-02-23while (...);joerg
2011-09-06Use __dead. Make a bunch of local functions static.joerg
2011-05-24Properly use format stringjoerg
2010-01-28fix languagembalmer
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-03-13Use .Tn for XMODEM. Use .Bl -column for physically marked up table.joerg
2009-01-18fix -Wsign-compare issueslukem
2009-01-17Improve description in NAME section:wiz
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-03-09Move #include <libgen.h> from tip.h to the place where it's really needed.hubertf
2007-02-16Moved ctype.h from header to source file in usr.bin/tip.hubertf
2006-12-23Punctuation nits.wiz
2006-12-14pass lint; from Anon Ymouschristos
2006-12-14kill the (void)&foo; from Anon Ymouschristos
2006-11-29Use getopt() for arguments. Suggested by tls@.jdc
2006-11-29Add missing cu synopsis and options.jdc
2006-11-29Add Taylor cu compatibility: -f and "dir"jdc
2006-10-24Added volatile keyword to variable that might be clobbered by longjmpgson
2006-10-22sprinkle volatile.christos
2006-10-22use c99 initializer.christos
2006-10-22sprinkle volatile.christos
2006-05-22the intention of the whole tip-as-cu thing was to allow tip-as-cu anddan
2006-05-11end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg
2006-04-30Coverity CID 2972, 2973: Don't call close() with a negative fd.christos
2006-04-08Include bsd.own.mk; from Jukka Salmichristos
2006-04-05cuhelp: fix a typo in usage.yamt
2006-04-05Fix "MKUUCP" check so that "cu" installed if "MKUUCP" is not defined.tron
2006-04-04If MKUUCP=no, do not create links for cu and its manual page.dyoung
2006-04-03Use closefrom, don't iterate over file descriptors from 3 to 20.tls
2006-04-03Replace abuse of SIGIOT, SIGEMT, SIGSYS for communication between thetls
2006-04-03Move "cucommon" label (ugh) to above the O_NONBLOCK handling for directtls
2006-04-03Redo the previous in the tip sanctioned way :-)christos
2006-04-03For the benefit of our 64-bit ports, we need to cast via intptr_t whenhe