Projects / GNU ed / Releases

RSS All releases of GNU ed

  •  03 May 2012 09:29

Release Notes: Ed now shows the "Try 'ed --help' for more information." message if a bad option is given on the command line. Quote characters in messages have been changed as advised by GNU Coding Standards. The "--datadir" configure option has been renamed to "--datarootdir" to follow GNU Standards.

  •  02 Jan 2012 23:04

Release Notes: Displaying of null characters by the "l" command has been fixed. The condition deciding when to show the message "Newline appended" has been corrected. The "modified" flag is now set when reading a non-empty file into an empty buffer. An error that prevented using NUL characters in regular expressions has been fixed. Ed now signals an error if it can't create a shell process when executing a shell command. Ed now flushes stdout/stderr before reading a new command. All command-line options are now documented in the man page.

  •  25 Nov 2011 20:20

Release Notes: An error which prevented using NUL characters in regular expressions has been fixed. Ed now signals an error if it can't create a shell process when executing a shell command and flushes stdout/stderr before reading a new command. The man page is now generated with "help2man". All commandline options are now documented in the man page. A portability problem on Linux SPARC has been fixed.

  •  02 Apr 2011 03:00

Release Notes: Displaying of null characters by the "l" command has been fixed. The condition deciding when to show the message "Newline appended" has been corrected. The "modified" flag is now set when reading a non-empty file into an empty buffer.

  •  06 Sep 2010 13:42

Release Notes: The "a", "c" and "i" commands have been fixed. (When used in a global command list, the commands following them in the list were ignored). The "e" command has been fixed. (It quitted when invoked a second time with a modified buffer). The new option "--restricted" has been added. "red" has been converted to a script invoking "ed --restricted". The description of ed in the manual has been changed. Obsolete POSIX tests have been removed from the testsuite.

  •  21 Jul 2010 15:48

Release Notes: Some tests have been improved and obsolete POSIX tests have been removed from the test suite. A small error in the manual has been fixed.

  •  09 Jul 2010 13:56

Release Notes: The "a", "c" and "i" commands have been fixed. (When used in a global command list, the commands following them in the list were ignored). The "e" command has been fixed. (It quit when invoked a second time with a modified buffer).

  •  24 May 2010 13:12

Release Notes: The "--restricted" option has been added. "red" has been converted to a script invoking "ed --restricted". The description of ed in the manual has been changed. Minor changes to the code have been made to allow compilation with some C89 compilers.

  •  13 Jul 2009 14:19

Release Notes: 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.

  •  16 Jun 2009 07:57

Release Notes: 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. resize_line_buffer and resize_undo_buffer functions have been added to definitively fix the aliasing warnings. Some minor corrections have been made to the manual.

Screenshot

Project Spotlight

Audio File Library

A library for reading and writing audio files.

Screenshot

Project Spotlight

PIT

Mutation testing for Java.