summaryrefslogtreecommitdiff
path: root/usr.bin/vi
AgeCommit message (Expand)Author
2002-02-11bump version to nb6 after fixing bin/15474pooka
2002-02-09Exit the file_init "recursion" only if we are actually already trying forpooka
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-13Fixed FreeBSD PR #12801, the way nvi 1.81.5 did it.aymeric
2002-01-13Fix FreeBSD PR #12801, the way nvi 1.81.5 does it.aymeric
2002-01-07cast size_t to u_long for printf(3)-like callsaymeric
2001-12-31Avoid an "operation on foo may be undefined" warning (gcc 3.1).thorpej
2001-12-13FreeBSD PR#23912 fixed by applying a patch from nvi 1.81.xaymeric
2001-12-13Finally apply a fix from nvi 1.81.x to replace a fix committed byaymeric
2001-12-12MKfoo=no -> NOfootv
2001-12-02Our libcurses now has the newterm function, make vi use it.blymn
2001-12-01Whitespace cleanup.wiz
2001-10-21Back out previous; Aymeric Vincent is looking into a better fix.simonb
2001-10-21Fix problem with long pauses displaying blank lines if O_LEFTRIGHT andsimonb
2001-10-20backout my miscommit.yamt
2001-10-20bump version after fixing a bug introduced in 1.79nb2aymeric
2001-10-20Fix a cut_line() caller not using the right value for (former) ENTIRE_LINE,aymeric
2001-10-17fix format string bugs.yamt
2001-09-09bump to nb2 after fixing PR #10367 and correcting another related bugaymeric
2001-09-09Fix a test condition for EOF. Together with previous commit in cut.c (1.4),aymeric
2001-09-09Define ENTIRE_LINE to be -1 instead of 0 since we may want to copy 0 characters.aymeric
2001-08-28Change nvi version from 1.79 to 1.79nb1aymeric
2001-08-20Fix a bug present in nvi 1.79 where ^@ wouldn't behave as expected whenaymeric
2001-08-20precede, not preceed.wiz
2001-08-17Prevent nvi from looping infinitely when it can't create a temporary fileaymeric
2001-07-26command with two ms looks better.wiz
2001-05-29Don't descend into catalog with MKSHARE=no.kleink
2001-05-13Do the right thing when displaying an empty screen line when the correspondingaymeric
2001-05-13Make a TRACE statement work. (mustn't have been turned on for a while! ;-)aymeric
2001-05-13ERR -> SYSERR when recdir does not exist.aymeric
2001-05-04If a function takes two string arguments and a printf-type printingsimonb
2001-05-02recent addition of -Wall to Makefile broke the build on some archwindsor
2001-05-01enable most warnings (but -Wparentheses)aymeric
2001-05-01shutup most (non-intrusive) gcc warningsaymeric
2001-04-30Now, ^C behaves just like <ESC> (but for the ``Interrupt'' message).aymeric
2001-04-11recurse into recover on make installaymeric
2001-04-11be quietaymeric
2001-04-11new file. Installs virecover into /usr/libexecaymeric
2001-04-11move recover.script to virecoveraymeric
2001-03-31the build target is "realall" not "all". it will make "make dependall" happier.itojun
2001-03-31correct catalog generation, to cope with objdir right.itojun
2001-03-31catalogs are installed by ../catalog/Makefile.itojun
2001-03-31do install the catalogsaymeric
2001-03-31we generate catalogs properly and don't need them hereaymeric
2001-03-31remove obsolete files after import of nvi 1.79aymeric
2001-03-31merge changes after import of nvi 1.79aymeric
2001-03-31import of nvi 1.79aymeric
2001-03-21Pull in a patch from nvi 1.79 for when the repainting code messes up.simonb
2001-03-19remove local version of sys/queue.h; it doesn't have some of the newerlukem
2001-01-29Undo rev. 1.2 -- not like it'll do much good -- seems like there isthorpej