X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=cdb%2Fcdb.tct;h=889e72aab507769c87334a5cf2aea7ddd8b23906;hp=9754324ee88439840591b096ad2f3e4085315562;hb=a3466b322998a623a15907a5c3520b4f30d1c050;hpb=5dca360f2da544c9b6baf9d18ad8cd0b0e073e60 diff --git a/cdb/cdb.tct b/cdb/cdb.tct index 9754324..889e72a 100644 --- a/cdb/cdb.tct +++ b/cdb/cdb.tct @@ -1,5 +1,5 @@ # cdb, cdb-wr - Tcl bindings for tinycdb and a journalling write extension -# Copyright 2006 Ian Jackson +# Copyright 2006-2012 Ian Jackson # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -12,18 +12,14 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Table *cdbtoplevel TopLevel_Command cdb - subcmd enum(Cdb/_SubCommand, "cdb subcommand") - ... obj + dispatch(Cdb/_SubCommand, "cdb subcommand") cdb-wr - subcmd enum(Cdbwr/_SubCommand, "cdb-wr subcommand") - ... obj + dispatch(Cdbwr/_SubCommand, "cdb-wr subcommand") Table cdb Cdb_SubCommand open