Module Name:src
Committed By: joerg
Date: Thu Apr 23 00:35:14 UTC 2020
Modified Files:
src/usr.bin/tip: tip.c tip.h
Log Message:
Avoid using common symbol definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/usr.bin/tip/tip.c
cvs rdiff -u -r1.33
Module Name:src
Committed By: gson
Date: Thu Feb 28 17:41:27 UTC 2019
Modified Files:
src/usr.bin/tip: tip.c
Log Message:
Make xgetchar() return an int like getchar() does, and remove needless cast.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/usr.bi
Module Name:src
Committed By: uwe
Date: Fri Feb 22 22:25:22 UTC 2019
Modified Files:
src/usr.bin/tip: tip.c
Log Message:
Check getchar() result for EOF.
Call cleanup(SIGHUP) if we get local EOF, as if we've got SIGHUP.
While here, use EOF constant instead of literal -1 in
Module Name:src
Committed By: rin
Date: Wed Feb 6 14:08:50 UTC 2019
Modified Files:
src/usr.bin/tip: tip.c
Log Message:
Make cu(1) and tip(1) recognize newline (^J) as end-of-line.
Now, tilde (~) after newline works as escape character as in ssh(1).
No objections when pro
Module Name:src
Committed By: dholland
Date: Thu Jun 30 05:56:46 UTC 2016
Modified Files:
src/usr.bin/tip/aculib: v831.c
Log Message:
PR 51192 David Binderman: fix wrong logic (probably)
XXX: this file should probably just be deleted
To generate a diff of this commit:
c
Module Name:src
Committed By: christos
Date: Sun Jan 3 15:38:29 UTC 2016
Modified Files:
src/usr.bin/tip: cu.c
Log Message:
Put back -n
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/tip/cu.c
Please note that diffs are not public domain; they
Module Name:src
Committed By: christos
Date: Wed Jun 17 01:38:02 UTC 2015
Modified Files:
src/usr.bin/tip: tip.c
Log Message:
add missing quote, remove some braces.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/usr.bin/tip/tip.c
Please note that diff
Module Name:src
Committed By: gson
Date: Thu Jun 11 18:12:00 UTC 2015
Modified Files:
src/usr.bin/tip: tip.c
Log Message:
Don't call exit() from a signal handler, as it's not async-signal-safe;
use _exit() instead.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -
Module Name:src
Committed By: dholland
Date: Sun Jul 27 04:32:23 UTC 2014
Modified Files:
src/usr.bin/tip: cu.c tip.c
Log Message:
Remove broken snprintf usage (noted in PR 47976) and replace with
something simpler.
To generate a diff of this commit:
cvs rdiff -u -r1.21
Module Name:src
Committed By: mlelstv
Date: Sat Jul 12 05:28:07 UTC 2014
Modified Files:
src/usr.bin/tip: cmds.c tip.c
Log Message:
don't enable IXANY.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/tip/cmds.c
cvs rdiff -u -r1.53 -r1.54 src/usr
Module Name:src
Committed By: christos
Date: Mon Oct 21 14:47:46 UTC 2013
Modified Files:
src/usr.bin/tip: remote.c tip.c tip.h value.c
Log Message:
get rid of equal(), use {s,g}etprogname().
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/tip/r
Module Name:src
Committed By: christos
Date: Sun Jun 2 13:18:12 UTC 2013
Modified Files:
src/usr.bin/tip: cmds.c tip.c
Log Message:
PR/47877: Michael van Elst: Disable and enable software flow control properly
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.3
Module Name:src
Committed By: joerg
Date: Fri Feb 24 16:03:39 UTC 2012
Modified Files:
src/usr.bin/tip: cmds.c
Log Message:
Add explicit continue to empty loop body.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/tip/cmds.c
Please note that di
Module Name:src
Committed By: joerg
Date: Thu Feb 23 23:39:19 UTC 2012
Modified Files:
src/usr.bin/tip: cmds.c
Log Message:
while (...);
;
is really pointless, so remove the first semicolon.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/ti
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:33:01 UTC 2011
Modified Files:
src/usr.bin/tip: acu.c cmds.c cu.c hunt.c tip.c tip.h tipout.c
src/usr.bin/tip/aculib: hayes.c
Log Message:
Use __dead. Make a bunch of local functions static.
To generate a di
Module Name:src
Committed By: joerg
Date: Tue May 24 12:46:16 UTC 2011
Modified Files:
src/usr.bin/tip: hunt.c
Log Message:
Properly use format string
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tip/hunt.c
Please note that diffs are not pub
16 matches
Mail list logo