index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
zstd
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
patch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch: improved handling of files with no final newline
Ron Yorston
2026-04-16
1
-9
/
+31
*
patch: handle files with no final newline
Ron Yorston
2026-04-14
1
-0
/
+18
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
*: style fix
Denys Vlasenko
2022-08-30
1
-8
/
+8
*
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-18
1
-1
/
+1
*
help text: replace [OPTIONS] with actual options (if not too long)
Denys Vlasenko
2020-12-13
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-1
/
+2
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
patch: implement --dry-run
Denys Vlasenko
2018-04-14
1
-43
/
+86
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-1
/
+0
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-1
/
+1
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Code style fixes, no code changes
Denys Vlasenko
2016-11-28
1
-5
/
+6
*
patch: fix matching failure
Aaro Koskinen
2016-11-24
1
-0
/
+11
*
patch: fix debug log failure
Aaro Koskinen
2016-11-24
1
-1
/
+1
*
patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736
Denys Vlasenko
2016-01-23
1
-6
/
+5
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-2
/
+2
*
patch: segfault fix. Closes 7916
Denys Vlasenko
2015-03-11
1
-0
/
+10
*
patch: make -p count path components, not slashes (think /blah//thing)
Rob Landley
2011-10-10
1
-8
/
+10
*
patch: make it able to create files (again)
Rob Landley
2011-08-22
1
-5
/
+3
*
diff: disable debug code; remove unsupported --dry-run from help text
Denys Vlasenko
2011-06-19
1
-7
/
+10
*
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...
Denys Vlasenko
2011-05-08
1
-1
/
+1
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-1
/
+1
*
patch: fix "patch at the beginning" testcase failure
Rob Landley
2010-11-29
1
-9
/
+14
*
patch: simplify double list helpers
Denys Vlasenko
2010-11-21
1
-42
/
+32
*
patch: busyboxify by migrating from toybox to busybox helpers
Denys Vlasenko
2010-11-21
1
-160
/
+85
*
*: introduce and use xmkstemp. -65 bytes.
Alexander Shishkin
2010-10-22
1
-2
/
+1
*
patch: implement -E option
Lukas Huba
2010-10-21
1
-9
/
+16
*
revert last change (wrong author)
Denys Vlasenko
2010-10-21
1
-16
/
+9
*
patch: implement -E option
Gilles Espinasse
2010-10-21
1
-9
/
+16
*
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
2010-10-18
1
-1
/
+1
*
*: whitespace fixes
Denys Vlasenko
2010-10-05
1
-1
/
+1
*
patch: tweaks
Rob Landley
2010-10-04
1
-4
/
+6
*
patch: support "patch [FILE [PATCH]]" format
Denys Vlasenko
2010-08-22
1
-11
/
+24
*
patch: fix -N regression
Denys Vlasenko
2010-08-17
1
-5
/
+11
*
patch: add -N and a test for it (fails for now)
Denys Vlasenko
2010-08-16
1
-2
/
+4
*
patch: move closer to toybox code
Denys Vlasenko
2010-08-13
1
-4
/
+7
*
patch: deal with ommitted ",len" in hunk headers (default len to 1)
Rob Landley
2010-08-13
1
-7
/
+13
*
patch: replace it with toybox's implementation
Rob Landley
2010-08-13
1
-270
/
+555
*
patch: accept and ignore -g NUM
Denys Vlasenko
2010-01-22
1
-6
/
+7
*
patch: add more long opts; but remove -g for now
Denys Vlasenko
2010-01-22
1
-8
/
+25
*
*: small code shrinks and compile fix for unicode
Denys Vlasenko
2010-01-20
1
-2
/
+1
*
patch: ignore flag -g. +22 bytes
Matheus Izvekov
2010-01-20
1
-1
/
+3
*
patch: add longopts, --dry-run, add one more test
Denys Vlasenko
2009-10-24
1
-6
/
+29
*
patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)
Denys Vlasenko
2009-08-20
1
-1
/
+11
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
style fixes, no code changes
Denis Vlasenko
2008-06-26
1
-1
/
+1
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-2
/
+2
*
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-26
1
-18
/
+34
[next]