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 Requirements

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 프로젝트 파일을 비주얼 스튜디오 2008 '파일과 교체됐다. 버그가 수정되었습니다.
Tags: 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 명령 라인 옵션이 추가되었습니다. 버그의 숫자가 해결되었습니다.
Tags: 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가 해결되었습니다. 몇 가지 다른 버그가 수정되었습니다.
Tags: 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"에 패턴 변경자 추가되었습니다. 일부 버그가 해결되었습니다.
Tags: 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