Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ed-1.17-150400.1.5 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ed Distribution: SUSE Linux Enterprise 15
Version: 1.17 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.1.5 Build date: Sat May 7 23:08:01 2022
Group: Productivity/Text/Editors Build host: nebbiolo
Size: 144401 Source RPM: ed-1.17-150400.1.5.src.rpm
Packager: https://www.suse.com/
Url: https://www.gnu.org/software/ed/
Summary: A line-oriented text editor
GNU ed is a line-oriented text editor. It is used to create, display,
modify and otherwise manipulate text files, both interactively and via
shell scripts. A restricted version of ed, red, can only edit files in
the current directory and cannot execute shell commands. Ed is the
"standard" text editor in the sense that it is the original editor for
Unix, and thus widely available. For most purposes, however, it is
superseded by full-screen editors such as GNU Emacs or GNU Moe.

Provides

Requires

License

GPL-3.0-or-later AND LGPL-2.1-or-later

Changelog

* Mon Jan 25 2021 info@paolostivanin.com
  - Update to 1.17
    * The commands 'q' and 'Q' now work in a global command.
    * The new option '-E, --extended-regexp' has been added. It tells
      ed to use extended regular expressions instead of the basic
      regular expressions mandated by POSIX
    * Print the file name in case of read or write error
* Fri Oct 16 2020 lnussel@suse.de
  - prepare usrmerge (boo#1029961)
* Tue Mar 03 2020 info@paolostivanin.com
  - Update to 1.16
    * regex.c (line_replace): Accept 's/^/#/g' as valid.
      (Reported by Bjoern Wibben).
    * main_loop.c: Removed length limit of prompt string.
      (Reported by Tim Chase).
    * main.c: Set a valid invocation_name even if argc == 0.
    * ed.texi: Extended operators depend on regex implementation.
      (Reported by Brian Zwahr).
    * ed.texi: Several fixes and improvements.
* Thu Jan 10 2019 tchvatal@suse.com
  - Switch back to hand provided tarball in order to avoid pulling
    lzip to the Ring0
* Mon Jan 07 2019 tchvatal@suse.com
  - Use upstream released tarball
* Fri Jan 04 2019 jengelh@inai.de
  - Avoid repetition of package name in summary.
* Thu Jan 03 2019 sean@suspend.net
  - Update to version 1.15:
    * io.c (print_line): Make '1' command print '\\' before every
      '$' within the text.
    * main_loop.c (extract_addresses): Fixed address ',,' to mean
      '$,$' instead of '1,$'.
    * regex.c (extract_replacement): Allow newlines even if global.
    * main_loop.c (exec_command): Make 'c' command reject address 0.
    * ed.texi: Minor fixes.
    * configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'.
    * Switch archive format to tar.
* Sat Feb 25 2017 mpluskal@suse.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 mpluskal@suse.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 mpluskal@suse.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 mpluskal@suse.com
  - Update to 1.12
    * ed.texi: Removed extra spaces from some commands.
* Fri Apr 03 2015 mpluskal@suse.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.

Files

/bin/ed
/usr/bin/ed
/usr/bin/red
/usr/share/doc/packages/ed
/usr/share/doc/packages/ed/AUTHORS
/usr/share/doc/packages/ed/ChangeLog
/usr/share/doc/packages/ed/NEWS
/usr/share/doc/packages/ed/README
/usr/share/doc/packages/ed/TODO
/usr/share/info/ed.info.gz
/usr/share/licenses/ed
/usr/share/licenses/ed/COPYING
/usr/share/man/man1/ed.1.gz
/usr/share/man/man1/red.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:00:22 2024