[Lunar-commits] <moonbase> ed: version bumped to 1.4.
Florin Braescu
florin at lunar-linux.org
Tue Jul 14 08:36:35 CEST 2009
commit de2de2151e72e64ebaa8592ac6c1b6cac5e97b6c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jul 14 09:36:35 2009 +0300
ed: version bumped to 1.4.
The undo command has been fixed to restore the modified status of the
buffer being edited.
A race condition with user interrupt has been fixed in search_and_replace.
The functions resize_line_buffer and resize_undo_buffer have been added to
definitively fix the aliasing warnings.
Some minor corrections have been made to the manual.
---
editors/ed/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/editors/ed/DETAILS b/editors/ed/DETAILS
index 8eba99f..ee400ae 100644
--- a/editors/ed/DETAILS
+++ b/editors/ed/DETAILS
@@ -1,12 +1,12 @@
MODULE=ed
- VERSION=1.3
+ VERSION=1.4
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
- SOURCE_VFY=sha1:c5ddc140367d5aa9154dd56c06eb627a4916dde9
+ SOURCE_VFY=sha1:367bb9cd20b584ba550f7eda727a90862d014fe3
WEB_SITE=http://www.gnu.org/software/ed/ed.html
ENTERED=20010922
- UPDATED=20090526
+ UPDATED=20090714
SHORT="A line-oriented text editor"
cat << EOF
More information about the Lunar-commits
mailing list