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
/
editors
Age
Commit message (
Expand
)
Author
2008-09-21
crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)
Denis Vlasenko
2008-09-05
awk: add a comment
Denis Vlasenko
2008-09-02
awk: improve nadling of negative numbers in bitwise ops;
Denis Vlasenko
2008-08-28
awk: bitwise ops cast oprands and results to unsigned long,
Denis Vlasenko
2008-08-28
awk: support hex constants
Denis Vlasenko
2008-07-22
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-22
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-17
vi: using array data after it fell out of scope is stupid.
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-02
awk: another smallish code shrink
Denis Vlasenko
2008-07-02
uname,individual: fix improper printf usage
Denis Vlasenko
2008-07-01
awk: fix a case with multiple -f options. simplify -f file reading.
Denis Vlasenko
2008-06-27
vi: fix vda's thinko
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-26
print_flags: fix trivial thinko
Denis Vlasenko
2008-06-26
style fixes, no code changes
Denis Vlasenko
2008-06-24
vi: fix yet another vda's thinko
Denis Vlasenko
2008-06-23
fix breakage found by randomconfig
Denis Vlasenko
2008-06-22
vi: fix obvious thinko's
Denis Vlasenko
2008-06-22
vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
Denis Vlasenko
2008-06-21
vi: small code shrink
Denis Vlasenko
2008-06-20
vi: fix the bug where vi never grows the edit buffer.
Denis Vlasenko
2008-06-15
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-07
grep: make "-f -" work (+ testsuite)
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-03
vi: do not truncate file to zero length. closes bug 2944.
Denis Vlasenko
2008-03-28
fix a few stray unguarded strdup's
Denis Vlasenko
2008-03-26
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis 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
2008-03-24
diff: improve comments (no code chages)
Denis Vlasenko
2008-03-24
patch: support for patches without dates and generated with -U1; shrink
Denis Vlasenko
2008-03-24
diff: exclude D_EMPTY code if there is no support for -r
Denis Vlasenko
2008-03-24
diff: fix small bug; don't make a copy for "/dev/null" case
Denis Vlasenko
2008-03-24
diff: reordering and renaming of variables
Denis Vlasenko
2008-03-24
diff: make a few variables local
Denis Vlasenko
2008-03-24
diff: make it work on pipes etc (needed for kernel compile)
Denis Vlasenko
2008-03-24
diff: shrink
Denis Vlasenko
2008-03-24
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
lpr: add more accurate comments
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-18
patch: don't trash permissions of patched file
Denis Vlasenko
2008-03-17
remove alarm() calls which were functioning as a primitive
Paul Fox
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
[next]