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.

2012-03-10 01:48
2.11

Manipulation des lignes très longues ainsi que contexte très longue ligne de compte pour le »-m », »-A », »-B ", et"-C "options a été améliorée, suppression de certaines restrictions et en évitant des core dumps. Grep récursif («-r ») sans un fichier argument par défaut maintenant d'utiliser le répertoire en cours. Le "--comprennent », »--exclure », et «--exclure-dir » options plus régulièrement maintenant gérer arguments de ligne de commande. Plus de chances de boucles infinies ont été éliminés. Autres modifications mineures et corrections ont été apportées.
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 a ne plus devenir périmée octets du patron de la haute-bit-ensemble sur les systèmes où « char » est un type signé (probablement seulement affectant MS Windows). Les lignes de commande potentiellement entraîner dans une boucle infinie de remplissage de disque sont maintenant rejetés.
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

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.

2010-09-23 08:02
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.

2010-04-04 02:45
2.6.3

des améliorations considérables ont été apportées à la manipulation de jeux de caractères multi-octets, la fixation de nombreux échecs et augmente la vitesse. Le "P-" option fonctionne maintenant plus correctement. Le total des mots matches avec le dos de références ont été fixés. Plusieurs autres bogues ont été corrigés.
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