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.

2010-09-23 08:02 Retour à la liste release
2.7

Communément tapé expressions régulières sont désormais détectés et conduire à une erreur, sauf si POSIXLY_CORRECT est définie. Les expressions régulières, y compris les références arrière sont désormais nettement plus rapide dans des lieux multi-octets. Les expressions régulières, y compris "." peuvent désormais être beaucoup plus rapide en UTF-8 (mais pas dans d'autres lieux multi-octets). Plusieurs autres bugs mineurs ont été corrigés.
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.

Project Resources