### Apparently, when this code lived in CVS, we did not make a habit ### of copying the ChangeLog entry into the log message. Thus, the ### log messages for Subversion revisions r1 - r12 are inadequate, and ### this file (which was just "ChangeLog", before it was renamed ### immediately after the switch to Subversion on 9 January 2006) ### contained all the real log messages. ### ### In theory, we could go through and fix up the old log messages, ### but I don't think it's worth the time. From now on, though, we ### don't need a ChangeLog, we'll just write decent log messages in ### the first place and use 'svn log'. 1998-06-11 Karl Fogel * Makefile.in (datadir): $prefix/share/cookie/, not $prefix/share. Don't want to litter top-level of share directory. 1998-06-11 Karl Fogel * Makefile: removed. Noah's Makefile.in is a pro job. 1998-06-11 Karl Fogel * Makefile.in, configure.in, install-sh, configure: new files. Noah had an older version of cookie, which still uses the index file (which is probably better anyway). Also he has autoconfiscated cookie. His version is hereby imported. * cookie.c: revert to Noah's version, which contains some of my modifications below, but not the elimination of index-file usage. It's basically cookie as of 21 June 1995. 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