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.

2004-03-21 16:25
0.6.6

Cette version corrige des bogues qui ont eu lieu parfois quand *, +, ou? répétitions ont été utilisées après (m, n) répète dans une expression rationnelle. Le-H (- with-filename) option a été ajouté à agrep.
Tags: Minor bugfixes
This release fixes bugs which occurred sometimes
when *, +, or ? repeats were used after {m,n}
repeats in a regexp. The -H (--with-filename)
option was added to agrep.

2004-03-05 22:57
0.6.5

Un bogue qui a eu lieu lorsque plusieurs (m, n) répétitions ont été utilisées dans une expression rationnelle a été corrigé. Plusieurs bugs liés à REG_NOSUB et NULL pmatch [] tableaux ont été corrigés. Certains ajouts de documentation ont été réalisés, et le script de configuration ne nécessite plus de C + + ou Fortran compilateur.
Tags: Minor bugfixes
A bug which occurred when multiple {m,n} repeats were used in one regexp has been fixed. Several bugs related to REG_NOSUB and NULL pmatch[] arrays have been fixed. Some documentation additions have been made, and the configure script no longer requires a C++ or Fortran compiler.

2004-01-02 19:40
0.6.4

Un bug qui amenait des résultats incorrects lorsque le "*" ou "+" opérateurs de répétition sont utilisés à l'intérieur un "(m, n)" Opérateur de répétition a été corrigé.
Tags: Minor bugfixes
A bug causing incorrect results when the "*" or "+" repetition operators are used inside an "{m,n}" repetition operator has been fixed.

2003-12-22 16:57
0.6.3

Un bogue dans les références arrière qui s'est produit lorsque REG_NOSUB est utilisée a été corrigé. Les erreurs de compilation et les avertissements sur différentes plates-formes ont été corrigés.
Tags: Minor bugfixes
A bug in back references that occurred when
REG_NOSUB is used has been fixed. Compilation
errors and warnings on various platforms have been
fixed.

2003-11-24 06:01
0.6.2

Tags: Minor bugfixes

Project Resources