Welcome to mirror list, hosted at ThFree Co, Russian Federation.

1.7.11 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4e0911d27750377d8541ef6d2ec452d1f04665a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
What's new:
-----------

- New pldd command for listing DLLs loaded by a process.

- New API: scandirat.


What changed:
-------------

- Fixed problem where background Cygwin processes kept the windows
  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.

- 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.