CVS commit: src/dist/nvi/common

2013-11-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 18 20:03:02 UTC 2013 Modified Files: src/dist/nvi/common: api.c Log Message: Change content of string, don't overwrite the newly allocated pointer. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/dist/nvi/common

2013-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 23 18:51:51 UTC 2013 Modified Files: src/dist/nvi/common: conv.c Log Message: It is ridiculous to truncate files on character conversions without warning and a chance for recovery. This patch sets the handler to copy

CVS commit: src/dist/nvi/common

2012-07-15 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sun Jul 15 09:13:59 UTC 2012 Modified Files: src/dist/nvi/common: exf.c Log Message: Use after free (Coverity 273146) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/common/exf.c Please note that diffs

CVS commit: src/dist/nvi/common

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:32:37 UTC 2012 Modified Files: src/dist/nvi/common: cut.c Log Message: PR/10367: Restore lost fix: http://mail-index.netbsd.org/source-changes/2001/09/09/0042.html Define ENTIRE_LINE to be -1 instead of 0

CVS commit: src/dist/nvi/common

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:35:02 UTC 2012 Modified Files: src/dist/nvi/common: delete.c Log Message: PR/10367: Second part. Restore lost fix: http://mail-index.netbsd.org/source-changes/2001/09/09/0043.html Fix a test condition for EOF.

CVS commit: src/dist/nvi/common

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:49:56 UTC 2012 Modified Files: src/dist/nvi/common: cut.c delete.c Log Message: make the previous patch compile. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/dist/nvi/common/cut.c cvs rdiff -u

CVS commit: src/dist/nvi/common

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:56:46 UTC 2012 Modified Files: src/dist/nvi/common: cut.c Log Message: remove error(1) line. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/nvi/common/cut.c Please note that diffs are not

CVS commit: src/dist/nvi/common

2011-11-14 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Nov 14 13:29:07 UTC 2011 Modified Files: src/dist/nvi/common: key.h Log Message: nvi cannot display international character(west european accented chars). reported by Ian D. Leroux at current-users, thanks a lot! To

CVS commit: src/dist/nvi/common

2009-11-14 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Nov 14 20:01:20 UTC 2009 Modified Files: src/dist/nvi/common: exf.c Log Message: fix format string bug, filename may contain % character, don't use it as format string. To generate a diff of this commit: cvs rdiff -u