2001-08-21 00:06  golda

	* index/: le, ure, Makefile.in: Added 'INDEXLIBS' configure script
        variable to include only  -ldl  if needed in index/Makefile

2001-08-20 22:59  golda

	* configure: Trying to get executable set in cvs

2001-08-20 21:56  golda

	* index/Makefile.in: Remove hard ref to -ldl

2001-08-20 21:53  golda

	* Makefile.in, configure: Added check for -ldl rather than
        including automatically

2001-07-08 01:17  golda

	* README, README.install: Updated instructions for using configure
        script

2001-07-08 01:06  golda

	* index/glimpse.h: Updated version, url, etc

2001-07-08 01:04  golda

	* index/: le, le.in, Makefile.in: make puts binaries in ./bin
        subdirectory

2001-07-07 01:37  golda

	* index/glimpse.h: Add '.jhtml' to list of extensions of HTML files
        (to extract titles from)

2001-07-07 00:47  golda

	* dynfilters/Makefile.in, libtemplate/lib/Makefile.in: Adding
        "distclean:" option to makefiles

2001-07-05 12:38  golda

	* libtemplate/: lib/Makefile, template/Makefile, util/Makefile:
        Removing Makefiles from CVS, generated by configure

2001-07-05 12:37  golda

	* libtemplate/include/autoconf.h: autoconf.h should never have been
        checked into CVS - generated by configure

2001-07-05 12:37  golda

	* agrep/Makefile, compress/Makefile, index/Makefile,
	libtemplate/Makefile: Removing Makefiles from CVS because they are
        now generated by configure script

2001-07-05 12:30  golda

	* configure: Corrected help text

2001-07-05 05:32  golda

	* libtemplate/: Makefile, include/autoconf.h,
	include/autoconf.h.in, template/Makefile, util/Makefile: [no log
        message]

2001-07-05 05:32  golda

	* index/: ure, glimpse.h: Moved FILE_END_MARK option into configure
        script (--file-end-mark=) instead of glimpse.h

2001-07-04 15:22  golda

	* libtemplate/: le, efile, akefile.in, le, Makefile,
	include/autoconf.h, lib/Makefile, lib/Makefile.in,
        template/Makefile, util/Makefile: [no log message]

2001-07-04 15:22  golda

	* Makefile: Providing Makefile.in for configure script, for
	dynfilters may or may not work on all systems; we need to add a
        configure switch to turn them off if necessary.

2001-07-02 23:58  golda

	* agrep/bitap.c: Fix from Dan Slowik to fix line number reporting
        problem with agrep.

2001-05-20 23:49  golda

	* README.install: [no log message]

2001-05-20 23:48  golda

	* libtemplate/: , c, , , , , le.in, h, c, efile.in, t.c, le.in,
	t.c, e.h, , k.c, .h, Makefile.in, include/autoconf.h.in,
	template/Makefile.in, util/Makefile.in: Major fixes to configure
        script from Sang-yong Suh.  Now it works!

2001-03-05 22:14  golda

	* README: Testing cvs problem

2001-01-03 18:27  golda

	* index/io.c: Added some ifdefs to not use dynamic lib (dlopen)
	commands when DYNHTMLFILTER is not defined.  Avoids errors on some
        platforms (BSDi)

2000-12-06 17:11  golda

	* index/: recursive.c, ss/cast.c, ss/trecursive.c, ss/uncast.c,
	build_in.c, dir.c, filetype.c, glimpse.h, partition.c: Use
	strerror(errno) instead of arbitrary "permission denied or
        nonexistent" error message, as suggested by ariel.  Fixes bug #45.

2000-11-16 23:47  golda

	* split.c: Added dirs "lib" and "bin" to repository, also for some
        reason split.c had never been checked in.

2000-08-15 23:23  golda

	* CHANGES, ChangeLog: Used cvs2cl.pl to generate up-to-date
	ChangeLog from CVS.  All old manually entered change information is
        in CHANGES file.

2000-08-15 17:07  golda

	* main.c: tiny formatting change

2000-08-15 17:04  golda

	* main.c: Corrected help output for -t switch

2000-08-14 19:06  golda

	* index/: glimpse.h, io.c: Re-set name of filter file to
	.glimpse_filters, instead of the temporary name
	.glimpse_experimental_filters.	This would have caused HTML tags in
	the output of glimpse 4.13.0a and 4.13.0, unless
	.glimpse_experimental_filters existed.	Also corrected minor bug
	introduced in 4.12.6, in reading temp_rdelim (two lines were
	transposed). Probably didn't affect anything because the default
        delimiter is normally correct.

2000-07-17 00:34  golda

	* agrep/agrep.h: Changed leaf.attribute to type int to fix pointer
	to integer compiler warnings.  Was used as int anyway, should not
        hurt anything.

2000-06-21 15:13  golda

	* COPYRIGHT: [no log message]

