Differences between version 2 and previous revision of Cygwin.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Friday, February 14, 2003 4:53:27 pm | by JohnMcPherson | Revert |
Older page: | version 1 | Last edited on Friday, February 14, 2003 4:19:05 pm | by PerryLorier | Revert |
@@ -1,3 +1,5 @@
A [POSIX] [API] implementation for MicrosoftWindows.
-Provides libc, and all the neato unix programs you've come to love and expect (such as bash, cat, dd, ls, vi etc)
+Provides libc, and all the neato unix programs you've come to love and expect (such as bash, cat, dd, ls, vi, gcc
etc)
+
+A large DLL maps standard unix functions to the Windows win32api/C run time dlls, and implements the other functions that can't be mapped. Also does things like path translation (eg changing the directory separator from "/" to "\\") so that many unix programs can be ported to windows (using a ported gcc) without requiring code changes.