aboutsummaryrefslogtreecommitdiff
path: root/INSTALL (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-10cygwin_tc?etattr(): dont do anything if failed to detect Cygwin ttyNguyễn Thái Ngọc Duy1-4/+4
2009-05-10get_wincon_width_height(): do not return uninitialized value if ↵Nguyễn Thái Ngọc Duy1-3/+1
GetConsoleScreenBufferInfo() fails
2009-05-10editors/vi: reimplement mysleep() because select() won't work on stdin on ↵Nguyễn Thái Ngọc Duy1-0/+25
Windows This makes vi work on rxvt for Windows. There is work to do in winansi.c in order to make vim work on Windows console.
2009-05-10Introduce FEATURE_CYGWIN_TTYNguyễn Thái Ngọc Duy5-3/+233
This feature allows terminal-aware applications to access Cygwin-based terminal emulator, like rxvt, by allowing access to termios structure managed by Cygwin. The way this works is really intrusive. It examines Cygwin's (unofficial) shared information to find out termios data and manipulate directly on that (without locking, for now). Different Cygwin versions may change share info layout. This patch only supports cygwin-1.7.0-46. Support for other versions can be added later.
2009-05-09introduce libbb/termios.c for terminal-related functionsNguyễn Thái Ngọc Duy5-83/+189
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