Update to 1.17

Upstream changes:
2021-01-06  Antonio Diaz Diaz  <antonio@gnu.org>

        * Version 1.17 released.
        * main_loop.c (exec_global): Make commands 'q' and 'Q' work in a
          global command. (Reported by J. A. Harris).
        * main.c: New option '-E, --extended-regexp'.
          (Suggested by Shawn Wagner).
        * io.c (read_stream_line, write_stream): Add filename parameter.
          Print the file name in case of error. (Reported by Dan Jacobson).
        * global.c: Integrate 'resize_line_buffer' into 'set_active_node'.
        * buffer.c: Integrate 'resize_undo_buffer' into 'push_undo_atom'.

2020-02-20  Antonio Diaz Diaz  <antonio@gnu.org>

        * Version 1.16 released.
        * regex.c (line_replace): Accept 's/^/#/g' as valid.
          (Reported by Bjoern Wibben).
        * main_loop.c: Remove 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.

2019-01-01  Antonio Diaz Diaz  <antonio@gnu.org>

        * Version 1.15 released.
        * io.c (print_line): Make command 'l' print '\\' before every
          '$' within the text. (Reported by Ori Avtalion).
        * main_loop.c (extract_addresses): Fix address ',,' to mean '$,$'
          instead of '1,$'. (Reported by Matthieu Felix).
        * regex.c (extract_replacement): Allow newlines even if global.
        * main_loop.c (exec_command): Make command 'c' reject address 0.
        * ed.texi: Minor fixes.
        * configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'.

2017-02-22  Antonio Diaz Diaz  <antonio@gnu.org>

        * Version 1.14.2 released.
        * main.c (show_strerror) Revert to using '!scripted' instead of
          'verbose' to enable diagnostics.
This commit is contained in:
wen 2022-01-21 02:27:04 +00:00
parent f91f15d5b6
commit 310a6ed9ae
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.20 2020/01/18 23:30:44 rillig Exp $
# $NetBSD: Makefile,v 1.21 2022/01/21 02:27:04 wen Exp $
DISTNAME= ed-1.14.1
DISTNAME= ed-1.17
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=ed/}
EXTRACT_SUFX= .tar.lz

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2021/10/26 10:21:26 nia Exp $
$NetBSD: distinfo,v 1.14 2022/01/21 02:27:04 wen Exp $
BLAKE2s (ed-1.14.1.tar.lz) = 1ee255cb8c4486dc18b065657140257d003adf1f7ad3c34572105c60b565ef0c
SHA512 (ed-1.14.1.tar.lz) = dfcd764e2c5b3f1be4656b7f3998bc7d6a2b8296c37e6db7375ba65fe2dc6e62b4d92468e5b9d2ca05e6486c3b480a172bf4b99598412d1b9451505e426fe093
Size (ed-1.14.1.tar.lz) = 67365 bytes
BLAKE2s (ed-1.17.tar.lz) = 1c28e156fb1a3ffe7b98538535eb4ac92d4cd8a9bc6c723278639417a031c1d2
SHA512 (ed-1.17.tar.lz) = fbceac0d3c01880a57776aaf3a3c02ce177bcf1e021f237ed7b6fc84f88471dd36cd0385b80b3a2de58640d8ef3ca07b4c5755803854ab52e4e9f636e5544dbf
Size (ed-1.17.tar.lz) = 67914 bytes