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