Subject: CVS commit: src/usr.bin/db
To: None <source-changes@netbsd.org>
From: Stoned Elipot <seb@netbsd.org>
List: source-changes
Date: 05/19/2003 00:27:08
Module Name: src
Committed By: seb
Date: Mon May 19 00:27:07 UTC 2003
Modified Files:
src/usr.bin/db: db.1 db.c
Log Message:
Add option -S to specify strvis(3) encoding of keys and/or values
when reading a database. Add options -T and -X to tweak encoding.
Add option -U to specify strunvis(3) decoding of keys and/or values
when writing a database or deleting entries from a database.
Kill TODO item 'add option to strunvis(3) key (& value) from infile
?': unvis(1) can be used to achieve that.
Approved by lukem@. And thanks to him for suggestions.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/usr.bin/db/db.1
cvs rdiff -r1.7 -r1.8 src/usr.bin/db/db.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.