winbash
Project home
If you were registered and logged in, you could join this project.
You can add a "Highlights:" line to the top of all web pages by adding a file www/project_nav.html
|
Mission
|
|
This project's purpose is to create a native win32 version of GNU bash without requiring the cygwin DLLs.
There is a (mostly) functional 1.14.7 version available. It currently doesn't work well with subprocesses,redirection and signals, but most of the normal shell features are available.
Ground rules:
- we will NOT use cygwin. We think the best way to build the shell is to base it on the existing GNU source, and then build platform-specific code that deals with OS calls. For example, subprocesses today are implemented as NT threads.
|