index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
editors
Age
Commit message (
Expand
)
Author
2012-05-06
sed: support long opts and -iSFX
Simon B
2012-04-24
sed: slightly better fix for prev commit's problem
Denys Vlasenko
2012-04-24
sed: fix handling of s/// which has empty matches
Denys Vlasenko
2012-01-31
vi: add ":prev" command support
Dennis Groenen
2012-01-31
vi: move mark[i] pointers if text[] moves after realloc
Denys Vlasenko
2012-01-15
*: better comments on termios manipulations. No code changes.
Denys Vlasenko
2012-01-15
sed: fix possible case of signed char bug; expand debugging printouts
Denys Vlasenko
2011-11-28
vi: fix [end] key handling
Denys Vlasenko
2011-10-10
patch: make -p count path components, not slashes (think /blah//thing)
Rob Landley
2011-09-13
sed: better help text
Denys Vlasenko
2011-09-11
awk: fix a SEGV
Denys Vlasenko
2011-09-10
awk: fix define name collision with BSD headers
Denys Vlasenko
2011-09-09
vi: prevent unlimited recursion in do_cmd(). Closes 4153
Denys Vlasenko
2011-09-07
awk: next_input_file can return NULL, don't SEGV in this case.
Denys Vlasenko
2011-08-22
patch: make it able to create files (again)
Rob Landley
2011-08-16
sed: fix range handling for sed -i. Closes 4069
Denys Vlasenko
2011-07-25
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
Denys Vlasenko
2011-07-08
more tweak for bionic
Denys Vlasenko
2011-07-03
vi: tweak regex.h include
Denys Vlasenko
2011-06-27
vi: fix regex search, make it selectable in config
Walter Harms
2011-06-19
diff: disable debug code; remove unsupported --dry-run from help text
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-22
reformime: do not require \r\n
Denys Vlasenko
2011-05-16
vi.c: remove warning: variable 'sp' set but not used
Cristian Ionescu-Idbohrn
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-08
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...
Denys Vlasenko
2011-05-05
sed: shrink by 17 bytes
Pascal Bellard
2011-05-03
sed: support \r in s command
Denys Vlasenko
2011-05-03
sed: code shrink
Denys Vlasenko
2011-04-16
Fix double words in comments. No code changes
Marek Polacek
2011-04-03
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-03-27
diff: optimize diffing of files with the same metadata
Roman Borisov
2011-02-08
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-03
whitespace fixes
Denys Vlasenko
2011-01-26
diff: return 1 when skipping directories with -r, but without -N
Alexander Shishkin
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-11-29
patch: fix "patch at the beginning" testcase failure
Rob Landley
2010-11-22
patch: remove out-of-file build machinery
Denys Vlasenko
2010-11-21
cmp: with -s, do not report open errors
Denys Vlasenko
2010-11-21
patch: simplify double list helpers
Denys Vlasenko
2010-11-21
patch: busyboxify by migrating from toybox to busybox helpers
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-10-24
awk: reduce ifdef forest
Rob Landley
2010-10-24
awk: fix breakage in last commit
Denys Vlasenko
2010-10-23
awk: fix segfault on closing non-opened file
Denys Vlasenko
2010-10-22
*: introduce and use xmkstemp. -65 bytes.
Alexander Shishkin
2010-10-21
patch: implement -E option
Lukas Huba
2010-10-21
revert last change (wrong author)
Denys Vlasenko
2010-10-21
patch: implement -E option
Gilles Espinasse
2010-10-18
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
[next]