index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
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
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-15
vi: move undo_queue_state in globals to other byte-sized members
Denys Vlasenko
1
-13
/
+14
2021-04-15
vi: allow line addresses to have an offset
Ron Yorston
1
-46
/
+72
2021-04-15
vi: allow backward search to specify line address
Ron Yorston
1
-7
/
+14
2021-04-15
vi: detect and warn about invalid line addresses
Ron Yorston
1
-8
/
+14
2021-04-15
vi: code shrink colon line addresses
Ron Yorston
1
-27
/
+28
2021-04-15
vi: make context marks more like vi
Ron Yorston
1
-18
/
+12
2021-04-15
vi: correct autoindent for 'O' command
Ron Yorston
1
-12
/
+29
2021-04-15
vi: allow ctrl-D to reduce indentation
Ron Yorston
1
-2
/
+14
2021-04-15
vi: don't move cursor when yanking whole lines
Ron Yorston
1
-0
/
+6
2021-04-15
vi: reset command count when specifying '0' range
Ron Yorston
1
-5
/
+10
2021-04-15
vi: code shrink motion by paragraph
Ron Yorston
1
-12
/
+15
2021-04-15
vi: position cursor on last column of tab
Ron Yorston
1
-12
/
+9
2021-04-15
vi: correctly record deleted characters
Ron Yorston
1
-17
/
+22
2021-04-14
platform.h: fix for Bionic >= 21 not having wait3()
Denys Vlasenko
2
-0
/
+11
2021-04-14
unzip: add -t
Denys Vlasenko
1
-3
/
+9
2021-04-14
unzip: fix for .zip archives with >4GB file
Denys Vlasenko
1
-2
/
+20
2021-04-14
fix "warning array subscript has type 'char'"
Denys Vlasenko
7
-22
/
+22
2021-04-14
Makefile.flags: add a test for -lrt availability
Denys Vlasenko
1
-5
/
+8
2021-04-14
echo: fix !ENABLE_FEATURE_FANCY_ECHO build
Denys Vlasenko
1
-1
/
+1
2021-04-14
fix gcc-11.0 warnings
Denys Vlasenko
4
-4
/
+4
2021-04-14
*: --help text tweaks
Denys Vlasenko
16
-21
/
+21
2021-04-14
touch: shorten --help text
Denys Vlasenko
1
-1
/
+1
2021-04-14
touch: code shrink
Denys Vlasenko
1
-6
/
+4
2021-04-14
touch: fix -am
Denys Vlasenko
1
-5
/
+8
2021-04-13
dd: support iflag=count_bytes
Rafał Miłecki
2
-18
/
+33
2021-04-13
vi: allow writing to another file if this one is readonly
Alison Winters
1
-1
/
+1
2021-04-13
build system: avoid build failure during bisection
Ron Yorston
1
-1
/
+1
2021-04-13
hush: beautify ^D handling to match ash / bash
Denys Vlasenko
1
-0
/
+2
2021-04-13
watchdog: make open-write-close-open functionality a config knob
Rasmus Villemoes
1
-5
/
+21
2021-04-13
touch: fix previous commit
Denys Vlasenko
1
-1
/
+1
2021-04-13
touch: make FEATURE_TOUCH_NODEREF unconditional
Denys Vlasenko
1
-18
/
+9
2021-04-13
touch: code shrink
Denys Vlasenko
1
-4
/
+4
2021-04-13
touch: code shrink
Denys Vlasenko
1
-23
/
+17
2021-04-13
touch: prevent usage of -r and -t at once
Xabier Oneca
1
-7
/
+11
2021-04-13
touch: switch to using utimensat() and futimens()
Denys Vlasenko
1
-41
/
+16
2021-04-12
touch: unbreak -h
Denys Vlasenko
1
-9
/
+10
2021-04-12
touch: remove unneeded GETOPT32 defines
Xabier Oneca
1
-18
/
+13
2021-04-12
touch: fix atime set from reference file
Xabier Oneca
1
-1
/
+2
2021-04-12
touch: add SUSv3 options -a and -m
Xabier Oneca
1
-14
/
+45
2021-04-11
lineedit: fix tab completion with equal sign
Natanael Copa
1
-1
/
+1
2021-04-11
vi: improvements to reporting of changes
Ron Yorston
1
-31
/
+59
2021-04-11
vi: issue a warning on failure to find a character
Ron Yorston
1
-1
/
+3
2021-04-11
vi: make the substitute command more like vi
Ron Yorston
1
-13
/
+17
2021-04-11
vi: make put commands more like vi
Ron Yorston
1
-2
/
+13
2021-04-11
vi: allow the '.' command to have a repetition count
Ron Yorston
1
-10
/
+11
2021-04-11
vi: allow 'r' command to be aborted, repeated
Ron Yorston
1
-3
/
+12
2021-04-11
vi: improvements to undo
Ron Yorston
1
-13
/
+22
2021-04-11
vi: more fixes to range selection by word
Ron Yorston
1
-3
/
+5
2021-04-11
vi: improvements to range selection
Ron Yorston
1
-41
/
+42
2021-04-11
vi: code shrink search commands
Ron Yorston
1
-49
/
+36
[next]