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.

2009-11-28 17:56 Back to release list
0.8.0

Un tre_ prefijo ha sido añadido a todas las funciones exportadas de libtre. Esto cambia la interfaz binaria (ABI). La interfaz de origen de edad (API) está disponible en <tre/regex.h> . Nuevo código debería utilizar <tre/tre.h> , Que exporta las funciones que tienen el prefijo. Visual C + + 6 archivos de proyecto se sustituye con Visual Studio 2008 archivos. Errores fueron corregidos.
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.

Project Resources