Age | Commit message (Expand) | Author |
2012-04-24 | sed: fix handling of s/// which has empty matches | Denys Vlasenko |
2012-03-06 | testsuite: add a test that tar detects XZ-compressed data | Denys Vlasenko |
2011-10-31 | testsuite: merge bzcat2.tests into bzcat.tests | Denys Vlasenko |
2011-10-31 | testsuite: fix the mishap in the previous commit | Denys Vlasenko |
2011-10-31 | bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C... | Denys Vlasenko |
2011-10-28 | libbb: split decode_base64 off read_base64 | Leonid Lisovskiy |
2011-10-10 | patch: make -p count path components, not slashes (think /blah//thing) | Rob Landley |
2011-09-17 | tail: fix -c +N. Closes 4111 | Denys Vlasenko |
2011-09-11 | awk: fix a SEGV | Denys Vlasenko |
2011-08-28 | grep: be GNU compatible with -f EMPTY_FILE | Lauri Kasanen |
2011-08-22 | patch: make it able to create files (again) | Rob Landley |
2011-08-18 | uncompress: fix buffer underrun by corrupted input | Denys Vlasenko |
2011-08-16 | patch: add a test we currently fail | Denys Vlasenko |
2011-08-16 | sed: fix range handling for sed -i. Closes 4069 | Denys Vlasenko |
2011-08-11 | testsuite: fixes after randomconfig run | Denys Vlasenko |
2011-08-10 | randomconfig fixes | Denys Vlasenko |
2011-08-10 | randomconfig fixes | Denys Vlasenko |
2011-06-18 | fix false positive in parse test | Denys Vlasenko |
2011-05-21 | od: code shrink, fix "od --traditional FILE" | Denys Vlasenko |
2011-05-03 | sed: support \r in s command | Denys Vlasenko |
2011-03-14 | mount: add a test for bind+rshared | Denys Vlasenko |
2011-03-12 | ls: fix handling of symlinks by option -1 | Denys Vlasenko |
2011-03-02 | tar: skip leading / and handle names like abc/..////def -> def (not ///def) | Denys Vlasenko |
2011-03-01 | tar: on extract, everything up to and including last ".." is stripped | Denys Vlasenko |
2011-02-14 | echo: fix ENOSPC detection and some iffy code in \NNN handling | Denys Vlasenko |
2011-02-06 | typo fix | Denys Vlasenko |
2011-02-06 | tar: fix a bug where autodetection messes up -z on extract | Denys Vlasenko |
2010-12-31 | date: preserve isdst value if date is in time_t (unix time) format | Alexey Soloviev |
2010-11-28 | add a test for patch which we currently fail | Denys Vlasenko |
2010-11-22 | fixes for bugs discovered by randomconfig builds and tests | Denys Vlasenko |
2010-11-21 | patch: busyboxify by migrating from toybox to busybox helpers | Denys Vlasenko |
2010-10-28 | decompress_bunzip2: handle concatenated .bz2 files | Denys Vlasenko |
2010-10-23 | awk: fix segfault on closing non-opened file | Denys Vlasenko |
2010-10-18 | cpio: avoid 'not created: newer or same age file exists' message for dirs | Pascal Bellard |
2010-10-16 | shaN: small code shrink | Denys Vlasenko |
2010-10-16 | testsuite: add tests for {ms5,shaN}sum | Denys Vlasenko |
2010-10-05 | awk: 00.123 is not a octal constant; neither is 009.123. fixing this | Denys Vlasenko |
2010-09-12 | Fixed a couple of failing tar tests | Dan Fandrich |
2010-09-05 | tar: add a test for extraction of read-only directory | Dan Fandrich |
2010-09-03 | fix false positive in testsuite/tar.tests | Denys Vlasenko |
2010-09-03 | Fix some test cases | Dan Fandrich |
2010-08-29 | testsuite: show the number of failures after a test run | Dan Fandrich |
2010-08-23 | grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu... | Denys Vlasenko |
2010-08-22 | patch: support "patch [FILE [PATCH]]" format | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-16 | sed: make N command behave as in GNU sed | Denys Vlasenko |
2010-08-16 | mdev: fix non-working device deletion, add a test for that | Denys Vlasenko |
2010-08-16 | patch: uncomment the test which we actually do pass now | Denys Vlasenko |
2010-08-16 | patch: add -N and a test for it (fails for now) | Denys Vlasenko |
2010-08-13 | patch: replace it with toybox's implementation | Rob Landley |