NetBSD/usr.bin/db
lukem b234edd83d * 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.
2007-04-03 04:52:32 +00:00
..
Makefile
db.1
db.c * Support reading multiple keys with the same name if '-D' is given, 2007-04-03 04:52:32 +00:00