Download List

Descripción del Proyecto

GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep.

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.

2012-03-10 01:48
2.11

Manejo de líneas muy largas, así como línea de contexto muy larga cuenta para los "-m", "-A", "-B", y "-C" opciones ha sido mejorada, eliminación de algunas restricciones y evitando volcados. Grep recursiva ("-r") sin un archivo argumento ahora valores predeterminados para utilizar el directorio actual. El "--incluyen", "--excluir", y "--excluir-dir" opciones ahora manejan argumentos de línea de comandos más consistente. Se han eliminado más posibilidades para bucles infinitos. Han efectuado otros cambios menores y correcciones de errores.
Tags: Minor bugfixes, Minor feature enhancements
Handling of very long lines as well as very long context line counts for the "-m", "-A", "-B", and "-C" options has been improved, removing some restrictions and avoiding core dumps. Recursive grep ("-r") without a file argument now defaults to using the current directory. The "--include", "--exclude", and "--exclude-dir" options now handle commandline arguments more consistently. More chances for infinite loops have been eliminated. Other minor changes and bugfixes have been made.

2011-11-18 08:31
2.10

grep ya no mishandles bytes patrón conjunto de bits de alta en los sistemas donde "char" es un tipo con signo (probablemente sólo afectando a MS Windows). Líneas de comandos que resultan potencialmente en un bucle infinito de llenado de disco ahora son rechazadas.
Tags: Minor bugfixes
grep no longer mishandles high-bit-set pattern bytes on systems where "char" is a signed type (probably only affecting MS Windows). Command lines which potentially result in an infinite disk-filling loop are now rejected.

2011-06-23 22:47
2.9

grep interpretación de la expresión gama es ahora más coherente con la de otras herramientas. El estado de salida en caso de fallo de asignación de memoria se ha fijado. "Grep-P" ya no se interrumpe cuando el límite de PCRE retroceso se excede. El manejo de expresiones regulares que coincidan con caracteres multibyte entre paréntesis se hizo más rápido. Otros errores menores fueron fijadas.
Tags: Minor bugfixes
grep's interpretation of range expression is now more consistent with that of other tools. The exit status on memory allocation failure was fixed. "grep -P" no longer aborts when PCRE's backtracking limit is exceeded. Handling of regular expressions that match multibyte characters in brackets was made faster. Other minor bugs were fixed.

2010-09-23 08:02
2.7

Comúnmente mal escritas las expresiones regulares son ahora detectados y conducir a un error a menos POSIXLY_CORRECT se establece. Las expresiones regulares incluyendo referencias anteriores son ahora mucho más rápido en los locales de varios bytes. Las expresiones regulares entre ellos "." Ahora puede ser significativamente más rápido en UTF-8 (aunque no en otros lugares de varios bytes). Varios errores menores se arreglaron.
Tags: Minor feature enhancements, Minor bugfixes
Commonly mistyped regular expressions are now detected and lead to an error unless POSIXLY_CORRECT is set. Regular expressions including back references are now significantly faster in multi-byte locales. Regular expressions including "." can now be significantly faster in UTF-8 locales (though not in other multi-byte locales). Several other minor bugs were fixed.

2010-04-04 02:45
2.6.3

mejoras masivas se hicieron con el manejo de conjuntos de caracteres multi-byte, que se fijan muchos fracasos y aumentando la velocidad. La "-P" ahora funciona más correctamente. Toda la palabra coincide con la parte posterior-se fijaron referencias. Varios otros errores fueron corregidos.
Tags: Major bugfixes
Massive improvements were made to the handling of multi-byte character sets, fixing many failures and increasing speed. The "-P" option now works more correctly. Whole-word matches with back-references were fixed. Several other bugs were fixed.

Project Resources