Subject: CVS commit: src/usr.bin/db
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/03/2007 04:52:33
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.