Download List

项目描述

TRE is a lightweight, robust, efficient, portable, and POSIX compliant regexp matching library. Key features include the agrep command line tool for approximate regexp matching in the style of grep, an approximate matching library API, portability, wide character and multibyte character support, binary pattern and data support, complete thread safety, consistently efficient matching, low memory consumption and small footprint, and strict standards conformance.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-28 17:56
0.8.0

阿tre_前缀是从libtre增加出口的所有功能。这改变了二进制接口(ABI)。旧的源接口(API)仍然可以在<tre/regex.h> 。新的代码应该使用<tre/tre.h> ,其中出口职能有前缀。的Visual C + + 6项目文件被替换与Visual Studio 2008的文件。修正了已知错误。
标签: Stable
A tre_ prefix was added to all functions exported from libtre. This changes the binary interface (ABI). The old source interface (API) is still available in <tre/regex.h>. New code should use <tre/tre.h>, which exports functions that have the prefix. Visual C++ 6 project files were replaced with Visual Studio 2008 files. Bugs were fixed.

2009-05-24 06:40
0.7.6

许可证已由遵循LGPL至2条款BSD风格的许可证。
The license has been changed from LGPL to a 2-clause BSD-style license.

2006-12-10 13:17
0.7.5

阿瑞典语翻译增加了。文件已被更新。 - q命令行选项已被添加。中的一些漏洞已经被修复。
标签: Minor feature enhancements
A Swedish translation has been added.
Documentation has been updated. The -q command
line option has been added. A number of bugs have
been fixed.

2006-05-22 10:31
0.7.4

该代码库已得到修复在x86_64汇编和其他64位平台干净。 Cygwin的报告和MinGW的问题已修复。其他几个错误已得到修复。
标签: Minor bugfixes
The codebase has been fixed to compile cleanly on
x86_64 and other 64-bit platforms. Reported
problems on Cygwin and MinGW have been fixed.
Several other bugs have been fixed.

2006-04-02 17:04
0.7.3

许可证已由GPL是LGPL的。在“ -显示位置”命令行选项已被添加到agrep。在REG_UNGREEDY国旗和汇编的“U”型改性剂已被添加。有些错误已得到修复。
标签: Minor feature enhancements
The license has been changed from GPL to LGPL. The
"--show-position" command line option has been
added to agrep. The REG_UNGREEDY compilation flag
and the "U" pattern modifier have been added. Some
bugs have been fixed.

Project Resources