Download List

Descripción del Proyecto

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.

2004-12-11 20:17
0.7.2

Dos errores con referencias hacia atrás y un error en agrep han sido corregidos.
Tags: Minor bugfixes
Two bugs with back references and a bug in agrep
have been fixed.

2004-11-22 02:29
0.7.1

Algunos errores y problemas de la compilación se han fijado, los archivos que faltan se han incluido, una página agrep hombre ha sido añadido, y el - de color y - delimitador, después de las opciones de línea de comandos se han añadido a agrep.
Some bugs and compilation problems have been fixed, missing files have been included, an agrep man page has been added, and the --color and --delimiter-after command line options have been added to agrep.

2004-09-10 23:08
0.7.0

El reguexec () y el apoyo a una sintaxis regexp se han añadido nuevos, fijaciones lenguaje Python se han incluido, la bandera de compilación REG_RIGHT_ASSOC y REG_APPROX_MATCHER y banderas ejecución REG_BACKTRACKING_MATCHER se han añadido, y varios bugs y problemas de compilación han sido corregidos.
Tags: Major feature enhancements
The reguexec() function and support for some new regexp syntax have been added, Python language bindings have been included, the REG_RIGHT_ASSOC compilation flag and REG_APPROX_MATCHER and REG_BACKTRACKING_MATCHER execution flags have been added, and several bugs and compilation problems have been fixed.

2004-05-29 06:18
0.6.8

Un problema que causó la [[: blank:]] clase de caracteres no ser reconocido fue corregido.
Tags: Minor bugfixes
A problem that caused the [[:blank:]] character class not to be
recognized was fixed.

2004-05-09 22:17
0.6.7

Apoyo para la elaboración de contra libutf8 ha añadido-y la opción de línea de comando se ha agregado a agrep, el tre_config () y tre_version () funciones se han agregado, y varios errores han sido corregidos.
Support for compiling against libutf8 has been added, the -y command line option has been added to agrep, the tre_config() and tre_version() functions have been added, and various bugs have been fixed.

Project Resources