*** empty log message ***

This commit is contained in:
Corinna Vinschen 2012-02-25 10:48:35 +00:00
parent 7ab41ee33a
commit 5ffd5f300f
1 changed files with 12 additions and 0 deletions

View File

@ -15,3 +15,15 @@ What changed:
- Change the way remote shares mapped to drive letters are recognized - Change the way remote shares mapped to drive letters are recognized
when creating the cygdrive directory. If Windows claims the drive when creating the cygdrive directory. If Windows claims the drive
is unavailable, don't show it in the cygdrive directory listing. is unavailable, don't show it in the cygdrive directory listing.
- Lower the stack pressure in some Cygwin calls by reducing the buffer
space allocated on the stack.
- Raise default stacksize of pthreads from 512K to 1 Meg. It can still
be changed using the pthread_attr_setstacksize call.
- process.h header has been moved back from /usr/include/cygwin to
/usr/include.
- Make <sys/wait.h> header C++ clean.