CVS commit: src/external/bsd/nvi/dist/vi

2020-07-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jul 7 10:58:43 UTC 2020 Modified Files: src/external/bsd/nvi/dist/vi: v_txt.c Log Message: PR bin/55468 Fix crash due to out-of-bounds access with Ctrl-W. PR is only for nottywerase, but also fix ttywerase case, taken from

CVS commit: src/external/bsd/nvi/dist/vi

2018-04-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Apr 10 12:44:41 UTC 2018 Modified Files: src/external/bsd/nvi/dist/vi: vs_refresh.c Log Message: PR bin/53164: Comment why we abort here. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/bsd/nvi/dist/vi

2017-11-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 14 12:20:56 UTC 2017 Modified Files: src/external/bsd/nvi/dist/vi: vs_refresh.c Log Message: Fix cursor movement for the case of USE_WIDECHAR != "yes", where the argument of INTISWIDE() is not evaluated. To generate a diff

CVS commit: src/external/bsd/nvi/dist/vi

2017-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 10 14:44:13 UTC 2017 Modified Files: src/external/bsd/nvi/dist/vi: vs_line.c vs_refresh.c vs_relative.c Log Message: - Fix cursor position when a multiwidth char does not fit within a line. - Put cursor on the leftmost

CVS commit: src/external/bsd/nvi/dist/vi

2017-10-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 22 06:26:01 UTC 2017 Modified Files: src/external/bsd/nvi/dist/vi: v_cmd.c Log Message: Remove superfluous space character. >From rjc via https://github.com/NetBSD/src/pull/1 To generate a diff of this commit: cvs

CVS commit: src/external/bsd/nvi/dist/vi

2017-01-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Jan 22 05:11:22 UTC 2017 Modified Files: src/external/bsd/nvi/dist/vi: v_paragraph.c Log Message: Respect coding style of upstream; revert r1.4 and put back parentheses. No binary changes. Pointed out by mrg. To generate a

CVS commit: src/external/bsd/nvi/dist/vi

2017-01-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jan 21 22:22:28 UTC 2017 Modified Files: src/external/bsd/nvi/dist/vi: v_paragraph.c Log Message: Fix a strange corner case in } command. When } command is executed in the last paragraph including EOF, the original vi

CVS commit: src/external/bsd/nvi/dist/vi

2017-01-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jan 21 22:06:46 UTC 2017 Modified Files: src/external/bsd/nvi/dist/vi: v_paragraph.c Log Message: KNF; remove parentheses from return's To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/nvi/dist/vi

2014-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 6 14:21:37 UTC 2014 Modified Files: src/external/bsd/nvi/dist/vi: v_search.c Log Message: PR/48502: M. Levinson: vi(1) no longer moves the cursor when yanking text using a mark (remove dangling else) To generate a

CVS commit: src/external/bsd/nvi/dist/vi

2014-01-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 5 17:30:16 UTC 2014 Modified Files: src/external/bsd/nvi/dist/vi: v_mark.c Log Message: PR/48502: M. Levinson: vi(1) no longer moves the cursor when yanking text using a mark (remove dangling else) To generate a diff

CVS commit: src/external/bsd/nvi/dist/vi

2013-11-27 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Nov 27 14:21:31 UTC 2013 Modified Files: src/external/bsd/nvi/dist/vi: vs_split.c Log Message: remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/vi/vs_split.c Please

CVS commit: src/external/bsd/nvi/dist/vi

2013-11-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 28 03:15:20 UTC 2013 Modified Files: src/external/bsd/nvi/dist/vi: v_screen.c Log Message: fix bug in coversion To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/vi/v_screen.c

CVS commit: src/external/bsd/nvi/dist/vi

2013-11-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 26 16:48:01 UTC 2013 Modified Files: src/external/bsd/nvi/dist/vi: vs_msg.c vs_refresh.c Log Message: Avoid repainting after screen has been destroyed. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4