Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.0
|
Minor feature enhancements |
22-Aug-2008 20:31 |
|
0.9
|
Minor bugfixes |
25-Feb-2008 16:19 |
|
0.8
|
Documentation |
19-Aug-2007 14:36 |
|
0.7
|
Minor bugfixes |
18-Jul-2007 20:51 |
|
0.6
|
Minor bugfixes |
30-Jun-2007 19:59 |
|
0.5
|
Minor bugfixes |
02-Jun-2007 01:31 |
|
0.4
|
Minor bugfixes |
16-Jan-2007 16:09 |
|
0.3
|
Major bugfixes |
13-Nov-2006 18:27 |
|
0.2
|
Initial freshmeat announcement |
19-Mar-2002 22:55 |
Comments
[»]
don't be so self deprecating!
by Greg A. Woods - Aug 23rd 2008 01:10:46
Maybe the about section shouldn't be so self deprecating.
There are many good reasons still to have a decent line editor available
on all systems. Some of those could be described instead of worrying about
the other tools that don't really compare.
-- Greg A. Woods
[reply]
[top]
[»]
errors in ed-0.4
by dB - Feb 17th 2007 19:53:49
I'm sure Antonio Diaz means well, but there are a couple of glaring errors
in signal.c:
In sigwinch_handler(), there is an executable statement before a
declaration (when TIOCGWINSZ is defined). That works in C++, but not in
C.
In set_signal(), the non-standard flag SA_RESTART is used. This should be
conditionalized, as it is not supported on all flavours of Unix (including
QNX Neutrino); POSIX does not in fact require it to be defined.
[reply]
[top]
[»]
Re: errors in ed-0.4
by Antonio Diaz Diaz - Jun 1st 2007 17:39:09
> there are a couple of glaring errors in signal.c:
Both errors will be fixed in version 0.6.
Next time, please use the mailing list to notify errors. Thanks.
[reply]
[top]
[»]
excellent.
by Teach - Jun 12th 2002 23:15:29
This is quite possibly one of the coolest projects I've ever seen announced
on Freshmeat.
-- --
Graham "Teach" Mitchell
computer science teacher, Leander H.S.
[reply]
[top]
|