Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/db
Module Name: src
Committed By: lukem
Date: Tue Apr 3 04:52:32 UTC 2007
Modified Files:
src/usr.bin/db: db.c
Log Message:
* Support reading multiple keys with the same name if '-D' is given,
using db->seq() and match comparison rather than db->get().
* Deleting multiple keys of the same name appears to already work as-is
with a single db->del() call; I had code to implement this if '-D'
is given but it appears to be unnecessary.
* Cosmetic/KNF tweaks.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 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.
Home |
Main Index |
Thread Index |
Old Index