Télécharger la liste

Description du projet

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.

Système requise

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

Un tre_ préfixe a été ajouté à toutes les fonctions exportées à partir libtre. Cela modifie l'interface binaire (ABI). L'interface vieille source (API) est toujours disponible dans <tre/regex.h> . Nouveau code devrait utiliser <tre/tre.h> , Qui exporte les fonctions qui ont le préfixe. Visual C + + 6 dossiers de projet ont été remplacés avec Visual Studio 2008 fichiers. Bugs ont été corrigés.
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

La licence a été changé de LGPL à un 2-clause BSD-style license.
The license has been changed from LGPL to a 2-clause BSD-style license.

2006-12-10 13:17
0.7.5

Une traduction en suédois a été ajoutée. La documentation a été mise à jour. L'option-q en ligne de commande a été ajoutée. Un certain nombre de bugs ont été corrigés.
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

Le code de base a été fixé pour compiler proprement sur x86_64 et d'autres plates-formes 64 bits. État de problèmes concernant Cygwin et MinGW ont été corrigés. Plusieurs autres bogues ont été corrigés.
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

La licence a été changé de GPL à LGPL. Le "- show-position" option de ligne de commande a été ajouté à agrep. Le drapeau de compilation REG_UNGREEDY et le "U" modifier motif n'a été ajouté. Quelques bugs ont été corrigés.
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