Download List

프로젝트 설명

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

매우 긴 컨텍스트 줄 뿐만 아니라 매우 긴 줄으로 처리에 대 한 계산에서 "-m", "-A", "-B", 그리고 "-C" 옵션 향상 되었습니다, 몇 가지 제한 사항을 제거 하 고 코어 덤프를 피하. 재귀 grep ("-r") 파일 없이 인수 지금 기본적으로 현재 디렉터리를 사용 하 여. "-포함", "-제외", 그리고 "-제외-dir" 지금 옵션 명령행 인수를 더 일관 되 게 처리. 더 많은 기회를 무한 루프에 대 한 제거 되었습니다. 다른 사소한 변경 및 버그 수정 되었습니다.
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은 더 이상 시스템 (아마만 MS 윈도우에 영향을 미치는) "char" 서명 된 type을는 높은 비트 집합 패턴 바이트 mishandles. 잠재적으로 무한 디스크 채우기 루프 결과 명령줄 지금 거부 됩니다.
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의 해석은 이제 다른 도구의 더욱 일관성이다. 메모리 할당 실패에 대한 종료 상태가 해결되었습니다. "grep - P"더 이상 중단 PCRE의 되돌아 오는것 한도가 초과되었을 때. 괄호에 멀티​​ 바이트 문자와 일치하는 정규 표현식 처리하면 신속하게 만들어졌다. 기타 사소한 버그가 수정되었습니다.
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

일반적으로 잘못 입력 정규식은 현재 감지하고 POSIXLY_CORRECT가 설정되어 있지 않으면 에러가 발생. 뒤로 참조를 포함한 정규식이 상당히 빠른 멀티 바이트 로케일에있다. 를 포함한 정규식 "." 지금은 (는 아니지만 다른 멀티 바이트 로케일에서)은 UTF - 8 로케일에서 훨씬 더 빠르게 할 수 있습니다. 다른 여러 가지 사소한 버그가 수정되었습니다.
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

거대한 개선은 멀티 바이트 문자 집합의 처리에 많은 오류와 수정되었다 속도를 증가. "- P를"옵션이 이제 올바르게 더 이상 작동합니다. 전체 단어로 돌아 - 참고 문헌과 일치 수정되었습니다. 다른 여러 가지 버그가 수정되었습니다.
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