Subject: CVS commit: pkgsrc/textproc/gsed
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/08/2007 18:53:58
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 8 18:53:58 UTC 2007
Modified Files:
pkgsrc/textproc/gsed: Makefile distinfo
pkgsrc/textproc/gsed/patches: patch-ad
Added Files:
pkgsrc/textproc/gsed/patches: patch-ae
Removed Files:
pkgsrc/textproc/gsed/patches: patch-aa patch-ac
Log Message:
Update to 4.1.5:
Sed 4.1.5
* fix parsing of a negative character class not including a closed bracket,
like [^]] or [^]a-z].
* fix parsing of [ inside an y command, like y/[/A/.
* output the result of commands a, r, R when a q command is found.
----------------------------------------------------------------------------
Sed 4.1.4
* \B correctly means "not on a word boundary" rather than "inside a word"
* bugfixes for platform without internationalization
* more thorough testing framework for tarballs (`make full-distcheck')
----------------------------------------------------------------------------
Sed 4.1.3
* regex addresses do not use leftmost-longest matching. In other words,
/.\+/ only looks for a single character, and does not try to find as
many of them as possible like it used to do.
* added a note to BUGS and the manual about changed interpretation
of `s|abc\|def||', and about localization issues.
* fixed --disable-nls build problems on Solaris.
* fixed `make check' in non-English locales.
* `make check' tests the regex library by default if the included regex
is used (regex tests had to be enabled separately up to now).
----------------------------------------------------------------------------
Sed 4.1.2
* fix bug in 'y' command in multi-byte character sets
* fix severe bug in parsing of ranges with an embedded open bracket
* fix off-by-one error when printing a "bad command" error
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/textproc/gsed/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/textproc/gsed/distinfo
cvs rdiff -r1.2 -r0 pkgsrc/textproc/gsed/patches/patch-aa
cvs rdiff -r1.3 -r0 pkgsrc/textproc/gsed/patches/patch-ac
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/gsed/patches/patch-ad
cvs rdiff -r0 -r1.3 pkgsrc/textproc/gsed/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.