Télécharger la liste

Description du projet

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.

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.

2011-06-23 22:47 Retour à la liste release
2.9

l'interprétation de l'expression grep gamme est désormais plus conforme à celle des autres outils. Le statut de sortie en cas d'échec d'allocation de mémoire a été fixée. "Grep-P" n'est plus avorte lorsque la limite de backtracking PCRE est dépassée. Manipulation des expressions régulières qui correspondent caractères multi-octets entre parenthèses a été fait rapidement. Autres bugs mineurs ont été corrigés.
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.

Project Resources