CVS commit: src/bin/ed

2019-01-04 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jan 4 19:13:58 UTC 2019 Modified Files: src/bin/ed: README ed.h glbl.c undo.c Log Message: Unifdef compatibility for broken realloc. No binary change To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/bin/ed/RE

CVS commit: src/bin/ed

2018-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 18 14:56:24 UTC 2018 Modified Files: src/bin/ed: main.c Log Message: Prevent shell execution also in the 'r ! dobad' case, pointed out by Martijn van Duren, thanks! XXX: pullup-8 To generate a diff of this commit: cvs

CVS commit: src/bin/ed

2018-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 9 06:57:01 UTC 2018 Modified Files: src/bin/ed: ed.1 Log Message: Sort option descripts, fix markups, fix typos. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/bin/ed/ed.1 Please note that diffs are not

CVS commit: src/bin/ed

2018-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 9 06:54:47 UTC 2018 Modified Files: src/bin/ed: ed.1 Log Message: New sentence, new line. Sort SEE ALSO. Remove Xr to non-existing man page. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/bin/ed/ed.1 Pl

CVS commit: src/bin/ed

2018-04-07 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Apr 8 06:01:04 UTC 2018 Modified Files: src/bin/ed: ed.1 Log Message: fix date To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/ed/ed.1 Please note that diffs are not public domain; they are subject to th

CVS commit: src/bin/ed

2018-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 5 18:44:57 UTC 2018 Modified Files: src/bin/ed: ed.1 main.c Log Message: add -S to disable ! commands. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/bin/ed/ed.1 cvs rdiff -u -r1.28 -r1.29 src/bin/e

CVS commit: src/bin/ed

2016-03-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 2 19:11:28 UTC 2016 Modified Files: src/bin/ed: main.c Log Message: PR/50879: David Binderman: remove redundant code. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/bin/ed/main.c Please note that d

CVS commit: src/bin/ed

2016-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 1 17:34:00 UTC 2016 Modified Files: src/bin/ed: cbc.c Log Message: PR/50734: David Binderman: check bounds before dereferencing. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/bin/ed/cbc.c Please n

CVS commit: src/bin/ed

2015-08-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 28 11:29:48 UTC 2015 Modified Files: src/bin/ed: glbl.c Log Message: Be explicit about what is negated. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/bin/ed/glbl.c Please note that diffs are not public

CVS commit: src/bin/ed

2014-03-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 31 12:55:47 UTC 2014 Modified Files: src/bin/ed: glbl.c main.c Log Message: PR/48692: Henning Petersen: Missplaced paranthesis in bin/ed gbl.c and main.c To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/

CVS commit: src/bin/ed

2014-03-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Mar 25 17:23:37 UTC 2014 Modified Files: src/bin/ed: ed.h Log Message: Use __printflike. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/bin/ed/ed.h Please note that diffs are not public domain; they are su

CVS commit: src/bin/ed

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 05:06:42 UTC 2014 Modified Files: src/bin/ed: buf.c cbc.c ed.h glbl.c io.c main.c re.c sub.c undo.c Log Message: sprintf considered harmful To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/bin/ed/bu

CVS commit: src/bin/ed

2011-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 21 08:40:32 UTC 2011 Modified Files: src/bin/ed: main.c Log Message: use const char [] for format. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/bin/ed/main.c Please note that diffs are not public

CVS commit: src/bin/ed

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 09:38:05 UTC 2011 Modified Files: src/bin/ed: main.c Log Message: eliminate non-literal format string. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/bin/ed/main.c Please note that diffs are not

CVS commit: src/bin/ed

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 23:13:11 UTC 2011 Modified Files: src/bin/ed: io.c main.c Log Message: Conditionalize printfs instead of using conditional empty format strings. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/bin/ed/io

CVS commit: src/bin/ed

2010-06-09 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jun 9 19:20:18 UTC 2010 Modified Files: src/bin/ed: cbc.c Log Message: If the definition of a static function is #if DES, the declaration of it should be too. Fixes build of ed where MKCRYPTO=no. To generate a diff of this co

CVS commit: src/bin/ed

2010-05-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 02:09:58 UTC 2010 Modified Files: src/bin/ed: ed.1 Log Message: Quote punctation. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/bin/ed/ed.1 Please note that diffs are not public domain; they are su