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/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

CVS commit: src/dist/nvi

2009-12-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Dec 23 12:44:22 UTC 2009 Modified Files: src/dist/nvi/common: cut.c cut.h multibyte.h src/dist/nvi/ex: ex.c ex_subst.c ex_usage.c src/dist/nvi/vi: v_ulcase.c Log Message: Use wide char versions of tolower/toup

CVS commit: src/dist/nvi/ex

2009-11-24 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Tue Nov 24 13:12:02 UTC 2009 Modified Files: src/dist/nvi/ex: ex_cscope.c ex_tag.c Log Message: don't use pathname directly as msgq()'s first argument of format string. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.

CVS commit: src/dist/nvi

2009-11-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Nov 15 18:43:28 UTC 2009 Modified Files: src/dist/nvi/cl: cl_funcs.c src/dist/nvi/ex: ex_shell.c ex_util.c src/dist/nvi/vi: vi.c Log Message: Fix all formats for 64bit builds To generate a diff of this commit: c

CVS commit: src/dist/nvi/cl

2009-11-15 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Nov 15 18:23:08 UTC 2009 Modified Files: src/dist/nvi/cl: cl_funcs.c Log Message: Need %zu for size_t To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/cl/cl_funcs.c Please note that diffs are not public

CVS commit: src/dist/nvi

2009-11-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 14 23:40:11 UTC 2009 Modified Files: src/dist/nvi/ex: ex_bang.c ex_equal.c ex_read.c ex_txt.c ex_usage.c extern.h src/dist/nvi/vi: vs_msg.c Log Message: one more printf like function, and fix the loss

CVS commit: src/dist/nvi

2009-11-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 14 23:31:37 UTC 2009 Modified Files: src/dist/nvi/common: extern.h options.c src/dist/nvi/ex: ex.c ex_global.c ex_read.c Log Message: Add a gcc printf attribute to the printf functions and fix the lossage caught.

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 -r1.3

CVS commit: src/dist/nvi/regex

2009-10-31 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Oct 31 20:11:53 UTC 2009 Modified Files: src/dist/nvi/regex: regexec.c Log Message: Fix regexp on LP64 systems. By the time 'states1' was expanded, it became 'char *' so the code tried to put 64 bits into an int! Fixed PR/41924

CVS commit: src/dist/nvi/ex

2009-10-31 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Oct 31 14:30:55 UTC 2009 Modified Files: src/dist/nvi/ex: ex_write.c Log Message: Save command in :w ! for later :w !! Fixes PR/8169 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/ex/ex_write.c Please

CVS commit: src/dist/nvi/cl

2009-10-20 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Tue Oct 20 16:17:07 UTC 2009 Modified Files: src/dist/nvi/cl: cl_main.c Log Message: Print a warning if TERM is not set and stdin is a tty. PR bin/42144. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/cl/c

CVS commit: src/dist/nvi/regex

2009-08-30 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sun Aug 30 14:57:51 UTC 2009 Modified Files: src/dist/nvi/regex: regcomp.c Log Message: fix bin/41781, the pattern /\$/ doesn't match a dollar sign anymore by default. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/dist/nvi/ex

2009-08-11 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Tue Aug 11 21:42:03 UTC 2009 Modified Files: src/dist/nvi/ex: version.h Log Message: bump to nb5: . :ESC works again . #+ and #- work again To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/nvi/ex/version.h

CVS commit: src/dist/nvi

2009-08-11 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Tue Aug 11 21:28:02 UTC 2009 Modified Files: src/dist/nvi/common: multibyte.h src/dist/nvi/vi: v_increment.c Log Message: . adding STRCHR variants to common/multibyte.h for the benefit of . making #+ and #- work again in

CVS commit: src/dist/nvi/vi

2009-08-11 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Tue Aug 11 21:24:49 UTC 2009 Modified Files: src/dist/nvi/vi: v_ex.c Log Message: in v_ecl(), copy the converter from the shadow screen initialized in v_ecl_init(), so that history can be displayed and edited. Which means, :ESC

CVS commit: src/dist/nvi/ex

2009-08-07 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Aug 7 16:32:43 UTC 2009 Modified Files: src/dist/nvi/ex: version.h Log Message: Crank version to nb4 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/ex/version.h Please note that diffs are not publi

CVS commit: src/dist/nvi

2009-08-07 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Aug 7 16:19:54 UTC 2009 Modified Files: src/dist/nvi/common: options.c src/dist/nvi/ex: ex_shift.c ex_txt.c src/dist/nvi/vi: v_txt.c Log Message: Rename "expandtabs" to "expandtab" to match documentation (and v

CVS commit: src/dist/nvi

2009-04-18 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sun Apr 19 02:28:19 UTC 2009 Modified Files: src/dist/nvi/common: conv.h src/dist/nvi/vi: vs_line.c Log Message: fix reliability issue. if wcwidth(3) return -1, nvi may crash by memory fault. To generate a diff of this

CVS commit: src/dist/nvi

2009-04-12 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Sun Apr 12 14:47:51 UTC 2009 Modified Files: src/dist/nvi/common: multibyte.h src/dist/nvi/regex: engine.c Log Message: fix PR/41136: \Modified files: Index: src/dist/nvi/common/multibyte.h diff -u src/dist/nvi/common/mu

CVS commit: src/dist/nvi/vi

2009-04-03 Thread Jed Davis
Module Name:src Committed By: jld Date: Sat Apr 4 01:13:43 UTC 2009 Modified Files: src/dist/nvi/vi: v_at.c Log Message: Make vi's '@' command work again; a precedence warning fix in r1.2 added parens in the wrong place such that '@' did nothing. Needs pullup to -5. Rep