[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cygwin-announce
Subject:    Updated: sed 4.9
From:       "Cygwin sed Co-Maintainer" <Brian.Inglis () SystematicSW ! ab ! ca>
Date:       2022-11-13 21:19:40
Message-ID: 20221113141940.30259-1-Brian.Inglis () SystematicSW ! ab ! ca
[Download RAW message or body]

The following packages have been upgraded in the Cygwin distribution:

* sed	4.9

The sed (Stream EDitor) editor is a stream or batch (non-interactive)
editor. Sed takes text as input, performs an operation or set of
operations on the text, and outputs the modified text. The operations
that sed performs (substitutions, deletions, insertions, etc.) can be
specified in a script file or from the command line.

For more information see the project home pages:

	https://www.gnu.org/software/sed/
	https://sv.gnu.org/projects/sed/

For changes since the previous Cygwin release please see below or read
/usr/share/doc/sed/NEWS after installation; for complete details see:

	/usr/share/doc/sed/ChangeLog
	https://git.sv.gnu.org/gitweb/?p=sed.git;a=shortlog;h=refs/tags/v4.9


Noteworthy changes in release 4.9	2022-11-06

Bug fixes

* 'sed --follow-symlinks -i' no longer loops forever when its operand is
  a symbolic link cycle. [bug introduced in sed 4.2]

* A program with an execution line longer than 2GB can no longer trigger
  an out-of-bounds memory write.

* Using the R command to read an input line of length longer than 2GB
  can no longer trigger an out-of-bounds memory read.

* In locales using UTF-8 encoding, the regular expression '.' no longer
  sometimes fails to match Unicode characters U+D400 through U+D7FF
  (some Hangul Syllables, and Hangul Jamo Extended-B) and Unicode
  characters U+108000 through U+10FFFF (half of Supplemental Private Use
  Area plane B). [bug introduced in sed 4.8]

* I/O errors involving temp files no longer confuse sed into using a
  FILE * pointer after fclosing it, which has undefined behavior in C.

New Features

* The 'r' command now accepts address 0, allowing inserting a file
  before the first line.

Changes in behavior

* Sed now prints the less-surprising variant in a corner case of
  POSIX-unspecified behavior. Before, this would print "n". Now, it
  prints "X":

	printf n | sed 'sn\nnXn'; echo

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic