aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Improve performance of sinf/cosf/sincosfWilco Dijkstra11-6/+667
2018-06-21Revert "Improve performance of sinf/cosf/sincosf"Corinna Vinschen11-667/+6
2018-06-21libm/common/s_round.c (round): Add cast for 16-bit CPUsJon Beniston1-1/+1
2018-06-19Improve performance of sinf/cosf/sincosfWilco Dijkstra11-6/+667
2018-06-18newlib: getopt now permutes multi-flag options correctlyThomas Kindler2-13/+23
2018-06-07Bump Cygwin DLL version to 2.11.0Ken Brown1-2/+2
2018-06-07Cygwin: Document clearenv and bump API minorKen Brown4-1/+24
2018-06-07Cygwin: Remove workaround in environ.ccKen Brown1-6/+4
2018-06-07Cygwin: Implement the GNU extension clearenvKen Brown3-0/+24
2018-06-07Cygwin: Allow the environment pointer to be NULLKen Brown2-17/+30
2018-06-07Cygwin: Clarify some code in environ.ccKen Brown1-1/+7
2018-06-01Cygwin: Add pthread_rwlock_* fix to release notesKen Brown1-0/+3
2018-06-01Declare the pthread_rwlock_* functions if __cplusplus >= 201402LKen Brown1-1/+1
2018-05-29Cygwin: Add stack alignment crash after fork fix to release notesCorinna Vinschen1-0/+4
2018-05-29Cygwin: Fixing the math behind rounding down ch.stacklimit to page size.Sergejs Lukanihins1-1/+1
2018-05-29Cygwin: Add Sergejs Lukanihins to contributorsCorinna Vinschen1-0/+1
2018-05-29Cygwin: Add buffer underrun fix to release notesCorinna Vinschen1-0/+3
2018-05-29Cygwin: normalize_win32_path: Avoid buffer underrunsCorinna Vinschen1-8/+25
2018-05-29Cygwin: TEST only: Add a buffer underrun assertion to symlink_info::checkCorinna Vinschen1-1/+2
2018-05-29Fix issue with malloc_extend_topJeff Johnston1-1/+6
2018-05-29fix llrint and lrint for 52 <= exponent <= 62Matthias Kannwischer2-4/+4
2018-05-29Fix 32-bit overflow in mktime() when time_t is 64-bits longFreddie Chopin1-1/+1
2018-05-07Use _LDBL_EQ_DBL in nexttowardf.cJeff Johnston1-2/+2
2018-05-03libgloss: microblaze: adjust handlers to be weak.Ben Levinsky2-2/+4
2018-04-16Cygwin: fix build with GCC 7Yaakov Selkowitz1-9/+5
2018-04-13Add nvptx port.Jeff Johnston132-113/+7504
2018-04-12Cygwin: fix guard checking for current user's AuthZ contextCorinna Vinschen1-3/+7
2018-04-11Cygwin: add cuinof changes to release textCorinna Vinschen1-0/+5
2018-04-11Cygwin: cpuinfo: Use active CPU count per groupCorinna Vinschen1-20/+36
2018-04-11Cygwin: wincap: expose more SYSTEM_INFO members and use as appropriateCorinna Vinschen3-12/+10
2018-04-11Cygwin: cpuinfo: report L3 cache on Intel CPUsCorinna Vinschen1-2/+3
2018-04-09Cygwin: add strtod fix to release notesCorinna Vinschen1-0/+4
2018-04-09strtod: Convert 64 bit double to 64 bit int during computationCorinna Vinschen1-0/+9
2018-03-27newlib: fix iswupper_l in !_MB_CAPABLE caseCorinna Vinschen1-1/+1
2018-03-26Cygwin: AF_LOCAL: fix identifing abstract sockets in FS-related functionsCorinna Vinschen1-6/+6
2018-03-26Cygwin: fix typo in accept on inet and local socketsCorinna Vinschen2-2/+2
2018-03-26comments to document struct caseconv_entryThomas Wolff1-3/+33
2018-03-26newlib: fix indentation in toulowerThomas Wolff1-10/+10
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen13-1042/+623
2018-03-18Cygwin: AF_UNIX: Redesign various aspectsCorinna Vinschen2-190/+442
2018-03-18Cygwin: ntdll.h: Define FSCTL_PIPE_PEEK and NtWaitForSingleObjectCorinna Vinschen1-1/+4
2018-03-18Cygwin: AF_UNIX: Add state_lock to guard manipulating shared state infoCorinna Vinschen2-0/+9
2018-03-18Cygwin: AF_UNIX: Use spinlock rather than SRWLOCKsCorinna Vinschen1-17/+39
2018-03-17Cygwin: tags: drop _EXFUN regexCorinna Vinschen1-2/+0
2018-03-16Reduce qsort stack consumptionHakan Lindqvist1-6/+54
2018-03-16Ensure qsort recursion depth is boundedHakan Lindqvist1-12/+56
2018-03-15Correct prototypes of pthread_mutex_getprioceiling() and pthread_setschedparam()Joel Sherrill1-2/+2
2018-03-15[arm] Fix syscalls.c for newlib embedded syscalls buildsRichard Earnshaw1-119/+126
2018-03-14ssp: fix wchar.h with -std=c99Yaakov Selkowitz1-2/+2
2018-03-14Fix alloc_align and alloc_size macros for multiple argumentsYaakov Selkowitz2-4/+4