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 src/dist/nvi/

CVS commit: src/dist/nvi

2013-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 18 20:40:15 UTC 2013 Modified Files: src/dist/nvi/cl: cl_funcs.c cl_screen.c src/dist/nvi/common: exf.c key.c src/dist/nvi/ex: ex.c ex_args.c ex_argv.c ex_bang.c ex_display.c ex_global.c ex_pri

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 the

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 are

CVS commit: src/dist/nvi

2012-02-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 25 00:13:00 UTC 2012 Modified Files: src/dist/nvi/ex: ex_tag.c src/dist/nvi/vi: vs_msg.c Log Message: Don't use loops with empty body. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dist/nvi/ex/

CVS commit: src/dist/nvi

2012-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 27 16:41:23 UTC 2012 Modified Files: src/dist/nvi/common: common.h cut.c delete.c src/dist/nvi/ex: ex_move.c Log Message: PR/45881: Chavdar Ivanov: nvi copy command copies empty lines. Move ENTIRE_LINE definition

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 p

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: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. T

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 sin

CVS commit: src/dist/nvi

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 19:29:41 UTC 2012 Modified Files: src/dist/nvi/common: delete.c src/dist/nvi/vi: getc.c Log Message: undo previous, it is wrong. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/commo

CVS commit: src/dist/nvi

2012-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 21 17:12:56 UTC 2012 Modified Files: src/dist/nvi/common: delete.c src/dist/nvi/vi: getc.c Log Message: PR/10367: Mason Loring Bliss: fix delete word near end of file. Patch from tnozaki. To generate a diff of

CVS commit: src/dist/nvi

2011-11-23 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 23 19:25:28 UTC 2011 Modified Files: src/dist/nvi/cl: cl_term.c src/dist/nvi/common: cut.c extern.h put.c screen.h src/dist/nvi/ex: ex.c ex.h ex_at.c src/dist/nvi/vi: v_at.c v_ch.c v_txt.c Log Mess

CVS commit: src/dist/nvi

2011-11-23 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 23 19:18:53 UTC 2011 Modified Files: src/dist/nvi/ex: ex_script.c src/dist/nvi/vi: v_z.c Log Message: use e_key_t instead of u_int. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/ex/ex_

CVS commit: src/dist/nvi

2011-11-23 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 23 15:43:39 UTC 2011 Modified Files: src/dist/nvi/common: multibyte.h src/dist/nvi/regex: regex2.h Log Message: don't use WEOF directly, for --disable-widechar. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/dist/nvi/ex

2011-11-23 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 23 14:14:44 UTC 2011 Modified Files: src/dist/nvi/ex: ex.c Log Message: don't use L prefix directly, for --disable-widechar. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/nvi/ex/ex.c Please note

CVS commit: src/dist/nvi/regex

2011-11-19 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sat Nov 19 17:45:11 UTC 2011 Modified Files: src/dist/nvi/regex: engine.c regcomp.c regex2.h Log Message: reliability fix, merge libc/regex fix to avoid memory exhaust problem. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/dist/nvi/vi

2011-11-16 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Wed Nov 16 14:24:43 UTC 2011 Modified Files: src/dist/nvi/vi: vs_line.c Log Message: use ARG_CHAR_T instead of CHAR_T for integer promotion. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/nvi/vi/vs_line.c

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 generat

CVS commit: src/dist/nvi/docs/vi.ref

2011-11-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 13 19:53:53 UTC 2011 Modified Files: src/dist/nvi/docs/vi.ref: vi.texi Log Message: add dircategory/direntry for vi, so texinfo stops complaining To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/docs

CVS commit: src/dist/nvi/cl

2011-09-24 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sat Sep 24 18:57:47 UTC 2011 Modified Files: src/dist/nvi/cl: cl_term.c Log Message: Work around PR#43839, by calling resizeterm() on SIGWINCH. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/cl/cl_term.c

CVS commit: src/dist/nvi

2011-09-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Sep 16 16:13:41 UTC 2011 Modified Files: src/dist/nvi/cl: cl_main.c src/dist/nvi/common: gs.c Log Message: Use __dead To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/nvi/cl/cl_main.c cvs rdiff -u

CVS commit: src/dist/nvi

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 12:56:55 UTC 2011 Modified Files: src/dist/nvi/common: msg.c src/dist/nvi/ex: ex_tag.c Log Message: fix raw string formats To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/common/msg.

CVS commit: src/dist/nvi/ex

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 22 03:57:47 UTC 2011 Modified Files: src/dist/nvi/ex: ex_cscope.c Log Message: initialise from_cs[1] instead of from_cs[0] twice. from GCC 4.5.3. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/nvi/ex/

CVS commit: src/dist/nvi

2011-03-21 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Mar 21 14:53:04 UTC 2011 Modified Files: src/dist/nvi/clib: mkstemp.c src/dist/nvi/common: cut.c cut.h extern.h gs.h key.c key.h msg.c multibyte.h options.c seq.c util.c src/dist/nvi/ex: ex.c ex_abb

CVS commit: src/dist/nvi/common

2010-11-14 Thread Eric Schnoebelen
Module Name:src Committed By: schnoebe Date: Sun Nov 14 20:53:54 UTC 2010 Modified Files: src/dist/nvi/common: options.c Log Message: bin/44088 Change the initialization state of gtagsmode to 0, (unset). This brings about least astonishment for users, permittings tags fu

CVS commit: src/dist/nvi/vi

2010-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 28 18:12:47 UTC 2010 Modified Files: src/dist/nvi/vi: v_search.c Log Message: PR/44006: Ralph G: vi: CTRL-A does not handle end-of-word correctly End-of-word was not included in search regexp leading to false positives.

CVS commit: src/dist/nvi/docs/vi.man

2010-08-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 30 10:41:54 UTC 2010 Modified Files: src/dist/nvi/docs/vi.man: vi.1 Log Message: refering -> referring, per PR 43814. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/docs/vi.man/vi.1 Please note th