index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
patch.tests
Age
Commit message (
Expand
)
Author
2016-11-24
patch: fix matching failure
Aaro Koskinen
2011-10-10
patch: make -p count path components, not slashes (think /blah//thing)
Rob Landley
2011-08-22
patch: make it able to create files (again)
Rob Landley
2011-08-16
patch: add a test we currently fail
Denys Vlasenko
2010-11-28
add a test for patch which we currently fail
Denys Vlasenko
2010-11-21
patch: busyboxify by migrating from toybox to busybox helpers
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
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
2010-05-11
randomtest fixes
Denys Vlasenko
2009-11-04
tests: fix POSIX shell source style
Mike Frysinger
2009-10-25
patch: add another test (currently fails)
Denys Vlasenko
2009-10-24
patch: add longopts, --dry-run, add one more test
Denys Vlasenko
2008-03-26
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-25
patch: fix vda's thinko: we need to open new_filename.orig, always!
Denis Vlasenko