2000-05-30 15:01  golda

	* main.c: Corrected usage info for -t option on glimpse

2000-05-25 13:07  golda

	* index/: ters/Makefile.linux, ters/README, ters/htuml2txt.lex,
	ters/htuml2txt.so, ters/sotest.c, Makefile.linux, glimpse.h, io.c:
	Added Christian's changes to allow dynamic filters.  I believe this
        has only been tested on Linux systems.  --GV

2000-05-25 13:06  golda

	* Makefile, Makefile.linux: Added Christian's changes to allow
        dynamic filters

2000-04-20 15:27  golda

	* index/filetype.c: re-commented out debugging line

2000-03-08 12:51  golda

	* agrep/agrep.c: Patch from Dan Riley to fix glimpseserver crashing
	problems.  Basically make sure multibuf is always set to NULL after
        it is freed, and freed before it is et to NULL.  --GV

2000-01-20 07:04  golda

	* index/filetype.c: Added separator char before "xinfo" variable.
	This is needed to parse the URL out of the results and correctly
	make links in webglimpse's output.  Fix as per Victor Gonzales T.
        --GV

2000-01-16 00:52  golda

	* index/filetype.c: Corrected problem with multiple-line titles and
	files with spaces in the names.  FILE_END_MARK was being used in
	the wrong place, where multiple-line titles were being stuck
        together.  --GV

2000-01-15 23:47  golda

	* agrep/checksg.c: Don't use mgrep() with delimiters - fix by Morey
        as per report by Michael O. --GV

2000-01-11 12:34  cpv298

	* index/filetype.c: Fixed a nasty off-by-one error in
	extract_info() that clobbered memory past the end of arrays.
        glimpseindex -X should now stop segfaulting.

2000-01-11 12:32  cpv298

	* index/memlook.c: The old version of memlook clobbered data past
	the end of an array. It also was prone to other buffer overruns.
        This is a complete rewrite.

2000-01-11 12:23  test

	* README: Testing remote cvs --GV

1999-11-19 02:11  golda

	* libtemplate/util/: strdup.c, strerror.c: Removed sys_nerr and
	sys_errlist declarations from strerror.c and added sys/types.h to
	strdup.c as per Nelson Beebe.  Nelson says this fixes build
        problems on Rhapsody 5.5 and GNU/Linux 2.2.5-22 at least. --GV

1999-11-03 16:41  golda

	* Makefile.linux: Checking in modified Makefile to compile cleanly
        on Linux.

1999-11-03 16:16  golda

	* index/glimpse.h: Checking in changes to allow spaces in filenames
        - FILE_END_MARK constant set here.

1999-11-03 16:00  golda

	* main.c: Checking in changes that allow spaces infilenames, using
	FILE_END_MARK rather than a fixed character (a space) to delimit
        filenames & extra info.

1999-11-03 15:40  golda

	* libtemplate/: include/autoconf.h.in, include/ccache.h,
	include/ccache_list.h, include/ccache_queue.h, include/config.h,
	include/gdbm.h, include/paths.h, include/paths.h.in,
	include/template.h, include/time_it.h, include/url.h,
	include/util.h, lib/Makefile.sunos, template/Attributes.html,
	template/Makefile.NeXT, template/Makefile.alpha,
	template/Makefile.hp, template/Makefile.in,
	template/Makefile.linux, template/Makefile.rs6000,
	template/Makefile.sgi, template/Makefile.solaris,
	template/Makefile.sunos, template/README, template/cksoif.c,
	template/iafa2soif.c, template/lsm2soif.c, template/mktemplate,
	template/netfind2soif.pl, template/pcindex2soif.c,
	template/print-attr.c, template/print-template.c,
	template/print-urlrefs.c, template/soif.pl, template/template.c,
        template/translate-urls.c: Checking into repository

1999-11-03 14:42  golda

	* libtemplate/util/: Makefile.NeXT, Makefile.alpha, Makefile.hp,
	Makefile.in, Makefile.linux, Makefile.rs6000, Makefile.sgi,
	Makefile.solaris, Makefile.sunos, README, buffer.c, harvest.c,
	host.c, log.c, strdup.c, strerror.c, string.c, system.c, xmalloc.c:
        Updating repository.

1999-11-03 14:41  golda

	* libtemplate/: Makefile.NeXT, Makefile.alpha, Makefile.hp,
	Makefile.in, Makefile.linux, Makefile.rs6000, Makefile.sgi,
        Makefile.solaris, Makefile.sunos, README: [no log message]

1999-11-03 14:40  golda

	* compress/: Makefile, Makefile.NeXT, Makefile.alpha, Makefile.hp,
	Makefile.in, Makefile.linux, Makefile.rs6000, Makefile.sgi,
	Makefile.solaris, Makefile.sunos, README, cast.c,
	compress.chronicle, defs.h, hash.c, main_cast.c, main_tbuild.c,
	main_uncast.c, misc.c, quick.c, string.c, tbuild.c, test.c,
	tmemlook.c, trecursive.c, tsimpletest.c, uncast.c: Checking files
        into repostitory.

