X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=dd7583e09c27cbfb3e48455054393bf53a0d206f;hb=b7f00ecbe71200814196edcb38c378dcd4acaacc;hp=e9d467a8a35736eb7e7cb46db208ee24b5203de9;hpb=fc7107844c9ec8ea23e680ca4f3231923db4e9c5;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index e9d467a..dd7583e 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: kinput.c,v $ - * Revision 1.9 1995-10-10 12:24:39 adam + * Revision 1.10 1995-12-06 12:41:22 adam + * New command 'stat' for the index program. + * Filenames can be read from stdin by specifying '-'. + * Bug fix/enhancement of the transformation from terms to regular + * expressons in the search engine. + * + * Revision 1.9 1995/10/10 12:24:39 adam * Temporary sort files are compressed. * * Revision 1.8 1995/10/04 16:57:19 adam @@ -364,7 +370,8 @@ int heap_inp (Dict dict, ISAM isam, struct heap_info *hi) } void key_input (const char *dict_fname, const char *isam_fname, - int nkeys, int cache) + int nkeys, int cache) + { Dict dict; ISAM isam;