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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-01-22 13:05:51 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-01-22 13:05:51 +0300
commit6d79e0a58866548f435527798fbd4a6849d05bc7 (patch)
tree32ba7647e75cf10cc2c6bac62e970aba87ab569f
parentcdf5db22f17b6f8e274168e3ff549f67d662bfb1 (diff)
add pseudo console fixes to release textnewlib-3.3.0
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.1.312
1 files changed, 9 insertions, 3 deletions
diff --git a/winsup/cygwin/release/3.1.3 b/winsup/cygwin/release/3.1.3
index 425d8bb2d..f8752ad56 100644
--- a/winsup/cygwin/release/3.1.3
+++ b/winsup/cygwin/release/3.1.3
@@ -17,9 +17,15 @@ Bug Fixes:
- Define CPU_SETSIZE, as on Linux.
Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00248.html
-- Fix the problem which overrides the code page setting.
- Addresses: https://www.cygwin.com/ml/cygwin/2019-12/msg00292.html
-
- Fix a regression that prevented the root of a drive from being the
Cygwin installation root.
Addresses: https://cygwin.com/ml/cygwin/2020-01/msg00111.html
+
+- Many fixes in new pseudo console support.
+ Addresses (among others):
+ https://cygwin.com/ml/cygwin/2019-12/msg00173.html
+ https://cygwin.com/ml/cygwin/2019-12/msg00292.html
+ https://cygwin.com/ml/cygwin/2019-12/msg00295.html
+ https://cygwin.com/ml/cygwin/2020-01/msg00093.html
+ https://cygwin.com/ml/cygwin/2020-01/msg00147.html
+ https://cygwin.com/ml/cygwin/2020-01/msg00161.html