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

📄 cvslog

📁 linux下阅读源码的好工具
💻
📖 第 1 页 / 共 5 页
字号:
revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/asearch.c,vWorking file: agrep/asearch.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/asearch1.c,vWorking file: agrep/asearch1.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/asplit.c,vWorking file: agrep/asplit.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/bitap.c,vWorking file: agrep/bitap.chead: 1.4branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 4;	selected revisions: 4description:----------------------------revision 1.4date: 2002/11/30 00:47:27;  author: golda;  state: Exp;  lines: +1 -1Fix typo in bitap.c,io.c and compat.c that prevented compiling with --enable-pointers.  Thanks to Clemens FischerCorrect error message about Bestmatch and Linenums, thanks to Kevin McGrail for pointing this out (and possible future fix to allow them to work together)----------------------------revision 1.3date: 2001/07/03 04:58:08;  author: golda;  state: Exp;  lines: +5 -2Fix from Dan Slowik to fix line number reporting problem with agrep.----------------------------revision 1.2date: 2001/05/21 04:48:50;  author: golda;  state: Exp;  lines: +1 -0Major fixes to configure script from Sang-yong Suh.  Now it works!----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/bitap.c.orig,vWorking file: agrep/bitap.c.orighead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/checkfile.c,vWorking file: agrep/checkfile.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/checkfile.h,vWorking file: agrep/checkfile.hhead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/checksg.c,vWorking file: agrep/checksg.chead: 1.3branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.2.0.2	glimpse4_13_1: 1.2keyword substitution: kvtotal revisions: 3;	selected revisions: 3description:----------------------------revision 1.3date: 2002/09/27 21:41:09;  author: golda;  state: Exp;  lines: +1 -0Should 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!----------------------------revision 1.2date: 2000/01/16 05:47:37;  author: golda;  state: Exp;  lines: +2 -1Don't use mgrep() with delimiters - fix by Morey as per report by Michael O. --GV----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/compat.c,vWorking file: agrep/compat.chead: 1.4branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 4;	selected revisions: 4description:----------------------------revision 1.4date: 2003/01/25 20:09:08;  author: golda;  state: Exp;  lines: +4 -3Enable use of -B option along with -n (linenum) as per Kevin McGrail - probably never should have been disabled in first place----------------------------revision 1.3date: 2002/11/30 00:47:27;  author: golda;  state: Exp;  lines: +14 -3Fix typo in bitap.c,io.c and compat.c that prevented compiling with --enable-pointers.  Thanks to Clemens FischerCorrect error message about Bestmatch and Linenums, thanks to Kevin McGrail for pointing this out (and possible future fix to allow them to work together)----------------------------revision 1.2date: 2002/09/27 21:41:09;  author: golda;  state: Exp;  lines: +1 -0Should 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!----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/config.h,vWorking file: agrep/config.hhead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/contribution.list,vWorking file: agrep/contribution.listhead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/defs.h,vWorking file: agrep/defs.hhead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/delim.c,vWorking file: agrep/delim.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/dummyfilters.c,vWorking file: agrep/dummyfilters.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/dummysyscalls.c,vWorking file: agrep/dummysyscalls.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/follow.c,vWorking file: agrep/follow.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/io.c,vWorking file: agrep/io.chead: 1.2branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 2;	selected revisions: 2description:----------------------------revision 1.2date: 2002/11/30 00:47:27;  author: golda;  state: Exp;  lines: +1 -1Fix typo in bitap.c,io.c and compat.c that prevented compiling with --enable-pointers.  Thanks to Clemens FischerCorrect error message about Bestmatch and Linenums, thanks to Kevin McGrail for pointing this out (and possible future fix to allow them to work together)----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/io.c.orig,vWorking file: agrep/io.c.orighead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/main.c,vWorking file: agrep/main.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/maskgen.c,vWorking file: agrep/maskgen.chead: 1.2branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 2;	selected revisions: 2description:----------------------------revision 1.2date: 2002/09/27 21:41:09;  author: golda;  state: Exp;  lines: +1 -0Should 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!----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/newmgrep.c,vWorking file: agrep/newmgrep.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/parse.c,vWorking file: agrep/parse.chead: 1.1branch:locks: strictaccess list:symbolic names:	glimpse_superfilter: 1.1.0.2	glimpse4_13_1: 1.1keyword substitution: kvtotal revisions: 1;	selected revisions: 1description:----------------------------revision 1.1date: 1999/11/03 20:37:06;  author: golda;  state: Exp;Checking files into repository. --GV=============================================================================RCS file: /usr/local/cvs/glimpse/agrep/preprocess.c,vWorking file: agrep/preprocess.chead: 1.2branch:locks: strictaccess list:symbolic names:

⌨️ 快捷键说明

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