Changelog for
ed-1.14.2-3.3.i586.rpm :
* Sat Feb 25 2017 mpluskalAATTsuse.com- Update to version 1.14.2:
* main.c (show_strerror) Revert to using \'!scripted\' instead of \'verbose\' to suppress diagnostics.
* Print counts, messages, \'?\' and \'!\' to stdout instead of stderr.
* buffer.c (append_lines): Fixed current address after empty \'i\'.
* regex.c (set_subst_regex): Treat missing delimiters consistently. (extract_replacement): Don\'t replace \'a\' with \'%\' in \'s/a/%\'. Fixed infinite loop with EOF in the middle of a replacement. Don\'t accept newlines in replacement in a global command. Last delimiter can\'t be omitted if not last in command list. (search_and_replace): Set current address to last line modified.
* main_loop.c (extract_addresses): Fixed address offsets; \'3 ---- 2\' was calculated as -2 instead of 1. Accept ranges with the first address omitted. (exec_command): Fixed current address after empty replacement text in \'c\' command. Don\'t clear the modified status after writing the buffer to a shell command. (Reported by Jérôme Frgacic). (get_command_suffix): Don\'t allow repeated print suffixes. (command_s): Accept suffixes in any order. Don\'t allow multiple count suffixes. \'sp\' now toggles all print suffixes. (main_loop): Make EOF on stdin behave as a \'q\' command.
* ed.texi: Fixed the description of commands \'acegijkmqrsuw\'. Documented that ed allows any combination of print suffixes.
* testsuite: Improved most tests. Simplified bug reporting.
* configure: Avoid warning on some shells when testing for gcc.
* Makefile.in: Detect the existence of install-info.
* Sat Jan 07 2017 mpluskalAATTsuse.com- Update to version 1.14:
* Print counts, messages, \'?\' and \'!\' to stdout instead of stderr.
* buffer.c (append_lines): Fixed current address after empty \'i\'.
* regex.c (set_subst_regex): Treat missing delimiters consistently.
* (extract_replacement): Don\'t replace \'a\' with \'%\' in \'s/a/%\'.
* Fixed infinite loop with EOF in the middle of a replacement.
* Don\'t accept newlines in replacement in a global command.
* Last delimiter can\'t be omitted if not last in command list.
* (search_and_replace): Set current address to last line modified.
* main_loop.c (extract_addresses): Fixed address offsets;
* \'3 ---- 2\' was calculated as -2 instead of 1.
* Accept ranges with the first address omitted.
* (exec_command): Fixed current address after empty replacement text in \'c\' command.
* Don\'t clear the modified status after writing the buffer to a shell command. (Reported by Jérôme Frgacic).
* (get_command_suffix): Don\'t allow repeated print suffixes.
* (command_s): Accept suffixes in any order.
* Don\'t allow multiple count suffixes.
* \'sp\' now toggles all print suffixes.
* (main_loop): Make EOF on stdin behave as a \'q\' command.
* ed.texi: Fixed the description of commands \'acegijkmqrsuw\'.
* Documented that ed allows any combination of print suffixes.
* testsuite: Improved most tests. Simplified bug reporting.
* configure: Avoid warning on some shells when testing for gcc.
* Makefile.in: Detect the existence of install-info.
* Fri Feb 12 2016 mpluskalAATTsuse.com- Update to 1.13
* buffer.c (put_sbuf_line): Fixed a memory leak.
* io.c (read_file, write_file): Close file on error.
* Sat Jul 11 2015 mpluskalAATTsuse.com- Update to 1.12
* ed.texi: Removed extra spaces from some commands.
* Fri Apr 03 2015 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner- Update to 1.11
* main_loop.c (exec_command): Fixed \'z\' command. (zN printed N + 1 lines).
* ed.texi: Documented the window size used by the \'z\' command.
* Makefile.in: Added new targets \'install
*-compress\'.
* Restored original copyright notices in the code. I assigned to the FSF the copyright on changes made to the part of ed already copyrighted by the FSF, which seems to be just the manual.
* Fri Feb 21 2014 mvyskocilAATTsuse.com- update to 1.10 + \"ed.texinfo\" has been renamed to \"ed.texi\" following the advice of recent Automake about obsolete categories- repackage tarball to xz as lzip is unlike ed not a part of bootstrap- drop xz and keyring, they are pointless with changed tarball
* Tue Jul 16 2013 mvyskocilAATTsuse.com- update to 1.9 + Testsuite no more feeds shell scripts to ed. + \"configure\" now accepts options with a separate argument.
* Mon Jun 17 2013 cooloAATTsuse.com- revert the use gpg-offline for bootstrap packages
* Fri Apr 26 2013 mvyskocilAATTsuse.com- update to 1.8 + Ed now stops reading stdin when reaching real End Of File the first time. (Before it needed to reach EOF twice). + Show the \"Try \'ed --help\' for more information.\" message if a bad option is given in the command line. + Quote characters in messages have been changed as advised by GNU Coding Standards. + The description of address offsets in the manual and a link to the Bash manual have been fixed. + 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. + Man page is now generated with \"help2man\". All command-line options are now documented in the man page.- use gpg-offline to verify the package tarball- adapt the Summary and Description according current README
* Tue Mar 26 2013 mmeisterAATTsuse.com- Added url as source. Please see http://en.opensuse.org/SourceUrls
* Tue Oct 23 2012 cfarrellAATTsuse.com- license update: GPL-3.0+ and LGPL-2.1+ Semicolon is ambiguous
* Fri Feb 03 2012 rschweikertAATTsuse.com- switch license to spdx format- keep executable in /usr (UsrMerge project)
* Mon Jan 02 2012 dlovaskoAATTsuse.com- Update to 1.6 (bugfix release)
* Sun Sep 18 2011 jengelhAATTmedozas.de- Remove redundant/obsolete tags/sections from specfile (cf. packaging guidelines)- Use %_smp_mflags for parallel build
* Sun Sep 19 2010 vuntzAATTopensuse.org- Update to version 1.5: + 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\". + Description of ed in the manual has been changed. + Obsolete posix tests have been removed from testsuite.- Remove AutoReqProv: it\'s default now.
* Mon Nov 30 2009 mvyskocilAATTsuse.cz- updated to latest upstream version 1.4 - major rewrite and bugfixes (see Changelog for details)- obsoleted all patches