OSDN Git Service

Merge remote-tracking branch 'toybox/master' into HEAD
[android-x86/external-toybox.git] / toys / posix / grep.c
2016-06-22 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-06-15 Rob LandleyThe glibc bug at https://sourceware.org/bugzilla/show_b...
2016-02-12 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-11 Rob LandleyFactor out strnstr() since posix hasn't got it, and...
2016-02-10 Rob LandleyAlthough printf("%.*s", INT_MAX, s) works fine on ubunt...
2016-02-06 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-04 Rob LandleyFix -H and -n with -ABC, and add tests.
2016-02-02 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-31 Rob LandleyAdd grep -B -C
2016-01-31 Rob LandleyAdd grep -A
2016-01-09 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2015-11-04 Elliott HughesMerge "Change grep -w to checking matches after the...
2015-11-01 Rob LandleyChange grep -w to checking matches after the fact rathe...
2015-08-27 Elliott Hughesam 2fc83b71: (-s ours) am 30b9035c: Merge "Redo mkstatu...
2015-08-27 Elliott Hughesam 56b81a01: (-s ours) am 3e713d86: Merge "Move the...
2015-08-27 Elliott Hughesam 2657806e: (-s ours) am 9f05d690: Merge "On testing...
2015-08-27 Elliott Hughesam 652655eb: (-s ours) am bef6d0ab: Merge "mknod: Add...
2015-08-27 Elliott Hughesam fb1ae07a: (-s ours) am e3764ccd: Regenerate generate...
2015-07-10 Elliott Hughesam c96e4249: Don\'t add a symlink for killall --- it...
2015-07-10 Elliott Hughesam c96e4249: Don\'t add a symlink for killall --- it...
2015-07-07 Elliott Hughesam efac088b: Merge remote-tracking branch \'toybox...
2015-07-07 Elliott Hughesam efac088b: Merge remote-tracking branch \'toybox...
2015-07-07 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-06-07 Rob LandleyLast grep commit broke non -r use of grep. Oops.
2015-05-31 Elliott Hughesam 8bdb3249: Merge remote-tracking branch \'toybox...
2015-05-30 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-05-21 Rob LandleyMake "grep -r regex" work on implicit "." if no files...
2015-02-19 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-02-14 Rob LandleyMake egrep and fgrep build standalone.
2015-01-15 Elliott HughesMerge changes Ia8df7446,I77c8d1a7,Iaad492fd,I87fd25f2...
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-04-16 Rob LandleyRevert lots of half-finished local debris I didn't...
2014-04-12 Isaac Dunhamroadmap: describe glibc commands.
2013-12-29 Rob LandleyAdd -zZ support to grep (NUL delimited input/output).
2013-12-28 Rob LandleyPass through all the readfile() arguments from xreadfile().
2013-11-10 William Haddongrep doesn't allocate enough space
2013-08-21 Rob LandleyFix bug where exit code was only correct for -q.
2013-08-19 Rob LandleyMove grep from pending to posix, switch default to y.