pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/ed



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jan 21 02:27:05 UTC 2022

Modified Files:
        pkgsrc/editors/ed: Makefile distinfo

Log Message:
Update to 1.17

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

        * 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@localhost>

        * 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@localhost>

        * 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@localhost>

        * Version 1.14.2 released.
        * main.c (show_strerror) Revert to using '!scripted' instead of
          'verbose' to enable diagnostics.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/editors/ed/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/ed/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/ed/Makefile
diff -u pkgsrc/editors/ed/Makefile:1.20 pkgsrc/editors/ed/Makefile:1.21
--- pkgsrc/editors/ed/Makefile:1.20     Sat Jan 18 23:30:44 2020
+++ pkgsrc/editors/ed/Makefile  Fri Jan 21 02:27:04 2022
@@ -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

Index: pkgsrc/editors/ed/distinfo
diff -u pkgsrc/editors/ed/distinfo:1.13 pkgsrc/editors/ed/distinfo:1.14
--- pkgsrc/editors/ed/distinfo:1.13     Tue Oct 26 10:21:26 2021
+++ pkgsrc/editors/ed/distinfo  Fri Jan 21 02:27:04 2022
@@ -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



Home | Main Index | Thread Index | Old Index