summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Mention 64-bit Cygwin as another remedy for fork() failures.Alexey Sokolov2016-03-041-1/+3
* ccwrap: fix build with non-english locale set (v2)Patrick Bendorf2016-02-291-5/+1
* ccwrap: fix build with non-english locale setPatrick Bendorf2016-02-291-0/+5
* Enable HW interrupt setup on x86/x86_64 systems by defaultnewlib-snapshot-20160226Corinna Vinschen2016-02-265-7/+5
* newlib/configure.host: Turn off sti/cli for i386 setjmp for i386-rtems*Joel Sherrill2016-02-251-0/+2
* Fix _newlib_version.h logic to support building gcc with newlib.Jeff Johnston2016-02-254-4/+11
* cygwin: Export clog10, clog10fYaakov Selkowitz2016-02-224-1/+10
* libm/complex: add clog10, clog10fYaakov Selkowitz2016-02-226-24/+105
* pthread.h, sys/types.h Add missing pthread methodsJoel Sherrill2016-02-222-8/+24
* Fix comments in sec_acl.ccCorinna Vinschen2016-02-221-7/+7
* ssp: Fixes for 64-bitJon Turney2016-02-201-105/+119
* Update Cygwin release notes.Corinna Vinschen2016-02-182-0/+17
* cygwin: accept SIGIOT as alias of SIGABRTYaakov Selkowitz2016-02-183-1/+4
* sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen2016-02-181-34/+34
* Drop temporary declaration of GetSystemTimePreciseAsFileTime.Corinna Vinschen2016-02-181-3/+0
* setuid: Create token from scratch without credentials of callerCorinna Vinschen2016-02-183-35/+29
* Also fix libm/machine generated files.Jeff Johnston2016-02-172-19/+12139
* Fix libm regenerated files again.Jeff Johnston2016-02-172-134/+2920
* Fix regeneration of libm autotool files.Jeff Johnston2016-02-172-7/+9337
* Define the newlib version macros in one place: _newlib_version.h.Pieter du Preez2016-02-1714-33640/+175
* cyglsa: Drop code handling Windows 2000 and earlierCorinna Vinschen2016-02-171-35/+2
* Silent relocation truncations considered harmfulMark Geisert2016-02-171-1/+1
* cygwin_conv_path: Really always preserve trailing slash in conversion to POSI...Corinna Vinschen2016-02-151-1/+1
* Make buffered console characters visible to select().John Hood2016-02-151-1/+1
* Document pthread_barrier* functions as implementedCorinna Vinschen2016-02-131-1/+7
* Remove local winbase.h (again).Corinna Vinschen2016-02-131-59/+0
* Bump Cygwin version to 2.5.0Corinna Vinschen2016-02-133-2/+53
* POSIX barrier implementation, take 3Václav Haisman2016-02-138-4/+328
* cygwin: work around GCC 5 preprocessor changesYaakov Selkowitz2016-02-131-1/+1
* Bump Cygwin version to 2.4.2.Corinna Vinschen2016-02-121-1/+1
* cygwin: fix errors with GCC 5Yaakov Selkowitz2016-02-123-2/+5
* Remove broken ieeefp.h macrosYaakov Selkowitz2016-02-121-11/+6
* Fix compile with GCC 5 -WerrorYaakov Selkowitz2016-02-124-1/+5
* cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen2016-02-094-5/+12
* Seperate MSP430 cio syscalls into individual function sections.Nick Clifton2016-02-091-29/+46
* printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen2016-02-081-7/+9
* stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney2016-02-081-4/+10
* Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев2016-02-081-4/+6
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev2016-02-081-0/+1
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev2016-02-081-3/+3
* Change if_nameindex() to use unsigned int i variable.Jeff Johnston2016-02-041-1/+2
* include/grp.h: Remove prototypes of non-standard functionsCorinna Vinschen2016-01-291-5/+0
* Fix memcpy bug that reads past end of buffer.Steve Ellcey2016-01-281-1/+1
* grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guardsYaakov Selkowitz2016-01-281-7/+5
* Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen2016-01-283-20/+30
* get_posix_access: Fix primary group handing when multiple ACEs existCorinna Vinschen2016-01-281-3/+5
* Make macro checks ARMv8-M baseline proofThomas Preud'homme2016-01-2814-63/+72
* Deprecate newlib and winsup ChangeLog filesCorinna Vinschen2016-01-284-34854/+34856
* Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangsCorinna Vinschen2016-01-273-31/+13
* Drop has_broken_fnoi flagCorinna Vinschen2016-01-273-7/+0