SHA256
3
0
forked from pool/ed

Accepting request 1148656 from utilities

OBS-URL: https://build.opensuse.org/request/show/1148656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=36
This commit is contained in:
Ana Guerrero 2024-02-23 15:44:54 +00:00 committed by Git OBS Bridge
commit e2fb03f7c0
4 changed files with 33 additions and 4 deletions

3
ed-1.20.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ad6055417cd3063df0c3e251b5068aacf97c71b42172da1bc18b2c5d65463e2
size 69648

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4aedce55ab0cac74518c3eecec057e0277fe7453a6e577ec3aeb84e4ce8bd70
size 69588

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Feb 16 15:50:41 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- GNU ed 1.20.1:
* New command-line options '+line', '+/RE', and '+?RE' have been
implemented to set the current line to the line number
specified or to the first or last line matching the regular
expression 'RE'.
* File names containing control characters 1 to 31 are now
rejected unless they are allowed with the command-line option
'--unsafe-names'.
* File names containing control characters 1 to 31 are now
printed using octal escape sequences.
* Ed now rejects file names ending with a slash.
* Intervening commands that don't set the modified flag no longer
make a second 'e' or 'q' command fail with a 'buffer modified'
warning.
* Tilde expansion is now performed on file names supplied to
commands; if a file name starts with '~/', the tilde (~) is
expanded to the contents of the variable HOME.
* Ed now warns the first time that a command modifies a buffer
loaded from a read-only file.
* It has been documented that 'e' creates an empty buffer if
file does not exist.
* It has been documented that 'f' sets the default filename,
whether or not its argument names an existing file.
* The description of the exit status has been improved in
'--help' and in the manual.
-------------------------------------------------------------------
Sun Jan 21 07:46:14 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -18,7 +18,7 @@
Name: ed
Version: 1.20
Version: 1.20.1
Release: 0
Summary: A line-oriented text editor
License: GPL-3.0-or-later AND LGPL-2.1-or-later