summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
Commit message (Collapse)AuthorAgeFilesLines
* Perl support in vi is broken if perl has thread support built in.markm1999-09-041-2/+2
| | | | Document this. Minor nitpick in other comments.
* We're using ncurses now.peter1999-08-301-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* The perlinterp option builds and works, but I'm not so sure how it'll gopeter1998-12-161-5/+6
| | | | in a release or buildworld environment, so I'll leave it disabled.
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*asami1998-09-051-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a port so there is nothing to be done on that side now. Approved by: jkh === To: "Jordan K. Hubbard" <jkh@time.cdrom.com> cc: Andreas Klemm <andreas@klemm.gtn.com>, current@freebsd.org Subject: Re: Make this a relese coordinator decision (was Re: ports-current/packages-current discontinued) From: David Greenman <dg@root.com> Date: Sun, 03 Aug 1997 20:23:31 -0700 >decision is, I'll respect it. Another chance to architect people's principles...I can hardly wait. Seems quite appropriate for a Sunday - I just need to get one of those collection plates (and money envelopes) so I can profit, too. :-) Tcl stays in /usr/src for now, but it needs to be kept up to date; same for perl. If Jordan doesn't have "setup" (written in tcl) ready for 3.0, then tcl will be yanked prior to the 3.0 release (and made into a port). As for the ports tree only supporting the last FreeBSD release, this seems sensible to me. The "ports" have always been a moving target between releases and the problem is only going to get worse when we expand to supporting other processor architectures. In any case, Satoshi is and always has been in charge of the ports tree and whatever he wants to do with it (within reason :-)) is his decision. Does this cover the issue completely? I admit to deleting messages in this thread with unusual fervor (people have FAR too much time on their hands!). There's a fair bit of reasoning behind the above, but since everyone is sick of arguing about this, I'll spare you the analysis. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterimp1998-06-091-3/+3
| | | | | $n. PR: conf/3273
* Polish message catalogs for vi.wosch1997-09-221-2/+6
| | | | | Submitted by: abial@warman.org.pl PR: 4522
* Fix 1.17 properly by adding ${DESTDIR} in front. (I know this part isasami1997-08-191-2/+2
| | | | not enabled now.)
* Drop the TCL hook for the time being until the tcl dust settles some more.peter1997-08-181-2/+2
|
* Fixed another make world stopper ;)andreas1997-08-171-2/+2
| | | | | | If TCLINTERP is defined, CFLAGS needs an additional include path: -I/usr/include/tcl Otherwise tcl.h can't be found during make world.
* Enable GLOBAL tags support.jkh1997-04-181-1/+3
|
* Oops. Broke golden rule #1: test everything before commit. :-]peter1997-04-121-5/+3
|
* Respect NOTCL, don't link with libtcl for the scripting support ifpeter1997-04-121-1/+5
| | | | we're not building it.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-011-2/+2
|
* When using the perl5 extensions, ask perl itself what the pathnames are,peter1996-12-301-8/+17
| | | | | | | | | | | | don't just hard code them into the Makefile. (This is the optional stuff to use perl scripts as a vi scripting language. eg, to load a sample script, type: :perl do 'wc.pl'; this loads /usr/share/vi/perl/wc.pl to add the "wc" command. Then, one can do this: :perl wc Yes, this is a trivial example. There are more useful examples, eg 'make' output parsing along the lines of emacs's "compile" mode. The tcl extension is similar and enabled by default since we ship with tcl.)
* Link Dutch catalog with nl_NL instead of da_DKache1996-12-081-3/+3
|
* Add ru_RU as alias to ru_SUache1996-11-211-1/+2
|
* Added a missing \ for installing perl modules.paul1996-11-101-2/+2
| | | | 2.2 and 2.1.6 candidate.
* Merge from the 2.2 branch: avoid including the API stuff when buildingjoerg1996-11-091-4/+23
| | | | | vi for the fixit floppy. Perhaps we'll find a more elegant solution some day, by now it has proven to work reasonably.
* Install message catalog links according to standard naming conventionache1996-11-041-1/+26
| | | | | | Message catalogs not works without this change 2.2 candidate
* Fix PATH_MSGCATache1996-11-041-1/+1
| | | | 2.2 candidate
* Fill in some of the missing blanks for the tknvi and perl5 compile options.peter1996-11-031-22/+28
| | | | | Both options can be compiled if the appropriate ports are present. These are examples only and are commented out.
* The tcl/perl interpreter compile options were not really optional.peter1996-11-032-4/+7
| | | | | This is needed for building the boot crunch for 2.2 (It still needs a hook so the release code can tell it when to build it without tcl etc).
* Yikes, I forgot to remove the -DSYSV_CURSES setting that I was using onpeter1996-11-011-2/+2
| | | | | one of the machines I was testing on. (This was to get it to use the sysv extensions in ncurses)
* Remove the old nvi-1.34, it has served us well but it's time has come..peter1996-11-01181-67408/+0
| | | | (It was tagged immediately prior to removal with the tag "nvi_1_34_final")
* Update to use nvi-1.79 sourcespeter1996-11-014-2/+558
|
* s/__unused/__sex_unused/ - this is simply a placeholder variable thatpeter1996-08-241-1/+1
| | | | | conflicts with what I added to cdefs.h a while ago. I never noticed this since I used nvi-1.71..
* ``~a'', ``~i'' etc. cause vi to core dumpwosch1996-03-031-1/+5
| | | | | | if the (file)buffer is empty (line=1, colum=0, len=0) Submitted by: batie@agora.rdrop.com (Alan Batie)
* Add manpage links for ex.1 view.1 nex.1 nview.1 nvi.1wosch1996-01-231-0/+3
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-302-36468/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Fix infamous "TIOCGWINSZ: Interrupted system call" on return from a ^Zpeter1995-08-071-2/+4
| | | | | | | Fixes PR#513 Reviewed by: Submitted by: Obtained from:
* Remove trailing whitespace.rgrimes1995-05-3018-31/+31
|
* This got ignored as a shared object during the import. Add it back asnate1995-04-221-0/+127
| | | | it's necessary for the doc process.
* Fixed coredump when issuing d$ on a blank line. Fixes bin/191.dg1995-01-281-7/+9
|
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-3/+3
|
* Also create a link "view" to nvi, in stead of nview solely.guido1994-08-241-0/+1
| | | | | Reviewed by: Submitted by: guido
* Link to "vi" and "ex" too.jkh1994-08-181-0/+1
| | | | Submitted by: jkh
* Don't bodge around with vi.1, just go get and copy the file.jkh1994-08-181-10/+4
| | | | Submitted by: jkh
* Put back dependencies on header files.jkh1994-08-181-1/+1
| | | | Submitted by: jkh
* Bringing in version 1.34.sef1994-08-181-1/+1
| | | | Reviewed by: Sean Eric Fagan
* Bringing in nvi 1.34.sef1994-08-1840-40/+40
| | | | Reviewed by: Sean Eric Fagan
* Bringin in nvi 1.34.sef1994-08-1812-12/+12
| | | | Reviewed by: Sean Eric Fagan
* Bringing in version 1.34.sef1994-08-1846-48/+48
| | | | Reviewed by: Sean Eric Fagan
* Bringing in nvi 1.34. Keith is too active.sef1994-08-1820-21/+23
| | | | Reviewed by: Sean Eric Fagan
* Incorporating nvi 1.34. Keith needs to get away from the keyboard.sef1994-08-182-15/+25
| | | | Reviewed by: Sean Eric Fagan
* vi.0 -> vi.1jkh1994-08-171-4/+4
| | | | Submitted by: jkh
* Bringing up to version 1.33.sef1994-08-1793-152/+220
| | | | Reviewed by: Sean Eric Fagan
* Bringing up to version 1.33sef1994-08-1733-35/+38
| | | | Reviewed by: Sean Eric Fagan
OpenPOWER on IntegriCloud