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
/
libbb
/
compare_string_array.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-06-10
- don't check for toolchain-setting for make targets that don't need them
aldot
2
-2
/
+16
2006-06-10
- revert incorrect select change
aldot
1
-7
/
+5
2006-06-10
- fix two segfaults (reported by Horst Kronstorfer)
aldot
1
-147
/
+139
2006-06-10
- use bb_xbind
aldot
1
-1
/
+1
2006-06-10
- use bb_xchdir instead of ignoring eventual errors of chdir
aldot
2
-3
/
+3
2006-06-10
- fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed
aldot
1
-9
/
+14
2006-06-09
add ordering warning on enum Location
pgf
1
-0
/
+1
2006-06-09
- make sure that we see string_insert only if we need it.
aldot
1
-2
/
+2
2006-06-08
remove leading "Enable" from the config option text. not only is it
pgf
1
-12
/
+12
2006-06-08
made "test" an ash built-in.
pgf
8
-232
/
+270
2006-06-08
Patch from Erik Hovland, via Tito.
landley
1
-2
/
+2
2006-06-08
Some day, maybe gcc will be able to optimize out static functions that are
landley
1
-1
/
+2
2006-06-07
need prototype for new vfork_daemon()
vapier
1
-0
/
+1
2006-06-07
initial support for no-mmu systems
vapier
1
-0
/
+4
2006-06-07
sometimes daemonizing and vfork()/exit() is ok
vapier
1
-5
/
+19
2006-06-07
bb_xdaemon() isnt available on no-mmu systems
vapier
1
-1
/
+3
2006-06-07
comment all fields
vapier
1
-4
/
+4
2006-06-07
hint at where the Magic comes from
vapier
1
-1
/
+1
2006-06-07
- do away with the comment that noted that the current implementation
aldot
1
-1
/
+1
2006-06-07
Fix from Tito to read from stdin only when it's not a tty.
landley
2
-4
/
+4
2006-06-07
- spelling
aldot
1
-1
/
+1
2006-06-07
add reference to proc(5)
vapier
1
-0
/
+1
2006-06-07
- reuse strings and messages. Saves about 600B
aldot
22
-86
/
+77
2006-06-07
Consolidate devfs garbage and mark it as obsolete.
landley
2
-13
/
+16
2006-06-07
use bb_xbind/bb_xlisten
vapier
1
-5
/
+2
2006-06-07
whitespace
vapier
1
-1
/
+1
2006-06-07
whitespace
vapier
1
-1
/
+1
2006-06-07
add a --noclobber flag
vapier
1
-2
/
+8
2006-06-07
add support for cleaning out previous busybox install
vapier
1
-0
/
+18
2006-06-07
dont install emtpy libdirs
vapier
1
-1
/
+1
2006-06-07
dont mix tabs and spaces, kthx
vapier
1
-13
/
+13
2006-06-07
remove cvs $Id tag
vapier
1
-3
/
+0
2006-06-07
- add applet taskset to set/retrieve the CPU affinity of a process
aldot
6
-0
/
+109
2006-06-07
Tito writes: this patch fixes two potential bugs with the -i -I flags that co...
vapier
1
-2
/
+2
2006-06-07
- fix the build if we have ftpput without ftpget (speeling reeoe)
aldot
2
-3
/
+3
2006-06-07
Callers to identify() converted the endianness of the buffer. So did
landley
1
-16
/
+16
2006-06-06
Remove a config entry that leaked in from my tree before I decided to
landley
1
-7
/
+1
2006-06-06
Whack the one last warning in make allbareconfig...
landley
1
-1
/
+1
2006-06-06
import support for microblaze relocations from uClinux-dist
vapier
1
-0
/
+59
2006-06-06
make the default prompt suck less when using fancy prompts
vapier
1
-2
/
+11
2006-06-06
fix from uClinux-dist for proper exit status if reading /proc/modules failed
vapier
1
-5
/
+5
2006-06-06
merge blackfin/microblaze from uClinux-dist
vapier
1
-0
/
+17
2006-06-06
use vfork() instead of vork() since the only thing we do is execve() an app a...
vapier
1
-1
/
+1
2006-06-06
only check __GNU_LIBRARY__ if it is actually defined
vapier
1
-2
/
+2
2006-06-05
Header cleanup on two more networking files (move libbb.h to the top and
landley
3
-26
/
+17
2006-06-05
Confirming it's not needed.
landley
1
-1
/
+1
2006-06-05
- add note about need to unify the 4 itoa() implementations.
aldot
1
-0
/
+3
2006-06-04
- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)
aldot
1
-0
/
+2
2006-06-04
- add note about ingroup and is_a_group_member
aldot
1
-0
/
+2
2006-06-04
- add note about removing superfluous fmt specifiers
aldot
1
-2
/
+7
[next]