authors
来自「linux平台中」· 代码 · 共 45 行
TXT
45 行
Mike Haertel wrote the main program and the dfa and kwset matchers.Arthur David Olson contributed the heuristics for finding fixed substringsat the end of dfa.c.Richard Stallman and Karl Berry wrote the regex backtracking matcher.Henry Spencer wrote the original test suite from which grep's was derived.Scott Anderson invented the Khadafy test.David MacKenzie wrote the automatic configuration software use toproduce the configure script.Authors of the replacements for standard library routines are identifiedin the corresponding source files.The idea of using Boyer-Moore type algorithms to quickly filter outnon-matching text before calling the regexp matcher was originally dueto James Woods. He also contributed some code to early versions ofGNU grep.Mike Haertel would like to thank Andrew Hume for many fascinating discussionsof string searching issues over the years. Hume & Sunday's excellentpaper on fast string searching (AT&T Bell Laboratories CSTR #156)describes some of the history of the subject, as well as providingexhaustive performance analysis of various implementation alternatives.The inner loop of GNU grep is similar to Hume & Sunday's recommended"Tuned Boyer Moore" inner loop.More work was done on regex.[ch] by Ulrich Drepper and ArnoldRobbins. Regex is now part of GNU C library, see this packagefor complete details and credits.Arnold Robbins contributed to improve dfa.[ch]. In factit came straight from gawk-3.0.3 with small editing and fixes.Many folks contributed see THANKS, if I omited someone pleasesend me email.Alain Magloire maintained GNU grep until version 2.5e.Bernhard "Bero" Rosenkr鋘zer <bero@redhat.com> is the current maintainer.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?