[newlib-cygwin] Created tag newlib-snapshot-20151023

2015-11-02 Thread Jeff Johnston
The unsigned tag 'newlib-snapshot-20151023' was created pointing to: cf51db8... Clear pending signals targeting exiting thread Tagger: Jeff Johnston Date: Mon Nov 2 18:16:24 2015 -0500 Newlib snapshot for 10/23/2015.

[newlib-cygwin] Consistently use an em-dash in math functions.

2015-11-02 Thread Jeff Johnston
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=53617ce4e634bd6f67e6e08939518dba77dee3f1 commit 53617ce4e634bd6f67e6e08939518dba77dee3f1 Author: Jeff Johnston Date: Mon Nov 2 16:38:30 2015 -0500 Consistently use an em-dash in math functions. - also move previous Change

[newlib-cygwin] Add missing semicolons to prototypes.

2015-11-02 Thread Jeff Johnston
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=72e18faf625a9644b4d1fd8957433db482c42aae commit 72e18faf625a9644b4d1fd8957433db482c42aae Author: Jeff Johnston Date: Mon Nov 2 16:34:49 2015 -0500 Add missing semicolons to prototypes. * libc/stdio/fseek.c: Add mi

[newlib-cygwin/cygwin-acl] Define MAX_IPOPTLEN

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8631a3bb8d6d48e05e06db6c936fc6142c4945cf commit 8631a3bb8d6d48e05e06db6c936fc6142c4945cf Author: Corinna Vinschen Date: Mon Nov 2 15:42:30 2015 +0100 Define MAX_IPOPTLEN * include/netinet/ip.h (MAX_IPOPTLEN): Define.

[newlib-cygwin] Define MAX_IPOPTLEN

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7321662bb0db3bb14e9f0214a663cf013330c248 commit 7321662bb0db3bb14e9f0214a663cf013330c248 Author: Corinna Vinschen Date: Mon Nov 2 15:42:30 2015 +0100 Define MAX_IPOPTLEN * include/netinet/ip.h (MAX_IPOPTLEN): Define.

[newlib-cygwin/cygwin-acl] Check for correct funtion entry address in munge_threadfunc

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8aeda4365518c8e35813079bd3797f89e6a50ff7 commit 8aeda4365518c8e35813079bd3797f89e6a50ff7 Author: Qian Hong Date: Thu Oct 29 09:17:46 2015 +0100 Check for correct funtion entry address in munge_threadfunc * init.cc (mu

[newlib-cygwin/cygwin-acl] Add support for Parallels Desktop FS (prlfs)

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dad28a9a17a862605b3b5a5ed2c1918f8d6d6793 commit dad28a9a17a862605b3b5a5ed2c1918f8d6d6793 Author: Corinna Vinschen Date: Mon Nov 2 12:08:25 2015 +0100 Add support for Parallels Desktop FS (prlfs) * mount.h (enum fs_inf

[newlib-cygwin/cygwin-acl] Remove spurious execute permissions from some Cygwin source and text files

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6f7c46e915f616f513fa996f33fca8e6eb902144 commit 6f7c46e915f616f513fa996f33fca8e6eb902144 Author: Jon Turney Date: Tue Oct 27 13:45:08 2015 + Remove spurious execute permissions from some Cygwin source and text files 2

[newlib-cygwin/cygwin-acl] Workaround bug in LocaleNameToLCID on Windows 10

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=018ab22dfdf64b40027f1f9cbb65088fe3cddafb commit 018ab22dfdf64b40027f1f9cbb65088fe3cddafb Author: Corinna Vinschen Date: Fri Oct 30 20:13:26 2015 +0100 Workaround bug in LocaleNameToLCID on Windows 10 * nlsfuncs.cc (__

[newlib-cygwin/cygwin-acl] Avoid double unlock of TLS mutex

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b5fe9309b27a3ee0e208738a41cabf83343a326d commit b5fe9309b27a3ee0e208738a41cabf83343a326d Author: Corinna Vinschen Date: Fri Oct 30 17:21:30 2015 +0100 Avoid double unlock of TLS mutex * exceptions.cc (sigpacket::proce

[newlib-cygwin/cygwin-acl] Fix incorrect implementation to clear per-thread pending signals

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=93efa5f273d963649da6ab31ef0b8c5c5071a6e9 commit 93efa5f273d963649da6ab31ef0b8c5c5071a6e9 Author: Corinna Vinschen Date: Mon Nov 2 13:53:25 2015 +0100 Fix incorrect implementation to clear per-thread pending signals *

[newlib-cygwin/cygwin-acl] Fix sigwait and pthread_kill return values in case of error

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d7a156418fbca7c6bc84061dd7d9f460bcd95eaa commit d7a156418fbca7c6bc84061dd7d9f460bcd95eaa Author: Corinna Vinschen Date: Fri Oct 30 16:05:43 2015 +0100 Fix sigwait and pthread_kill return values in case of error * sign

[newlib-cygwin] Fix incorrect implementation to clear per-thread pending signals

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=90b9303f0b43de0568606677cda779e781464a00 commit 90b9303f0b43de0568606677cda779e781464a00 Author: Corinna Vinschen Date: Mon Nov 2 13:53:25 2015 +0100 Fix incorrect implementation to clear per-thread pending signals *

[newlib-cygwin] Add support for Parallels Desktop FS (prlfs)

2015-11-02 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=df6206aa56a3ef34f8444fee7c777593eddedbbe commit df6206aa56a3ef34f8444fee7c777593eddedbbe Author: Corinna Vinschen Date: Mon Nov 2 12:08:25 2015 +0100 Add support for Parallels Desktop FS (prlfs) * mount.h (enum fs_inf