NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/48113 CVS commit: src/usr.bin/tr
The following reply was made to PR bin/48113; it has been noted by GNATS.
From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/48113 CVS commit: src/usr.bin/tr
Date: Sun, 11 Aug 2013 00:28:46 +0000
Module Name: src
Committed By: dholland
Date: Sun Aug 11 00:28:46 UTC 2013
Modified Files:
src/usr.bin/tr: tr.c
Log Message:
Make tr -c work. Fixes PR 48113.
When -c is in effect, scan string1 first, complement it, and then
iterate over the results while scanning string2. Otherwise, scan
string1 and string2 together as before.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/tr/tr.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