Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.1-rc1
|
Minor bugfixes |
23-Sep-2008 11:11 |
|
1.0-rc1
|
Minor security fixes |
30-Jul-2008 17:51 |
|
1.0-pre1
|
Minor feature enhancements |
11-Apr-2008 13:32 |
|
0.9-rc1
|
Minor bugfixes |
24-Jan-2008 01:23 |
|
0.8-rc1
|
Documentation |
05-Aug-2007 20:39 |
|
0.7-rc1
|
Minor bugfixes |
03-Jul-2007 18:19 |
|
0.6-rc1
|
Minor bugfixes |
18-Jun-2007 17:38 |
|
0.3-rc3
|
Minor bugfixes |
04-Nov-2006 23:10 |
|
0.3-rc2
|
Minor bugfixes |
27-Oct-2006 17:57 |
|
0.3-rc1
|
Minor feature enhancements |
22-Oct-2006 05: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]
|