Denys Vlasenko
|
eb5091070f
patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736
|
8 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Denys Vlasenko
|
fe8b5802ba
patch: segfault fix. Closes 7916
|
9 years ago |
Rob Landley
|
39ec6a2ad5
patch: make -p count path components, not slashes (think /blah//thing)
|
13 years ago |
Rob Landley
|
c5f7847659
patch: make it able to create files (again)
|
13 years ago |
Denys Vlasenko
|
416e978ce8
diff: disable debug code; remove unsupported --dry-run from help text
|
13 years ago |
Denys Vlasenko
|
80c5b6893d
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads
|
13 years ago |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 years ago |
Rob Landley
|
8027a202a8
patch: fix "patch at the beginning" testcase failure
|
14 years ago |
Denys Vlasenko
|
400ff226c2
patch: simplify double list helpers
|
14 years ago |
Denys Vlasenko
|
b82ae98ea4
patch: busyboxify by migrating from toybox to busybox helpers
|
14 years ago |
Alexander Shishkin
|
6722737ece
*: introduce and use xmkstemp. -65 bytes.
|
14 years ago |
Lukas Huba
|
08187356d7
patch: implement -E option
|
14 years ago |
Denys Vlasenko
|
e7599d1cc7
revert last change (wrong author)
|
14 years ago |
Gilles Espinasse
|
f0c7e0c8d5
patch: implement -E option
|
14 years ago |
Denys Vlasenko
|
c05387d5de
*: replace xopen3 with xopen where makes sense
|
14 years ago |
Denys Vlasenko
|
cacb2cd281
*: whitespace fixes
|
14 years ago |
Rob Landley
|
9d113cac42
patch: tweaks
|
14 years ago |
Denys Vlasenko
|
e7b0a9e5bc
patch: support "patch [FILE [PATCH]]" format
|
14 years ago |
Denys Vlasenko
|
cda815996b
patch: fix -N regression
|
14 years ago |
Denys Vlasenko
|
a4160e15ec
patch: add -N and a test for it (fails for now)
|
14 years ago |
Denys Vlasenko
|
6373bb7740
patch: move closer to toybox code
|
14 years ago |
Rob Landley
|
760d0ebbe5
patch: deal with ommitted ",len" in hunk headers (default len to 1)
|
14 years ago |
Rob Landley
|
1bbc0cd7f2
patch: replace it with toybox's implementation
|
14 years ago |
Denys Vlasenko
|
8b8d32ea56
patch: accept and ignore -g NUM
|
15 years ago |
Denys Vlasenko
|
feadfe742a
patch: add more long opts; but remove -g for now
|
15 years ago |
Denys Vlasenko
|
94ca6943bc
*: small code shrinks and compile fix for unicode
|
15 years ago |
Matheus Izvekov
|
2e5fa4a69d
patch: ignore flag -g. +22 bytes
|
15 years ago |
Denys Vlasenko
|
17c838bc6d
patch: add longopts, --dry-run, add one more test
|
15 years ago |
Denys Vlasenko
|
d7874ed1d4
patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)
|
15 years ago |