index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
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
/
editors
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-22
1
-7
/
+7
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
3
-6
/
+6
*
vi: using array data after it fell out of scope is stupid.
Denis Vlasenko
2008-07-17
1
-6
/
+8
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
3
-6
/
+7
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
7
-12
/
+12
*
awk: another smallish code shrink
Denis Vlasenko
2008-07-02
1
-3
/
+1
*
uname,individual: fix improper printf usage
Denis Vlasenko
2008-07-02
1
-4
/
+4
*
awk: fix a case with multiple -f options. simplify -f file reading.
Denis Vlasenko
2008-07-01
1
-27
/
+21
*
vi: fix vda's thinko
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
3
-4
/
+4
*
print_flags: fix trivial thinko
Denis Vlasenko
2008-06-26
1
-2
/
+2
*
style fixes, no code changes
Denis Vlasenko
2008-06-26
1
-1
/
+1
*
vi: fix yet another vda's thinko
Denis Vlasenko
2008-06-24
1
-0
/
+1
*
fix breakage found by randomconfig
Denis Vlasenko
2008-06-23
1
-2
/
+2
*
vi: fix obvious thinko's
Denis Vlasenko
2008-06-22
1
-5
/
+4
*
vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)
Denis Vlasenko
2008-06-22
1
-5
/
+5
*
vi: small code shrink
Denis Vlasenko
2008-06-21
1
-35
/
+24
*
vi: fix the bug where vi never grows the edit buffer.
Denis Vlasenko
2008-06-20
1
-121
/
+154
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
2
-13
/
+4
*
grep: make "-f -" work (+ testsuite)
Denis Vlasenko
2008-06-07
1
-2
/
+3
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
2
-4
/
+4
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
1
-2
/
+2
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
3
-6
/
+10
*
vi: do not truncate file to zero length. closes bug 2944.
Denis Vlasenko
2008-05-03
1
-1
/
+6
*
fix a few stray unguarded strdup's
Denis Vlasenko
2008-03-28
1
-132
/
+127
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
2
-4
/
+4
*
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-26
1
-18
/
+34
*
patch: fix vda's thinko: we need to open new_filename.orig, always!
Denis Vlasenko
2008-03-25
1
-18
/
+12
*
diff: improve comments (no code chages)
Denis Vlasenko
2008-03-24
1
-10
/
+13
*
patch: support for patches without dates and generated with -U1; shrink
Denis Vlasenko
2008-03-24
1
-69
/
+67
*
diff: exclude D_EMPTY code if there is no support for -r
Denis Vlasenko
2008-03-24
1
-16
/
+22
*
diff: fix small bug; don't make a copy for "/dev/null" case
Denis Vlasenko
2008-03-24
1
-4
/
+10
*
diff: reordering and renaming of variables
Denis Vlasenko
2008-03-24
1
-67
/
+66
*
diff: make a few variables local
Denis Vlasenko
2008-03-24
1
-6
/
+3
*
diff: make it work on pipes etc (needed for kernel compile)
Denis Vlasenko
2008-03-24
1
-51
/
+88
*
diff: shrink
Denis Vlasenko
2008-03-24
1
-104
/
+126
*
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
2
-3
/
+3
*
lpr: add more accurate comments
Denis Vlasenko
2008-03-24
2
-2
/
+2
*
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-23
1
-98
/
+73
*
patch: don't trash permissions of patched file
Denis Vlasenko
2008-03-18
1
-10
/
+7
*
remove alarm() calls which were functioning as a primitive
Paul Fox
2008-03-17
1
-17
/
+3
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
2
-8
/
+5
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
2
-18
/
+7
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
5
-9
/
+9
*
fixups to vi usage, and move the initial redraw() past the
Paul Fox
2008-03-06
1
-7
/
+9
*
fixed the "dot" (i.e. '.') command, to properly re-init its
Paul Fox
2008-03-06
1
-58
/
+65
*
fix vi's '?' and '/' commands to correctly set a new direction
Paul Fox
2008-03-05
1
-1
/
+4
*
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-03-02
1
-7
/
+1
*
doc: add info about sed s/.../.../I modifier
Denis Vlasenko
2008-03-01
1
-0
/
+3
*
sed: n cmd must reset "we had successful subst" flag. closes bug 1214.
Denis Vlasenko
2008-02-28
1
-2
/
+3
[prev]
[next]