Age | Commit message (Expand) | Author |
2009-09-13 | add USE_PORTABLE_CODE option and use it in find applet | Denys Vlasenko |
2009-09-06 | more C standard compat fixes from Dan Fandrich | Denys Vlasenko |
2009-07-29 | grep: fix -E + {range}; fix -o not printing all matches (bug 489) | Denys Vlasenko |
2009-06-18 | tweak to config wording, no code changes | Denys Vlasenko |
2009-06-18 | tweak Config texts and some broken English elsewhere | Denys Vlasenko |
2009-06-05 | *: add FAST_FUNC to function ptrs where it makes sense | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-04-01 | trailing whitespace removal | Denis Vlasenko |
2009-03-20 | Compatibility fixes: | Denis Vlasenko |
2008-11-24 | timeout: new applet. 370 bytes. by Roberto Foglietta. | Denis Vlasenko |
2008-10-27 | - typo in documentation | Bernhard Reutner-Fischer |
2008-09-30 | grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case | Denis Vlasenko |
2008-09-19 | grep: yet another fixlet for EXTRA_COMPAT | Denis Vlasenko |
2008-09-19 | grep: fix EXTRA_COMPAT grep to honor -E and -i | Denis Vlasenko |
2008-08-09 | grep: option to use GNU regex matching instead of POSIX one. | Denis Vlasenko |
2008-08-04 | xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. | Denis Vlasenko |
2008-08-03 | xargs: fix xargs -e; added test for that | Denis Vlasenko |
2008-07-22 | - wrap overlong lines (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-25 | whitespace fixes. no code changes | Denis Vlasenko |
2008-06-15 | *: use llist_pop for traverse-and-free list operation | Denis Vlasenko |
2008-06-07 | grep: make "-f -" work (+ testsuite) | Denis Vlasenko |
2008-05-28 | find: beautify config prompts a bit | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-20 | gcc compat fix and warning suppression | Denis Vlasenko |
2008-03-17 | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-11 | - spelling fixes | Bernhard Reutner-Fischer |
2008-01-24 | grep: fix wrong filename in error message | Denis Vlasenko |
2007-12-09 | find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>) | Denis Vlasenko |
2007-11-04 | grep: fix -Fo | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-09-10 | grep: delete obsolete comment | Denis Vlasenko |
2007-09-10 | grep: fix grep -F -e str1 -e str2 (was matching str2 only) | Denis Vlasenko |
2007-09-06 | fix -xdev behavior in the presence of two or more nested mount points | Paul Fox |
2007-08-23 | *: compile fixes for 64-bit build | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-16 | find: fix SELinux-related warning | Denis Vlasenko |
2007-08-13 | httpd: round down sendfile byte count to 64k | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-27 | multiplier suffixes are short, store them directly in struct suffix_mult | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-15 | grep: implement -m MAX_MATCHES; fix help text | Denis Vlasenko |
2007-07-15 | grep: fix buglets with context printing | Denis Vlasenko |