1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821
|
/******************************************************************************
Copyright (c) 1995, 1996 Xerox Corporation. All rights reserved.
Portions of this code were written by Stephen White, aka ghond.
Use and copying of this software and preparation of derivative works based
upon this software are permitted. Any distribution of this software or
derivative works must comply with all applicable United States export
control laws. This software is made available AS IS, and Xerox Corporation
makes no warranty about the software, its performance or its conformity to
any specification. Any person obtaining a copy of this software is requested
to send their name and post office or electronic mail address to:
Pavel Curtis
Xerox PARC
3333 Coyote Hill Rd.
Palo Alto, CA 94304
Pavel@Xerox.Com
*****************************************************************************/
/*****************************************************************************
* Routines for manipulating verbs on DB objects
*****************************************************************************/
#include <ctype.h>
#include "my-stdlib.h"
#include "my-string.h"
#include "config.h"
#include "db.h"
#include "db_private.h"
#include "db_tune.h"
#include "list.h"
#include "log.h"
#include "parse_cmd.h"
#include "program.h"
#include "storage.h"
#include "utils.h"
/*********** Prepositions ***********/
#define MAXPPHRASE 3 /* max. number of words in a prepositional phrase */
/* NOTE: New prepositional phrases should only be added to this list at the
* end, never in the middle, and no entries should every be removed from this
* list; the list indices are stored raw in the DB file.
*/
static const char *prep_list[] =
{
"with/using",
"at/to",
"in front of",
"in/inside/into",
"on top of/on/onto/upon",
"out of/from inside/from",
"over",
"through",
"under/underneath/beneath",
"behind",
"beside",
"for/about",
"is",
"as",
"off/off of",
};
#define NPREPS Arraysize(prep_list)
typedef struct pt_entry {
int nwords;
char *words[MAXPPHRASE];
struct pt_entry *next;
} pt_entry;
struct pt_entry *prep_table[NPREPS];
void
dbpriv_build_prep_table(void)
{
int i, j;
int nwords;
char **words;
char cprep[100];
const char *p;
char *t;
pt_entry *current_alias, **prev;
for (i = 0; i < NPREPS; i++) {
p = prep_list[i];
prev = &prep_table[i];
while (*p) {
t = cprep;
if (*p == '/')
p++;
while (*p && *p != '/')
*t++ = *p++;
*t = '\0';
/* This call to PARSE_INTO_WORDS() is the reason that this function
* is called from DB_INITIALIZE() instead of from the first call to
* DB_FIND_PREP(), below. You see, PARSE_INTO_WORDS() isn't
* re-entrant, and DB_FIND_PREP() is called from code that's still
* using the results of a previous call to PARSE_INTO_WORDS()...
*/
words = parse_into_words(cprep, &nwords);
current_alias = mymalloc(sizeof(struct pt_entry), M_PREP);
current_alias->nwords = nwords;
current_alias->next = 0;
for (j = 0; j < nwords; j++)
current_alias->words[j] = str_dup(words[j]);
*prev = current_alias;
prev = ¤t_alias->next;
}
}
}
db_prep_spec
db_find_prep(int argc, char *argv[], int *first, int *last)
{
pt_entry *alias;
int i, j, k;
int exact_match = (first == 0 || last == 0);
for (i = 0; i < argc; i++) {
for (j = 0; j < NPREPS; j++) {
for (alias = prep_table[j]; alias; alias = alias->next) {
if (i + alias->nwords <= argc) {
for (k = 0; k < alias->nwords; k++) {
if (mystrcasecmp(argv[i + k], alias->words[k]))
break;
}
if (k == alias->nwords
&& (!exact_match || i + k == argc)) {
if (!exact_match) {
*first = i;
*last = i + alias->nwords - 1;
}
return (db_prep_spec) j;
}
}
}
}
if (exact_match)
break;
}
return PREP_NONE;
}
db_prep_spec
db_match_prep(const char *prepname)
{
db_prep_spec prep;
int argc;
char *ptr;
char **argv;
char *s, first;
s = str_dup(prepname);
first = s[0];
if (first == '#')
first = (++s)[0];
prep = strtol(s, &ptr, 10);
if (*ptr == '\0') {
free_str(s);
if (!isdigit(first) || prep >= NPREPS)
return PREP_NONE;
else
return prep;
}
if ((ptr = strchr(s, '/')) != '\0')
*ptr = '\0';
argv = parse_into_words(s, &argc);
prep = db_find_prep(argc, argv, 0, 0);
free_str(s);
return prep;
}
const char *
db_unparse_prep(db_prep_spec prep)
{
if (prep == PREP_NONE)
return "none";
else if (prep == PREP_ANY)
return "any";
else
return prep_list[prep];
}
/*********** Verbs ***********/
#define DOBJSHIFT 4
#define IOBJSHIFT 6
#define OBJMASK 0x3
#define PERMMASK 0xF
void
db_add_verb(Objid oid, const char *vnames, Objid owner, unsigned flags,
db_arg_spec dobj, db_prep_spec prep, db_arg_spec iobj)
{
Object *o = dbpriv_find_object(oid);
Verbdef *v, *newv;
db_priv_affected_callable_verb_lookup();
newv = mymalloc(sizeof(Verbdef), M_VERBDEF);
newv->name = vnames;
newv->owner = owner;
newv->perms = flags | (dobj << DOBJSHIFT) | (iobj << IOBJSHIFT);
newv->prep = prep;
newv->next = 0;
newv->program = 0;
if (o->verbdefs) {
for (v = o->verbdefs; v->next; v = v->next);
v->next = newv;
} else
o->verbdefs = newv;
}
static Verbdef *
find_verbdef_by_name(Object * o, const char *vname, int check_x_bit)
{
Verbdef *v;
for (v = o->verbdefs; v; v = v->next)
if (verbcasecmp(v->name, vname)
&& (!check_x_bit || (v->perms & VF_EXEC)))
break;
return v;
}
int
db_count_verbs(Objid oid)
{
int count = 0;
Object *o = dbpriv_find_object(oid);
Verbdef *v;
for (v = o->verbdefs; v; v = v->next)
count++;
return count;
}
int
db_for_all_verbs(Objid oid,
int (*func) (void *data, const char *vname),
void *data)
{
Object *o = dbpriv_find_object(oid);
Verbdef *v;
for (v = o->verbdefs; v; v = v->next)
if ((*func) (data, v->name))
return 1;
return 0;
}
typedef struct { /* Non-null db_verb_handles point to these */
Objid definer;
Verbdef *verbdef;
} handle;
void
db_delete_verb(db_verb_handle vh)
{
handle *h = (handle *) vh.ptr;
Objid oid = h->definer;
Verbdef *v = h->verbdef;
Object *o = dbpriv_find_object(oid);
Verbdef *vv;
db_priv_affected_callable_verb_lookup();
vv = o->verbdefs;
if (vv == v)
o->verbdefs = v->next;
else {
while (vv->next != v)
vv = vv->next;
vv->next = v->next;
}
if (v->program)
free_program(v->program);
if (v->name)
free_str(v->name);
myfree(v, M_VERBDEF);
}
db_verb_handle
db_find_command_verb(Objid oid, const char *verb,
db_arg_spec dobj, unsigned prep, db_arg_spec iobj)
{
Object *o;
Verbdef *v;
static handle h;
db_verb_handle vh;
for (o = dbpriv_find_object(oid); o; o = dbpriv_find_object(o->parent))
for (v = o->verbdefs; v; v = v->next) {
db_arg_spec vdobj = (v->perms >> DOBJSHIFT) & OBJMASK;
db_arg_spec viobj = (v->perms >> IOBJSHIFT) & OBJMASK;
if (verbcasecmp(v->name, verb)
&& (vdobj == ASPEC_ANY || vdobj == dobj)
&& (v->prep == PREP_ANY || v->prep == prep)
&& (viobj == ASPEC_ANY || viobj == iobj)) {
h.definer = o->id;
h.verbdef = v;
vh.ptr = &h;
return vh;
}
}
vh.ptr = 0;
return vh;
}
#ifdef VERB_CACHE
int db_verb_generation = 0;
int verbcache_hit = 0;
int verbcache_neg_hit = 0;
int verbcache_miss = 0;
typedef struct vc_entry vc_entry;
struct vc_entry {
unsigned int hash;
#ifdef RONG
int generation;
#endif
Objid oid_key; /* Note that we proceed up the parent tree
until we hit an object with verbs on it */
char *verbname;
handle h;
struct vc_entry *next;
};
static vc_entry **vc_table = NULL;
static int vc_size = 0;
#define DEFAULT_VC_SIZE 7507
void
db_priv_affected_callable_verb_lookup(void)
{
int i;
vc_entry *vc, *vc_next;
if (vc_table == NULL)
return;
db_verb_generation++;
for (i = 0; i < vc_size; i++) {
vc = vc_table[i];
while (vc) {
vc_next = vc->next;
free_str(vc->verbname);
myfree(vc, M_VC_ENTRY);
vc = vc_next;
}
vc_table[i] = NULL;
}
}
static void
make_vc_table(int size)
{
int i;
vc_size = size;
vc_table = mymalloc(size * sizeof(vc_entry *), M_VC_TABLE);
for (i = 0; i < size; i++) {
vc_table[i] = NULL;
}
}
#define VC_CACHE_STATS_MAX 16
Var
db_verb_cache_stats(void)
{
int i, depth, histogram[VC_CACHE_STATS_MAX + 1];
vc_entry *vc;
Var v, vv;
for (i = 0; i < VC_CACHE_STATS_MAX + 1; i++) {
histogram[i] = 0;
}
for (i = 0; i < vc_size; i++) {
depth = 0;
for (vc = vc_table[i]; vc; vc = vc->next)
depth++;
if (depth > VC_CACHE_STATS_MAX)
depth = VC_CACHE_STATS_MAX;
histogram[depth]++;
}
v = new_list(5);
v.v.list[1].type = TYPE_INT;
v.v.list[1].v.num = verbcache_hit;
v.v.list[2].type = TYPE_INT;
v.v.list[2].v.num = verbcache_neg_hit;
v.v.list[3].type = TYPE_INT;
v.v.list[3].v.num = verbcache_miss;
v.v.list[4].type = TYPE_INT;
v.v.list[4].v.num = db_verb_generation;
vv = (v.v.list[5] = new_list(VC_CACHE_STATS_MAX + 1));
for (i = 0; i < VC_CACHE_STATS_MAX + 1; i++) {
vv.v.list[i + 1].type = TYPE_INT;
vv.v.list[i + 1].v.num = histogram[i];
}
return v;
}
void
db_log_cache_stats(void)
{
int i, depth, histogram[VC_CACHE_STATS_MAX + 1];
vc_entry *vc;
for (i = 0; i < VC_CACHE_STATS_MAX + 1; i++) {
histogram[i] = 0;
}
for (i = 0; i < vc_size; i++) {
depth = 0;
for (vc = vc_table[i]; vc; vc = vc->next)
depth++;
if (depth > VC_CACHE_STATS_MAX)
depth = VC_CACHE_STATS_MAX;
histogram[depth]++;
}
oklog("Verb cache stat summary: %d hits, %d misses, %d generations\n",
verbcache_hit, verbcache_miss, db_verb_generation);
oklog("Depth Count\n");
for (i = 0; i < VC_CACHE_STATS_MAX + 1; i++)
oklog("%-5d %-5d\n", i, histogram[i]);
oklog("---\n");
}
#endif
db_verb_handle
db_find_callable_verb(Objid oid, const char *verb)
{
Object *o;
Verbdef *v;
#ifdef VERB_CACHE
vc_entry *new_vc;
#else
static handle h;
#endif
db_verb_handle vh;
#ifdef VERB_CACHE
unsigned int hash, bucket;
Objid first_parent_with_verbs = oid;
vc_entry *vc;
if (vc_table == NULL)
make_vc_table(DEFAULT_VC_SIZE);
for (o = dbpriv_find_object(oid); o; o = dbpriv_find_object(o->parent)) {
if (o->verbdefs != NULL)
break;
}
if (o) {
first_parent_with_verbs = o->id;
} else {
first_parent_with_verbs = NOTHING;
}
hash = str_hash(verb) ^ (~first_parent_with_verbs); /* ewww, but who cares */
bucket = hash % vc_size;
for (vc = vc_table[bucket]; vc; vc = vc->next) {
if (hash == vc->hash
&& first_parent_with_verbs == vc->oid_key
&& !mystrcasecmp(verb, vc->verbname)) {
/* we haaave a winnaaah */
if (vc->h.verbdef) {
verbcache_hit++;
vh.ptr = &vc->h;
} else {
verbcache_neg_hit++;
vh.ptr = 0;
}
return vh;
}
}
/* A swing and a miss. */
verbcache_miss++;
#else
o = dbpriv_find_object(oid);
#endif
#ifdef VERB_CACHE
/*
* Add the entry to the verbcache whether we find it or not. This means
* we do "negative caching", keeping track of failed lookups so that
* repeated failures hit the cache instead of going through a lookup.
*/
new_vc = mymalloc(sizeof(vc_entry), M_VC_ENTRY);
new_vc->hash = hash;
new_vc->oid_key = first_parent_with_verbs;
new_vc->verbname = str_dup(verb);
new_vc->h.verbdef = NULL;
new_vc->next = vc_table[bucket];
vc_table[bucket] = new_vc;
#endif
for ( /* from above */ ; o; o = dbpriv_find_object(o->parent))
if ((v = find_verbdef_by_name(o, verb, 1)) != 0) {
#ifdef VERB_CACHE
new_vc->h.definer = o->id;
new_vc->h.verbdef = v;
vh.ptr = &new_vc->h;
#else
h.definer = o->id;
h.verbdef = v;
vh.ptr = &h;
#endif
return vh;
}
/*
* note that the verbcache has cleared h.verbdef, so it defaults to a
* "miss" cache if the for loop doesn't win
*/
vh.ptr = 0;
return vh;
}
db_verb_handle
db_find_defined_verb(Objid oid, const char *vname, int allow_numbers)
{
Object *o = dbpriv_find_object(oid);
Verbdef *v;
char *p;
int num, i;
static handle h;
db_verb_handle vh;
if (!allow_numbers ||
(num = strtol(vname, &p, 10),
(isspace(*vname) || *p != '\0')))
num = -1;
for (i = 0, v = o->verbdefs; v; v = v->next, i++)
if (i == num || verbcasecmp(v->name, vname))
break;
if (v) {
h.definer = o->id;
h.verbdef = v;
vh.ptr = &h;
return vh;
}
vh.ptr = 0;
return vh;
}
db_verb_handle
db_find_indexed_verb(Objid oid, unsigned index)
{
Object *o = dbpriv_find_object(oid);
Verbdef *v;
unsigned i;
static handle h;
db_verb_handle vh;
for (v = o->verbdefs, i = 0; v; v = v->next)
if (++i == index) {
h.definer = o->id;
h.verbdef = v;
vh.ptr = &h;
return vh;
}
vh.ptr = 0;
return vh;
}
Objid
db_verb_definer(db_verb_handle vh)
{
handle *h = (handle *) vh.ptr;
if (h)
return h->definer;
panic("DB_VERB_DEFINER: Null handle!");
return 0;
}
const char *
db_verb_names(db_verb_handle vh)
{
handle *h = (handle *) vh.ptr;
if (h)
return h->verbdef->name;
panic("DB_VERB_NAMES: Null handle!");
return 0;
}
void
db_set_verb_names(db_verb_handle vh, const char *names)
{
handle *h = (handle *) vh.ptr;
db_priv_affected_callable_verb_lookup();
if (h) {
if (h->verbdef->name)
free_str(h->verbdef->name);
h->verbdef->name = names;
} else
panic("DB_SET_VERB_NAMES: Null handle!");
}
Objid
db_verb_owner(db_verb_handle vh)
{
handle *h = (handle *) vh.ptr;
if (h)
return h->verbdef->owner;
panic("DB_VERB_OWNER: Null handle!");
return 0;
}
void
db_set_verb_owner(db_verb_handle vh, Objid owner)
{
handle *h = (handle *) vh.ptr;
if (h)
h->verbdef->owner = owner;
else
panic("DB_SET_VERB_OWNER: Null handle!");
}
unsigned
db_verb_flags(db_verb_handle vh)
{
handle *h = (handle *) vh.ptr;
if (h)
return h->verbdef->perms & PERMMASK;
panic("DB_VERB_FLAGS: Null handle!");
return 0;
}
void
db_set_verb_flags(db_verb_handle vh, unsigned flags)
{
handle *h = (handle *) vh.ptr;
db_priv_affected_callable_verb_lookup();
if (h) {
h->verbdef->perms &= ~PERMMASK;
h->verbdef->perms |= flags;
} else
panic("DB_SET_VERB_FLAGS: Null handle!");
}
Program *
db_verb_program(db_verb_handle vh)
{
handle *h = (handle *) vh.ptr;
if (h) {
Program *p = h->verbdef->program;
return p ? p : null_program();
}
panic("DB_VERB_PROGRAM: Null handle!");
return 0;
}
void
db_set_verb_program(db_verb_handle vh, Program * program)
{
handle *h = (handle *) vh.ptr;
/* Not necessary, since this was only here to cope with nonprogrammed verbs, and that turns out to be handled properly in modern servers. */
/* db_priv_affected_callable_verb_lookup(); */
if (h) {
if (h->verbdef->program)
free_program(h->verbdef->program);
h->verbdef->program = program;
} else
panic("DB_SET_VERB_PROGRAM: Null handle!");
}
void
db_verb_arg_specs(db_verb_handle vh,
db_arg_spec * dobj, db_prep_spec * prep, db_arg_spec * iobj)
{
handle *h = (handle *) vh.ptr;
if (h) {
*dobj = (h->verbdef->perms >> DOBJSHIFT) & OBJMASK;
*prep = h->verbdef->prep;
*iobj = (h->verbdef->perms >> IOBJSHIFT) & OBJMASK;
} else
panic("DB_VERB_ARG_SPECS: Null handle!");
}
void
db_set_verb_arg_specs(db_verb_handle vh,
db_arg_spec dobj, db_prep_spec prep, db_arg_spec iobj)
{
handle *h = (handle *) vh.ptr;
db_priv_affected_callable_verb_lookup();
if (h) {
h->verbdef->perms = ((h->verbdef->perms & PERMMASK)
| (dobj << DOBJSHIFT)
| (iobj << IOBJSHIFT));
h->verbdef->prep = prep;
} else
panic("DB_SET_VERB_ARG_SPECS: Null handle!");
}
int
db_verb_allows(db_verb_handle h, Objid progr, db_verb_flag flag)
{
return ((db_verb_flags(h) & flag)
|| progr == db_verb_owner(h)
|| is_wizard(progr));
}
char rcsid_db_verbs[] = "$Id: db_verbs.c,v 1.5 1998/12/14 13:17:39 nop Exp $";
/*
* $Log: db_verbs.c,v $
* Revision 1.5 1998/12/14 13:17:39 nop
* Merge UNSAFE_OPTS (ref fixups); fix Log tag placement to fit CVS whims
*
* Revision 1.4 1997/09/07 23:58:37 nop
* Bump up cache size to 7507, since lambdamoo has been running with that
* for months.
*
* Revision 1.3 1997/07/07 03:24:53 nop
* Merge UNSAFE_OPTS (r5) after extensive testing.
*
* Revision 1.2.2.5 1997/07/07 01:41:20 nop
* set_verb_code() doesn't really need a verb generation bump.
*
* Revision 1.2.2.4 1997/06/05 08:38:37 bjj
* Tweak nop's verbcache by moving an actual handle into vc_entry to avoid the
* copy after the lookup. Also, keep verbs that aren't found in the cache so
* repeated calls to nonexistant verbs benefit from caching as well (need to
* watch the new field in verb_cache_stats()[2] to see how often this is useful).
*
* Revision 1.2.2.3 1997/05/29 11:56:21 nop
* Added Jason Maltzen's builtin to return a list version of cache stats.
*
* Revision 1.2.2.2 1997/03/22 22:54:36 bjj
* Tiny tweak to db_find_callable_verb to avoid recomputing the first parent
* with verbdefs. Also hit it with indent, which made these diffs bigger than
* they should have been...
*
* Revision 1.2.2.1 1997/03/20 07:26:03 nop
* First pass at the new verb cache. Some ugly code inside.
*
* Revision 1.2 1997/03/03 04:18:31 nop
* GNU Indent normalization
*
* Revision 1.1.1.1 1997/03/03 03:44:59 nop
* LambdaMOO 1.8.0p5
*
* Revision 2.4 1996/05/12 21:32:23 pavel
* Changed db_add_verb() not to bump the reference count of the given
* verb-names string. Release 1.8.0p5.
*
* Revision 2.3 1996/02/08 07:17:40 pavel
* Updated copyright notice for 1996. Release 1.8.0beta1.
*
* Revision 2.2 1995/12/28 00:29:03 pavel
* Broke out the building of the preposition table into a separate function,
* called during initialization, to avoid an storage-overwriting bug. Changed
* db_delete_verb() to unbundle how the verb is found. Changed
* db_find_defined_verb() to allow suppressing old numeric-string behavior.
* Release 1.8.0alpha3.
*
* Revision 2.1 1995/12/11 08:11:07 pavel
* Made verb programs never be NULL any more. Release 1.8.0alpha2.
*
* Revision 2.0 1995/11/30 04:21:33 pavel
* New baseline version, corresponding to release 1.8.0alpha1.
*
* Revision 1.1 1995/11/30 04:21:20 pavel
* Initial revision
*/
|