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/
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
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
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
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/
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
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
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
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
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
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
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
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
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_
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
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
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
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
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
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
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
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
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.
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/
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
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
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.
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
28 matches
Mail list logo