[Lunar-commits] r18032 - moonbase/trunk/editors/ex

Dennis Veatch stumbles at lunar-linux.org
Mon Jan 9 02:50:41 UTC 2006


Author: stumbles
Date: 2006-01-09 02:50:39 +0000 (Mon, 09 Jan 2006)
New Revision: 18032

Modified:
   moonbase/trunk/editors/ex/DETAILS
Log:

vi no longer dies with a segmentation fault if a line does not fit on the
screen after an insertion.

Traditional regular expressions sometimes failed to operate correctly
since the last release.

The argument to the -w option is correctly recognized now.

A non-null exit status is now returned if a file could not be opened, if
an invalid address is given for a command, or if a tag is not found.


and others.



Modified: moonbase/trunk/editors/ex/DETAILS
===================================================================
--- moonbase/trunk/editors/ex/DETAILS	2006-01-09 02:40:32 UTC (rev 18031)
+++ moonbase/trunk/editors/ex/DETAILS	2006-01-09 02:50:39 UTC (rev 18032)
@@ -1,11 +1,12 @@
            MODULE=ex
-          VERSION=020403
-           SOURCE=$MODULE-$VERSION.tar.gz
-    SOURCE_URL[0]=http://download.berlios.de/ex-vi/
-         WEB_SITE=http://ex-vi.berlios.de/
+          VERSION=050325
+           SOURCE=$MODULE-$VERSION.tar.bz2
+    SOURCE_URL[0]=$SFORGE_URL/$MODULE-vi/
+       SOURCE_VFY=sha1:573501d15fa4be59f136641957c7f893e86bac82
+         WEB_SITE=http://ex-vi.sourceforge.net/
        MAINTAINER=elaine at lunar-linux.org
           ENTERED=20030625
-          UPDATED=20030625
+          UPDATED=20060108
             SHORT="The Traditional Vi Source Code for Modern Unix Systems."
 cat << EOF
 The vi editor is one of the most common text editors on Unix. It was 



More information about the Lunar-commits mailing list