2012-02-07 17:54:14 +01:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2012-02-24 11:21:34 +01:00
|
|
|
- New pldd command for listing DLLs loaded by a process.
|
|
|
|
|
2012-02-22 03:07:07 +01:00
|
|
|
- New API: scandirat.
|
|
|
|
|
2012-02-07 17:54:14 +01:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
- Fixed problem where background Cygwin processes kept the windows
|
2012-02-16 12:12:00 +01:00
|
|
|
console window from exiting.
|
|
|
|
|
|
|
|
- Change the way remote shares mapped to drive letters are recognized
|
|
|
|
when creating the cygdrive directory. If Windows claims the drive
|
|
|
|
is unavailable, don't show it in the cygdrive directory listing.
|
2012-02-25 11:48:35 +01:00
|
|
|
|
|
|
|
- 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.
|
|
|
|
|