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

2.2.0 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 291283e6a1f87ef5f7a349c14a7b2af2cba2fffc (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
30
What's new:
-----------

- New APIs: getcontext, setcontext, makecontext, swapcontext.

- New functions: sigsetjmp, siglongjmp.
  These were only available as macros up to now, but POSIX requires that
  siglongjmp has to be available as function.


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

- When started from a non-Cygwin process, check if $HOME starts with a
  slash (absolute POSIX path).  Otherwise ignore it.
  Addresses: https://cygwin.com/ml/cygwin/2015-07/msg00344.html


Bug Fixes
---------

- Fix potential hang running ldd(1).
  Addresses: https://cygwin.com/ml/cygwin/2015-07/msg00292.html

- Fix crashes under AllocationPreference=0x100000 condition
  Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00765.html

- x86_64 only: Implement memset, memmove, memcpy, wmemmove, wmemcpy in
  assembler derived from NetBSD.
  Addresses: https://cygwin.com/ml/cygwin-patches/2015-q3/msg00010.html