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
*
Fix largefile breakage; advance version to 1.2.2
vda
2006-10-27
1
-2
/
+1
*
get_terminal_width_height: do not pass insanely large values
vda
2006-10-27
1
-1
/
+1
*
last nail into error_msg() (de)capitalization
vda
2006-10-27
2
-34
/
+34
*
rename functions to more understandable names
vda
2006-10-26
1
-1
/
+1
*
sed: mostly style fixes, very small changes in actual code
vda
2006-10-25
1
-333
/
+354
*
use skip_whitespace where appropriate
vda
2006-10-25
2
-83
/
+86
*
message string changes, mostly for consistency, also -32 bytes in .rodata
vda
2006-10-20
3
-6
/
+6
*
add open_read_close() and similar stuff
vda
2006-10-14
1
-3
/
+3
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
vda
2006-10-12
2
-9
/
+9
*
small style fixes
vda
2006-10-12
1
-3
/
+3
*
attempt to regularize atoi mess.
vda
2006-10-08
1
-1
/
+1
*
awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067
vda
2006-10-07
1
-1
/
+1
*
build system overhaul
vda
2006-10-05
4
-90
/
+39
*
getopt_ulflags -> getopt32.
vda
2006-10-03
3
-8
/
+8
*
rename bb_default_error_retval -> xfunc_error_retval
vda
2006-10-03
1
-1
/
+1
*
lots of silly indent fixes
vda
2006-10-03
3
-5
/
+5
*
sed: -e options were handled in reverse order. fix that.
vda
2006-10-01
1
-19
/
+27
*
sed: unbreak multiple -e, -f option handling (my fault)
vda
2006-10-01
1
-15
/
+24
*
several fixes from openWRT project
vda
2006-09-26
1
-1
/
+30
*
awk: getopt_ulflags'isation
vda
2006-09-22
1
-37
/
+27
*
sed: getopt_ulflags'isation
vda
2006-09-22
1
-34
/
+22
*
Change license statements (and clean up headers) on some of the files that
landley
2006-09-22
1
-1
/
+1
*
whitespace cleanup
vda
2006-09-17
2
-3
/
+3
*
Bugfix for: echo '123456789' | sed 's/./|&/5'
landley
2006-09-08
1
-1
/
+1
*
removed a lot of trailing \n in bb_msg() calls. It is added
vda
2006-09-06
2
-2
/
+2
*
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
landley
2006-08-29
1
-1
/
+1
*
- merge -r15463:15564 from busybox_scratch branch through these changesets:
aldot
2006-08-20
1
-10
/
+5
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
landley
2006-08-03
4
-66
/
+44
*
Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller
landley
2006-07-26
1
-35
/
+23
*
Standardize on the vi editing directives being on the first line.
rpjday
2006-07-02
1
-1
/
+0
*
Remove all usage of the "register" storage class specifier.
rpjday
2006-07-01
1
-8
/
+8
*
Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"
landley
2006-06-28
1
-1
/
+1
*
A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and
landley
2006-06-25
1
-2
/
+1
*
Remove pointless "inline" wrapper around get_terminal_width_height().
landley
2006-06-21
1
-21
/
+7
*
Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close
landley
2006-06-21
1
-87
/
+2
*
- make sure that we see string_insert only if we need it.
aldot
2006-06-09
1
-2
/
+2
*
- reuse strings and messages. Saves about 600B
aldot
2006-06-07
1
-1
/
+1
*
Confirming it's not needed.
landley
2006-06-05
1
-1
/
+1
*
- use bb functions instead of handrolling stuff.
aldot
2006-06-03
1
-3
/
+3
*
Consolidate #include <sys/time.h> so libbb.h does it.
landley
2006-05-27
1
-1
/
+0
*
Change llist_add_* to take the address of the list rather than returning the new
landley
2006-05-26
1
-1
/
+1
*
Yann Morin spotted some leftover flotsam from halfway through the recent
landley
2006-05-24
1
-1
/
+1
*
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
landley
2006-05-21
2
-10
/
+10
*
- remove SIGIOT as suggested by landley.
aldot
2006-05-19
1
-3
/
+0
*
- Rich Felker writes:
aldot
2006-05-19
1
-0
/
+2
*
- remove superfluous legacy includes.
aldot
2006-05-19
1
-6
/
+5
*
- include strings.h
aldot
2006-05-19
2
-0
/
+2
*
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...
vapier
2006-05-13
1
-1
/
+1
*
Convert sed's static variables to a single global structure.
landley
2006-05-09
1
-123
/
+130
*
Move sed over to the generic llist_t for append. Saves about 90 bytes.
landley
2006-05-08
1
-27
/
+9
[next]