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
/
coreutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- pull r17757 from trunk: fix stty's fix_param(). Closes #1193
Bernhard Reutner-Fischer
2007-02-04
1
-4
/
+5
*
ls: stop doing time() for each file in "ls -l"
Denis Vlasenko
2007-01-19
1
-1
/
+14
*
ls: use get_cached_username/groupname
Denis Vlasenko
2007-01-19
1
-9
/
+5
*
- reinstate paranoia check in wrapf().
Bernhard Reutner-Fischer
2007-01-18
1
-2
/
+3
*
stop using global variable needlessly
Denis Vlasenko
2007-01-18
1
-28
/
+30
*
- remove superfluous define that expanded to "!strcmp"
Bernhard Reutner-Fischer
2007-01-17
1
-22
/
+3
*
- reuse return code of vsnprintf to avoid pulling in strlen
Bernhard Reutner-Fischer
2007-01-17
1
-3
/
+3
*
- merge display_changed() and display_all()
Bernhard Reutner-Fischer
2007-01-17
1
-69
/
+22
*
- peruse get_terminal_width_height and remove legacy code for ancient
Bernhard Reutner-Fischer
2007-01-17
1
-69
/
+10
*
- rewrite find_param to use index_in_str_array
Bernhard Reutner-Fischer
2007-01-17
1
-1
/
+21
*
- manually inline tty_value_to_baud and remove string_to_baud_or_die
Bernhard Reutner-Fischer
2007-01-17
1
-10
/
+5
*
- constify some read-only members and remove superfluous casts
Bernhard Reutner-Fischer
2007-01-17
1
-12
/
+11
*
- reuse option_mask32 for state-handling in main
Bernhard Reutner-Fischer
2007-01-17
1
-36
/
+33
*
whitespace fixes (leading spaces to tab)
Denis Vlasenko
2007-01-13
2
-2
/
+2
*
random small size optimizations
Denis Vlasenko
2007-01-12
1
-5
/
+3
*
stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -
Denis Vlasenko
2007-01-12
1
-0
/
+3
*
stty: rearrange functions, avoiding the need in forward declarations.
Denis Vlasenko
2007-01-12
1
-386
/
+374
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
2
-2
/
+2
*
- FIXME: someone broke diff -r
Bernhard Reutner-Fischer
2007-01-07
1
-48
/
+48
*
work around gcc's false warning
Denis Vlasenko
2007-01-07
1
-3
/
+2
*
diff: small optimizations; do not try to diff non-seekable stream
Denis Vlasenko
2007-01-07
2
-55
/
+46
*
- minor shrinkage: -25 bytes or so.
Bernhard Reutner-Fischer
2007-01-06
1
-12
/
+14
*
new libbb func: xmalloc_realpath (+ use it where makes sense)
Denis Vlasenko
2007-01-04
1
-2
/
+0
*
chown: fix handling of "user.group" notation
Denis Vlasenko
2007-01-03
1
-13
/
+12
*
Remove networking/libiproute/linux/pkt_sched.h
Denis Vlasenko
2007-01-02
1
-1
/
+1
*
str2u() is only used when FEATURE_SORT_BIG is enabled
Mike Frysinger
2007-01-02
1
-0
/
+2
*
awk: undo locale setting for numbers - or else parsing
Denis Vlasenko
2007-01-01
1
-1
/
+2
*
stty: fix width of a field for ppc32
Denis Vlasenko
2007-01-01
2
-96
/
+143
*
stop using __u32 etc. uint32_t is there for a reason
Denis Vlasenko
2006-12-31
1
-1
/
+1
*
Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...
Mike Frysinger
2006-12-31
1
-1
/
+1
*
done a dozen of randconfig test. guess what? ALL failed...
Denis Vlasenko
2006-12-30
2
-1
/
+4
*
fix build without shadow support
Denis Vlasenko
2006-12-28
1
-12
/
+9
*
bb_xget[pw/gr]nam were horribly misnamed - fixed.
Denis Vlasenko
2006-12-28
3
-51
/
+63
*
style fixes
Denis Vlasenko
2006-12-26
3
-5
/
+5
*
sum: 40% size reduction (-300 bytes)
Denis Vlasenko
2006-12-23
1
-107
/
+48
*
tail: -50 text bytes
Denis Vlasenko
2006-12-22
1
-88
/
+48
*
convert "negaite" config option into reversed (INCLUDE_SUSv2)
Denis Vlasenko
2006-12-22
3
-6
/
+6
*
removal of commented-out cruft
Denis Vlasenko
2006-12-22
1
-5
/
+0
*
tar et al: die if bb_copyfd_size copies less than asked for.
Denis Vlasenko
2006-12-22
1
-2
/
+1
*
less: stop dying on bad regexps, quietly pipe data w/o
Denis Vlasenko
2006-12-21
1
-5
/
+3
*
introduce LONE_CHAR (optimized strcmp with one-char string)
Denis Vlasenko
2006-12-21
6
-17
/
+26
*
tail: fix tail +N
Denis Vlasenko
2006-12-21
1
-11
/
+9
*
remove casts from xmalloc()
Denis Vlasenko
2006-12-19
1
-1
/
+1
*
A bunch of defined(__GLIBC__) added. static-linking warning expanded
Denis Vlasenko
2006-12-18
1
-7
/
+0
*
du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.
Denis Vlasenko
2006-12-18
1
-35
/
+31
*
od: remove bug-for-bug compat (because the bug was fixed in coreuitls)
Denis Vlasenko
2006-12-17
1
-2
/
+1
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
8
-25
/
+23
*
diff: fix -q exit code
Denis Vlasenko
2006-12-16
1
-70
/
+72
*
- minor shrinkage
Bernhard Reutner-Fischer
2006-12-14
1
-4
/
+6
*
- remove warning about unused depth parameter in add_to_dirlist()
Bernhard Reutner-Fischer
2006-12-13
1
-2
/
+5
[next]