aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/fixdep.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-06defconfig.mingw32: add more features that work recentlyNguyễn Thái Ngọc Duy1-13/+17
2009-05-06libbb/lineedit: simple adaptation to support tab-completion in ashNguyễn Thái Ngọc Duy1-0/+70
this is far from perfect as a vt100 emulation, but enough to make ash's tab completion work.
2009-04-28libb/mingw_stat(): turn S_IEXEC on for .exe filesNguyễn Thái Ngọc Duy1-0/+4
2009-04-28libbb/xfuncs.c: reimplement get_terminal_width_height to understand Windows ↵Nguyễn Thái Ngọc Duy1-3/+13
console
2009-04-28Config.in: comment out programs/features that will not get supported anytime ↵Nguyễn Thái Ngọc Duy5-3/+44
soon
2009-04-28networking/wget: unmask, with very basic functionalityNguyễn Thái Ngọc Duy2-1/+40
2009-04-28libbb/xconnect: initialize winsock before using itNguyễn Thái Ngọc Duy3-7/+23
2009-04-28libbb/strbuf_file: stdio emulation layer for handling with Winsock handlesNguyễn Thái Ngọc Duy3-0/+189
not really robust, but enough to make wget works
2009-04-28libbb/xfuncs.c: fix get_terminal_width_height() to 80x25Nguyễn Thái Ngọc Duy1-1/+10
2009-04-23shell/ash: redo execcmd() and get rid of shellexec()Nguyễn Thái Ngọc Duy1-0/+11
2009-04-23shell/ash: pass env vars over when forking shellNguyễn Thái Ngọc Duy1-0/+3
2009-04-23run-command: rework interface to pass program path directlyNguyễn Thái Ngọc Duy4-17/+15
2009-04-23applets/applets.c: recognize subcommand in .exe formNguyễn Thái Ngọc Duy1-0/+6