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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply post-1.11.0 patches. Bump version to 1.11.1.
Denis Vlasenko
2008-07-11
2
-28
/
+22
*
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
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
4
-6
/
+7
*
libbb: introduce and use xrename and rename_or_warn.
Denis Vlasenko
2008-02-17
2
-6
/
+2
*
random s/short/int/
Denis Vlasenko
2008-02-16
1
-4
/
+6
*
add ',' and 'gg' commands (patch from Leo Jay)
Paul Fox
2008-02-14
1
-2
/
+27
*
- spelling fixes
Bernhard Reutner-Fischer
2008-02-11
1
-4
/
+4
*
*: tidy up usage of char **environ
Denis Vlasenko
2008-01-28
1
-1
/
+0
*
libbb: introduce fputc_printable (from ed)
Denis Vlasenko
2007-12-30
2
-15
/
+3
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
1
-1
/
+1
*
vi: speed up some string ops
Denis Vlasenko
2007-12-23
1
-42
/
+56
*
vi: reduce amount of memset'ing on each screen refresh
Denis Vlasenko
2007-12-22
1
-9
/
+13
*
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
Denis Vlasenko
2007-12-22
2
-21
/
+50
[next]