⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 linux下阅读源码的好工具
💻
📖 第 1 页 / 共 2 页
字号:
2004-06-08 10:07  golda	* index/: le, ure, , Makefile.in, io.c: Finally using autoconf2004-06-08 10:02  golda	* configure.in: finally got right combination of quotes for	autoconf...2004-06-08 09:22  golda	* sample/check.sh: Adding script for make check as per suggestion	from Nelson Beebe2004-05-30 16:35  golda	* libtemplate/util/log.c: put varargs.h option back - we thought	this woudln't be needed anymore but apparently is on some systems2003-11-12 22:17  golda	* libtemplate/: include/util.h, template/template.c, util/buffer.c,	util/harvest.c, util/log.c, util/system.c: change name of log()	function to glimpselog() so as not to conflict with math.h2003-11-12 22:16  golda	* index/glimpse.h: add .abra to list of EXTRACT_INFO_SUFFIX files	to look for titles in.	(We preserve the title tag when	prefiltering html files)2003-11-12 22:10  golda	* dynfilters/htuml2txt.so: [no log message]2003-11-12 22:10  golda	* configure, configure.in: Trying to use only autoconf, and not a	customized configure script2003-11-12 21:50  golda	* main.c: Add support for --help & --version (in a rather cheesy	way...)2003-11-05 18:00  golda	* index/io.c: Move max_entry check before assigning partition,	thanks to Jerrold Leichter for the fix!2003-11-02 19:40  golda	* index/glimpse.h: Updating list of suffixes, version # and date2003-02-06 05:04  golda	* main.c: Make glimpse -V return 0 (no error), not 1 - thanks to	Bob Proulx2003-02-06 04:46  golda	* libtemplate/Makefile.hp: Add "-f Makefile.hp" pass down to the	next invokation of make as per Bob Proulx2003-01-25 13:15  golda	* agrep/agrep.c: Enabled Bestmatch to work with Linenum as per	Kevin McGrail (KAM)2003-01-25 13:09  golda	* index/glimpse.h: [no log message]2003-01-25 13:09  golda	* agrep/compat.c: Enable use of -B option along with -n (linenum)	as per Kevin McGrail - probably never should have been disabled in	first place2002-11-29 17:47  golda	* index/glimpse.h: [no log message]2002-11-29 17:47  golda	* agrep/: bitap.c, compat.c, io.c: Fix typo in bitap.c,io.c and	compat.c that prevented compiling with --enable-pointers.  Thanks	to Clemens Fischer		Correct error message about Bestmatch and Linenums, thanks to Kevin	McGrail for pointing this out (and possible future fix to allow	them to work together)2002-10-10 22:28  golda	* index/: build_in.c, io.c, utils.c: There was an error in	build_in.c, a typo that prematurely terminated a for loop and	resulted in missing hits for common search terms!  Fixed now.  This	affected versions from 4.16.2 thru 4.17.0.  If running one of those	versions please upgrade to 4.17.12002-10-10 22:27  golda	* dynfilters/htuml2txt.so: [no log message]2002-09-27 14:41  golda	* index/: dex.c, checksg.c, compat.c, maskgen.c, preprocess.c,	build_in.c, glimpse.c, glimpse.h, partition.c: Should compile now	under CYGWIN (v1.3.12 or later)!  Thanks to Tom Hudson for the tip,	with the latest cygwin it seems that all that is needed is to add	some include <errno.h> lines.  Please report problems or other	changes needed!2002-09-06 01:11  golda	* glimpse.1, glimpseindex.1, glimpseserver.1: Updated man pages to	reflect new URL's, thanks to Kang-Jin Lee for reporting this and	providing the new Harvest doc locations.2002-06-17 23:45  golda	* index/: filetype.c, glimpse.h, io.c: Finaly fixed segfault bug	with large indexes, by increasing size of guilty buffer.  Actually	this is better than checking for buffer overrun because if we just	stop at overrun we miss hits.  With new size no overruns should be	able to occur, that is the correct solution.  Has been tested on	two sites that were experiencing the segfault and has fixed	problem.2002-06-17 23:44  golda	* dynfilters/htuml2txt.so: [no log message]2002-05-02 21:43  golda	* index/convert.c: Use system 'mv' command instead of c lib; works	better on some linux systems2002-02-14 17:38  golda	* index/glimpse.h: Corrected version number2001-10-13 01:14  golda	* index/: build_in.c, utils.c: Fix segfault on certain large	indexes.  Check that we have enough space in merge_in before adding	to it.	In utils.c, when counter can be incremented > once in a	loop, make sure we stop in time.2001-10-13 01:13  golda	* ChangeLog: Don't need ChangeLog in CVS!2001-08-20 22:06  golda	* index/: le, ure, Makefile.in: Added 'INDEXLIBS' configure script	variable to include only  -ldl	if needed in index/Makefile2001-08-20 20:59  golda	* configure: Trying to get executable set in cvs2001-08-20 19:56  golda	* index/Makefile.in: Remove hard ref to -ldl2001-08-20 19:53  golda	* Makefile.in, configure: Added check for -ldl rather than	including automatically2001-07-07 23:17  golda	* README, README.install: Updated instructions for using configure	script2001-07-07 23:06  golda	* index/glimpse.h: Updated version, url, etc2001-07-07 23:04  golda	* index/: le, le.in, Makefile.in: make puts binaries in ./bin	subdirectory2001-07-06 23:37  golda	* index/glimpse.h: Add '.jhtml' to list of extensions of HTML files	(to extract titles from)2001-07-06 22:47  golda	* dynfilters/Makefile.in, libtemplate/lib/Makefile.in: Adding	"distclean:" option to makefiles2001-07-05 10:38  golda	* libtemplate/: lib/Makefile, template/Makefile, util/Makefile:	Removing Makefiles from CVS, generated by configure2001-07-05 10:37  golda	* libtemplate/include/autoconf.h: autoconf.h should never have been	checked into CVS - generated by configure2001-07-05 10:37  golda	* agrep/Makefile, compress/Makefile, index/Makefile,	libtemplate/Makefile: Removing Makefiles from CVS because they are	now generated by configure script2001-07-05 10:30  golda	* configure: Corrected help text2001-07-05 03:32  golda	* libtemplate/: Makefile, include/autoconf.h,	include/autoconf.h.in, template/Makefile, util/Makefile: [no log	message]2001-07-05 03:32  golda	* index/: ure, glimpse.h: Moved FILE_END_MARK option into configure	script (--file-end-mark=) instead of glimpse.h2001-07-04 13: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 13: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 21:58  golda	* agrep/bitap.c: Fix from Dan Slowik to fix line number reporting	problem with agrep.2001-05-20 21:49  golda	* README.install: [no log message]2001-05-20 21: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 21:14  golda	* README: Testing cvs problem2001-01-03 17: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 16: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 22:47  golda	* split.c: Added dirs "lib" and "bin" to repository, also for some	reason split.c had never been checked in.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -