Opened 17 years ago

Closed 16 years ago

#2358 closed task (fixed)

Ed-0.8

Reported by: dnicholson@… Owned by: Ag. Hatzimanikas
Priority: normal Milestone: 6.3
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Apparently ed is alive. There have been three releases since the fall. Ed-0.5 released in March.

http://ftp.gnu.org/pub/gnu/ed/ed-0.5.tar.bz2

Change History (8)

comment:1 by bdubbs@…, 17 years ago

Wow. An update after only 12.5 years! Sun Jun 26 22:21:59 1994 -> 2006-11-11

This is now a simple CMMI app. No patch required. Compiles cleanly. Time is "less than 0.1 SBU." Disk space is 1.3Mb. Download size is 53Kb.

./configure --prefix=/usr
make
make check
sudo make install
sudo make install-man

Installs four files: ed, red, ed.1, and ed.info. Note that red is a hard link to ed, not a separate file. The info file is installed automatically. The man file must be installed separately.

comment:2 by dnicholson@…, 17 years ago

Hmm, we may not want to jump at this so fast. I think there might be some issues with backwards compatibility, which is pretty much the only reason to even have ed. Read this thread on bug-ed. It's not too inspiring.

http://lists.gnu.org/archive/html/bug-ed/2007-03/msg00000.html

comment:3 by Ag. Hatzimanikas, 17 years ago

Interesting read, I like this statement. "ed is a program I do not use, a program I do not like, and a program I am voluntarily maintaining to help the GNU project just because nobody else wants to maintain it"

Anyway, the following test is working in ed 0.5

cat > test <<EOF
That was a bug in 0.4
http://lists.gnu.org/archive/html/bug-ed/2007-02/msg00000.html
EOF
ed test <<EOF
%s/a bug in 0.4/fixed in 0.5
%s/2007-02\/msg00000/2007-03\/msg00012
w
q
EOF
cat test
That was fixed in 0.5
http://lists.gnu.org/archive/html/bug-ed/2007-03/msg00012.html

comment:4 by bdubbs@…, 17 years ago

Milestone: 6.3future

Indeed there are problems with this version. Reading the ed message list, ed-0.5 hangs with 100% cpu usage with:

ed < /dev/null

instead of simply terminating or giving some type of error message.

Moving to future. Don't implement until the above problem is fixed.

comment:5 by Ag. Hatzimanikas, 17 years ago

Owner: changed from blfs-book@… to Ag. Hatzimanikas
Summary: Ed-0.5Ed-0.7

comment:6 by Ag. Hatzimanikas, 17 years ago

Status: newassigned

comment:7 by Ag. Hatzimanikas, 16 years ago

Milestone: future6.3
Summary: Ed-0.7Ed-0.8

Version increment to 0.8. Searching through the archives, I can't see any bug report, so moving this from future to 6.3.

comment:8 by Ag. Hatzimanikas, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r7126.

Alexander, I removed the warning. If still there is a problem, please report it and I will revert the change.

Thanks Bruce.

Note: See TracTickets for help on using tickets.