aymeric
64c877a4e9
bump: bin/25849 fixed. "rapid resize can crash vi"
2004-06-13 10:17:14 +00:00
aymeric
adf0b1c6ca
bump for latest bug fix: flush the cached line on every DB operation
2004-05-02 17:01:53 +00:00
aymeric
263ab3f13d
bump version: failed recovery doesn't prevent edition anymore
2004-04-05 07:22:39 +00:00
wiz
e3fc4b66c3
Spell the plural of suffix "suffixes", not "suffices".
...
Inspired by PR 24400 by Todd Vierling.
2004-02-13 17:56:17 +00:00
erh
ac765b1532
PR# bin/22736: Allow unsorted tags file to work. If the initial binary
...
search fails to find a matching tag in any of the tags files, try a full
linear search.
2003-09-09 21:03:15 +00:00
dsl
68b9f13602
Bump for inclusion of :set matchars
2003-08-28 05:00:09 +00:00
aymeric
36f363a1cc
bump to nb9 after fixing PR#21797.
...
"flooding nvi['s insert mode] leads it to dump core"
2003-06-06 08:09:38 +00:00
aymeric
c11faf9eec
bump version.
...
":cs add" works when using a database file in the current directory, whichever
way we specify its name.
2003-01-20 16:13:26 +00:00
aymeric
5ca712061a
. Don't call terminate() after read_prompt() failed.
...
Fixes memory re-use after free().
. Fake a directory name of "." if given a path without '/'.
This makes ":cs add cscope.out" work, and behave like ":cs add ."
2003-01-20 16:10:51 +00:00
wiz
1035faff1d
writable, not writeable.
2003-01-06 20:30:28 +00:00
thorpej
7b3d93e318
Avoid a strict alias warning.
2002-12-06 03:24:42 +00:00
pooka
eaf1f18146
Bump to nb7 after fixing FreeBSD PR #12801 (again) in a way which hopefully
...
doesn't have adverse side-effects.
2002-04-15 08:37:04 +00:00
thorpej
7f192498d4
Use __RCSID() and __COPYRIGHT().
2002-04-09 01:47:30 +00:00
pooka
69d4c677a2
bump version to nb6 after fixing bin/15474
2002-02-11 19:52:00 +00:00
aymeric
87c2d396bf
Fixed FreeBSD PR #12801 , the way nvi 1.81.5 did it.
...
(vi dumped core when editing a new file after having edited another one)
affects common/exf.c
2002-01-13 11:59:23 +00:00
thorpej
3d561f4807
Avoid an "operation on foo may be undefined" warning (gcc 3.1).
2001-12-31 18:53:32 +00:00
aymeric
8547d02861
FreeBSD PR#23912 fixed by applying a patch from nvi 1.81.x
...
"underflow of cnt in vs_paint() by O_NUMBER_LENGTH when both leftright and
number options in use"
2001-12-13 20:53:47 +00:00
aymeric
41fdc533eb
bump version after fixing a bug introduced in 1.79nb2
2001-10-20 10:11:41 +00:00
aymeric
be5a16fc47
Fix a cut_line() caller not using the right value for (former) ENTIRE_LINE,
...
by defining the (newer) CUT_LINE_TO_EOL define in common/cut.h and using it
where due.
Bug reported on current-users by Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>
diagnosed by Bang Jun-Young <bjy@mogua.org>,
quick-fixed by Robert Elz <kre@munnari.OZ.AU>.
2001-10-20 10:04:49 +00:00
yamt
f8835551fd
fix format string bugs.
...
pointed by Tomoaki IMAMURA in PR/14271.
2001-10-17 07:38:48 +00:00
aymeric
4fa1ec90e5
bump to nb2 after fixing PR #10367 and correcting another related bug
2001-09-09 11:04:23 +00:00
aymeric
8ac7d728a3
Change nvi version from 1.79 to 1.79nb1
...
This added version number will help us for future bug reports
2001-08-28 07:36:42 +00:00
windsor
28090d7359
recent addition of -Wall to Makefile broke the build on some arch
...
remove warnings on /sparc (through typecasting)
2001-05-02 21:15:19 +00:00
aymeric
52117b75a3
shutup most (non-intrusive) gcc warnings
2001-05-01 16:46:11 +00:00
aymeric
414f14c52d
merge changes after import of nvi 1.79
2001-03-31 11:37:44 +00:00
aymeric
0ec35fe298
Don't dump core when a ``bad address'' error occurs and there is neither
...
a file nor a command underlying it.
This fixes PR #11543 .
2001-01-14 02:22:29 +00:00
tv
17b67bd091
Fix %l[du] formats that have int arguments on ILP32; might break LP64.
2000-10-18 01:42:05 +00:00
thorpej
ec185ae25b
Fix a format string goof.
2000-10-11 19:28:43 +00:00
is
135600f947
More format string cleanup by sommerfeld.
2000-10-11 14:46:00 +00:00
jdc
4a3a422fde
Handle xterm's alternate screen when entering or leaving ex mode, e.g.
...
":!ls", so that the screen is not changed before the "Press any key"
message. Taken from v1.79.
2000-05-31 19:49:23 +00:00
christos
aab07b7582
Don't depend on BSD regexec extensions (REG_STARTEND)
...
Emulate it if it is not defined.
2000-03-17 02:23:17 +00:00
soren
89c5a767f8
Fix doubled 'the's.
2000-03-13 22:55:05 +00:00
chopps
13232a2f19
Don't restore the tag file name's trailing '/' until after the length
...
is taken. This fixes relative paths in tags files.
1999-11-22 05:53:58 +00:00
hubertf
56f2d188fc
RCS ID police
1999-02-15 04:54:34 +00:00
abs
27134b4a8f
Add Gtags support from shigio@wafu.netgate.net (PR 5978). Gtags are produced
...
by global (http://wafu.netgate.net/tama/unix/global.html )
1999-01-08 06:16:54 +00:00
mycroft
af26acbc65
const poisoning.
1998-07-26 23:14:40 +00:00
perry
3fe138c146
RCS Id Police.
1998-01-09 08:03:16 +00:00
mikel
bfba04e072
be a bit more careful about removing TAGQ from CIRCLEQ; from Ross
...
Harvey in PR bin/3489.
1997-04-15 05:39:46 +00:00
mrg
2a28f67a41
make "ex -s" work. massaged by bostic from pr#2518
1996-06-10 12:37:00 +00:00
mrg
095b103c63
these files are either deleted (in nvi) or not necessary
1996-05-20 09:02:48 +00:00
cgd
90d6b3a054
a better (more careful) fix for problem fixed by rev 1.9 (the
...
rolled-forward patch to fix a 'comparison can never be true due to
limited range...' compiler warning).
1996-05-20 04:49:48 +00:00
mrg
3c0a0f8698
merge in fix lost in upgrade.
1996-05-20 04:31:56 +00:00
mrg
12cc64d022
merge in nvi 1.66
1996-05-20 03:47:00 +00:00
mrg
9113251c61
import of nvi 1.66
1996-05-20 01:53:18 +00:00
cgd
5d7f8262d4
cast a few pointers to clean up warnings. Bostic said that this
...
should be fixed differently, when i pointed it out to him a while ago,
but was planning to completely rework the code for a later version so
didn't bother.
1995-04-24 07:42:19 +00:00
cgd
2e93fae74d
use the correct-sized type for lno.
1994-12-24 17:12:42 +00:00
cgd
eb7eaeab05
clean up import.
1994-08-17 20:12:00 +00:00
cgd
e38fcdcd5e
clean up import. still have to hack some things.
1994-08-17 16:35:35 +00:00
cgd
1588279d5e
new public version of nvi
1994-08-17 16:17:19 +00:00
cgd
33f08a621d
nvi 1.11(beta) from bostic. reconcile conflicts/kill rcsids.
1994-03-28 04:28:20 +00:00