[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-ed] GNU ed 1.15-pre2 released
From: |
Antonio Diaz Diaz |
Subject: |
[Bug-ed] GNU ed 1.15-pre2 released |
Date: |
Thu, 25 Oct 2018 13:22:11 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
GNU ed 1.15-pre2 is ready for testing here
http://download.savannah.gnu.org/releases/ed/ed-1.15-pre2.tar.lz
The sha256sum is:
01c43b16456b214da1d6862e3aa13a4831d5ad6ed5b77d58bbec8e81c4fc5598
ed-1.15-pre2.tar.lz
Please, test it and report any bugs you find.
GNU ed is an 8-bit clean, more or less POSIX-compliant implementation of
the standard Unix line editor.
The homepage is at http://www.gnu.org/software/ed/ed.html
Changes in this version:
* Address ',,' has been fixed to mean '$,$' instead of '1,$'.
(Reported by Matthieu Felix).
* A 's' command that is part of a 'g' or 'v' command-list can again
split a line by including a newline escaped with a backslash '\' in the
replacement string. For this to work, the closing delimiter of the
replacement string can't be omitted unless the 's' command is the last
command in the list, because otherwise the meaning of the escaped
newline would become ambiguous.
* Following a recent change in the posix standard, the 'c' command no
longer accepts an address of 0, and the documentation for the 'i'
command now explains that it treats address 0 as meaning "at the
beginning of the buffer", instead of as a synonym for address 1.
* The configure script now accepts appending options to CFLAGS using
the syntax 'CFLAGS+=OPTIONS'.
Regards,
Antonio Diaz, GNU ed maintainer.
--
If you are distributing software in xz format, please consider using
lzip instead. See http://www.nongnu.org/lzip/lzip_benchmark.html#xz1 and
http://www.nongnu.org/lzip/xz_inadequate.html
- [Bug-ed] GNU ed 1.15-pre2 released,
Antonio Diaz Diaz <=