Fri Mar 1 00:01:59 1996 Karl Fogel * cookie.c (grab_a_cookie): replaces pull_out_a_cookie(). * Makefile (CFLAGS): new var. * cookie.c: oops, handle the empty cookie, and empty files too. Thu Feb 29 22:39:51 1996 Karl Fogel * Makefile (DEFAULT_COOKIE_JAR): replaces "DEFAULT_COOKIEJAR". (VERSION): upped to 1.3. * cookie.c: rewritten to not use an index file. Tue Oct 3 16:53:16 1995 Karl Fogel * README: discuss the new situation. * Makefile (VERSION): new var, init to "1.2". (dist): make a tar file named after the version now. Include the ChangeLog and a default cookie-dough file. Thu Jun 22 20:01:24 1995 Karl Fogel * Makefile, README, cookie.c: . Thu Jun 22 03:18:57 1995 Karl Fogel * Makefile, cookie.c: Changes to allow arbitrary cookie files to be passed as argument, while still allowing old behavior by default. (die): removed this unused func. (bkcpy): utility func for concatenating two strings. (DEFAULT_COOKIEJAR): replaces COOKIEJAR #define, is used only as a last resort now. (datafile): replaces DATA macro. Is a char * instead of a #defined string now. (indexfile): replaces INDEX macro. Is a char * instead of a #defined string now. Now automatically constructed from datafile, instead of being hardcoded. If datafile == "foo", indexfile will be "foo.idx". (main): make sure filenames are constructed before trying to open anything. Parse for "-rebuild" instead of "+rebuild". (giveusage): update according to above. Tue Feb 28 02:44:45 1995 Karl Fogel * Makefile: COOKIEJAR defaults to /usr/local/lib/cookie now. * Makefile, cookie.c: Imported sources. * Makefile, cookie.c: Initial revision