NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58674 CVS commit: src/usr.bin/sed
The following reply was made to PR lib/58674; it has been noted by GNATS.
From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58674 CVS commit: src/usr.bin/sed
Date: Tue, 17 Sep 2024 13:34:08 +0000
Module Name: src
Committed By: kre
Date: Tue Sep 17 13:34:08 UTC 2024
Modified Files:
src/usr.bin/sed: process.c
Log Message:
PR lib/58674
When building the tools version of sed, treat all wide characters
as if they occupy just one column for the purposes of sed's 'l'
command (which it is very unlikely to be used from the tools sed).
wdwidth() is another XSI function, not necessarily available everywhere.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.bin/sed/process.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index