Download List

Projeto Descrição

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-03-21 16:25
0.6.6

Esta versão corrige bugs que ocorreram por vezes, quando *, +, ou? repetições foram usadas depois de (m, n) repete em uma regexp. O-H (- with-filename opção) foi adicionado ao 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

Um erro que ocorreu quando m (múltiplas, n) repete foram usados em uma regexp foi corrigido. Vários erros relacionados com a REG_NOSUB e pmatch NULL [] matrizes foram corrigidos. Alguns documentação adições foram feitas, e configurar o script não requer mais um C + + ou compilador Fortran.
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

Um erro causando resultados incorretos quando o "*" ou "+" operadores de repetição são usadas dentro de um "m (, n) operador de repetição" foi corrigido.
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

Um bug em referências anteriores que ocorreram quando REG_NOSUB é utilizado foi corrigido. Erros de compilação e avisos em várias plataformas foram corrigidos.
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