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

📄 version.h

📁 Mehldau和Myer的Agrep3版本
💻 H
字号:
/*
[fix]	3.37	RA 10.09.98		Windows: add BorlandC makefile, make code BC ok,
				Added Win32 GetACP() call to figure out codepage (codepage.c)
				Fixed pipe, so e.g. 'cat agrep.c | agrep something ' now works.
[fix]	3.36	DM 31.01.98     Windows: fix keyboard handling in agrephlp;
                                         fix case sensitive searching in sgrep.c,
                                             maskgen.c, newgrep.c
[fix]	3.35	TG 11.12.97	in agrep(): -f now working again
				prepf() for multi-pattern was called
				before the codepage LUT was prepared
[fix]	3.34	TG 22.10.97	in mgrep(): check bounds before memcpy()
[chg]	3.33	TG 07.04.97	when no target filename(s) were given:
				AGREP displays an error message now
				instead of reading from stdin.
				Solves the following problem:
				When one uses "AGREP <needle> *" and there are
				no files in that subdirectory,
				the 3.32 has waited for stdin (=haystack, target).
[chg]				compiled with emx 0.9c
[new]				using EMX.EXE or RSX.EXE allows to run AGREP in DOS boxes
				under Windows or OS/2

[chg]   15.01.97 3.32   new links, helppage revised
[new]	16.12.96 3.31	new subswitch -i0
[chg]	16.10.96 3.30	constant unsigned _emx_env
[chg]	14.10.96 3.29	nicer help pages; not running under DOS/OS2 messages
[fix]		 3.28	bug fixed with metasymb[0]
[chg]	13.10.96 3.27 	improved navigation through the help pages
[new]	11.10.96 3.26	_read_kbd() while browsing through the help pages
			'q' or 'Q' quitts immediately
[fix]	10.10.96 3.25	sgrep.c: output problems at buffer end fixed
			(not at the end of file)
[fix]	08.10.96 3.23	codepage detection when compiled for DOS returns -1 now
[fix]		 3.22	-w bug repaired (in since 3.17)
[new]	07.10.96 3.21	verbose options -V[0123V]
[new]	06.10.96 3.20	multi-codepage support
[new]   05.10.96 3.19	using environment variable AGREPOPTS
[chg]   04.10.96 3.17	major bugs fixed in Boyer-Moore bm() in sgrep.c
[new]   23.09.96 3.11	option -i0
[chg]            3.10	in AGREP.H, ISO_CHAR.H, AGREP.C
				handling of meta symbols
[fix]   22.09.96 3.09	in BITAP.C (type CHAR)
[new]			in AGREP.C (Grand Total)
[chg]TG 16.09.96 3.08	un-commenting code defined in OUTPUT_OVERFLOW

*/

#define AGREP_VERSION	"3.37"

#ifdef __DOS
#define AGREP_OS	"DOS"
#endif

#ifdef __OS2
#define AGREP_OS	"OS/2"
#endif

#ifdef __RSX
#define AGREP_OS	"VPMI"
#endif

#ifdef _WIN32
#define AGREP_OS	"WIN32"
#endif

#define AGREP_DATE	__DATE__

⌨️ 快捷键说明

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