1999-11-03 14:39  golda

	* index/: Makefile.NeXT, Makefile.alpha, Makefile.hp,
	Makefile.linux, Makefile.rs6000, Makefile.sgi, Makefile.solaris,
	Makefile.sunos, README, index.chronicle, region.h: Checking files
        into repository.

1999-11-03 14:37  golda

	* agrep/: COPYRIGHT, Makefile.NeXT, Makefile.alpha, Makefile.hp,
	Makefile.linux, Makefile.rs6000, Makefile.sgi, Makefile.solaris,
	Makefile.sunos, README, agrep.1, agrep.algorithms, agrep.c,
	agrep.chronicle, agrep.h, asearch.c, asearch1.c, asplit.c, bitap.c,
	bitap.c.orig, checkfile.c, checkfile.h, checksg.c, compat.c,
	config.h, contribution.list, defs.h, delim.c, dummyfilters.c,
	dummysyscalls.c, follow.c, io.c, io.c.orig, main.c, maskgen.c,
	newmgrep.c, parse.c, preprocess.c, putils.c, re.h, recursive.c,
        utilities.c: Checking files into repository. --GV

1999-11-03 14:36  golda

	* ChangeLog, KNOWN_BUGS, Makefile.org, config.cache, config.log,
        config.status, genpatch: Cleaning up repository. --GV

1999-11-01 15:19  golda

	* CHANGES: Changes log - will be obsolete after 11/1/99 --G

1999-11-01 15:19  golda

	* index/: build_in.c, convert.c, filetype.c, io.c, partition.c:
	Bringing Glimpse 4.12.6 under CVS.  Future changes will be checked
	in independently. General changes were: 4.12.5 --> 4.12.6 - Fixes
	to configure script, thanks to Michael Heironimus - Fixes to
	index/partition.c, index/io.c and index/build_in.c should resolve
	problem with missing hits on the first one or two keywords in the
	index.	  Thanks to Morey Hubin.  - Fix to sgrep.c solves problem
	of double-hit count with record delimiters.    M. Hubin.  4.11 -->
	4.12.5	 Fix for using filters with structured indexes.    Added
	FILE_END_MARK constant so it is possible to configure for filenames
	with spaces    Test-fix for core dump on large indexes (may not
        have solved problem).  --G

1999-11-01 15:16  golda

	* index/: Makefile, Makefile.in: Adding makefiles to cvs.

1999-11-01 15:14  golda

	* libtemplate/: lib/Makefile, template/Makefile, util/Makefile:
        Adding to CVS repository

1999-11-01 15:13  golda

	* libtemplate/Makefile: Adding into new CVS repository

1999-11-01 14:41  golda

	* libtemplate/include/autoconf.h: Added to repository

1999-11-01 14:34  golda

	* CHANGES, Makefile.in, config.cache, config.log, config.status,
        configure, configure.in: Adding into cvs repository.

1999-11-01 14:33  golda

	* agrep/: Makefile, Makefile.in: Adding into CVS repository.

1999-11-01 14:32  golda

	* agrep/sgrep.c: Adding into CVS repository

1999-05-05 03:16  gvelez

	* Makefile: Adding agrep archive to my CVS repository

1999-05-05 03:12  gvelez

	* main.c: Changes to return value in keeping with man pages: 0 for
        some hits, 1 for no hits, 2 for error. --GB

1999-03-02 01:38  gvelez

	* index/: build_in.c, convert.c, dir.c, filetype.c, fixname.c,
	getword.c, glimpse.h, io.c, lib.c, memlook.c, partition.c,
	region.c, simpletest.c, utils.c: Added index directory to
        repository

1999-03-02 01:37  gvelez

	* index/glimpse.c: Added default for TEMP_DIR --G

1998-05-22 12:31  udi

	* main.c: changed all /tmp to use TEMP_DIR (for security reasons)

1998-04-27 11:11  pab

	* gentar: Initial revision

1998-04-07 11:17  pab

	* get_index.c, main.c: Patch to rev 4.1b

1998-04-07 10:54  pab

	* CHANGES, CONTRIBUTIONS, COPYRIGHT, Makefile, Makefile.NeXT,
	Makefile.alpha, Makefile.hp, Makefile.in, Makefile.linux,
	Makefile.rs6000, Makefile.sgi, Makefile.solaris, Makefile.sunos,
	README, README.install, communicate.c, configure, configure.in,
	defs.h, get_filename.c, get_index.c, glimpse.1, glimpse.chronicle,
	glimpseindex.1, glimpseserver.1, install-sh, main.c, mkinstalldirs,
        split.c: Initial revision

