summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of sinf/cosf/sincosfWilco Dijkstra2018-06-2111-6/+667
* Revert "Improve performance of sinf/cosf/sincosf"Corinna Vinschen2018-06-2111-667/+6
* libm/common/s_round.c (round): Add cast for 16-bit CPUsJon Beniston2018-06-211-1/+1
* Improve performance of sinf/cosf/sincosfWilco Dijkstra2018-06-1911-6/+667
* newlib: getopt now permutes multi-flag options correctlyThomas Kindler2018-06-182-13/+23
* Bump Cygwin DLL version to 2.11.0Ken Brown2018-06-071-2/+2
* Cygwin: Document clearenv and bump API minorKen Brown2018-06-074-1/+24
* Cygwin: Remove workaround in environ.ccKen Brown2018-06-071-6/+4
* Cygwin: Implement the GNU extension clearenvKen Brown2018-06-073-0/+24
* Cygwin: Allow the environment pointer to be NULLKen Brown2018-06-072-17/+30
* Cygwin: Clarify some code in environ.ccKen Brown2018-06-071-1/+7
* Cygwin: Add pthread_rwlock_* fix to release notesKen Brown2018-06-011-0/+3
* Declare the pthread_rwlock_* functions if __cplusplus >= 201402LKen Brown2018-06-011-1/+1
* Cygwin: Add stack alignment crash after fork fix to release notesCorinna Vinschen2018-05-291-0/+4
* Cygwin: Fixing the math behind rounding down ch.stacklimit to page size.Sergejs Lukanihins2018-05-291-1/+1
* Cygwin: Add Sergejs Lukanihins to contributorsCorinna Vinschen2018-05-291-0/+1
* Cygwin: Add buffer underrun fix to release notesCorinna Vinschen2018-05-291-0/+3
* Cygwin: normalize_win32_path: Avoid buffer underrunsCorinna Vinschen2018-05-291-8/+25
* Cygwin: TEST only: Add a buffer underrun assertion to symlink_info::checkCorinna Vinschen2018-05-291-1/+2
* Fix issue with malloc_extend_topJeff Johnston2018-05-291-1/+6
* fix llrint and lrint for 52 <= exponent <= 62Matthias Kannwischer2018-05-292-4/+4
* Fix 32-bit overflow in mktime() when time_t is 64-bits longFreddie Chopin2018-05-291-1/+1
* Use _LDBL_EQ_DBL in nexttowardf.cJeff Johnston2018-05-071-2/+2
* libgloss: microblaze: adjust handlers to be weak.Ben Levinsky2018-05-032-2/+4
* Cygwin: fix build with GCC 7Yaakov Selkowitz2018-04-161-9/+5
* Add nvptx port.Jeff Johnston2018-04-13132-113/+7504
* Cygwin: fix guard checking for current user's AuthZ contextCorinna Vinschen2018-04-121-3/+7
* Cygwin: add cuinof changes to release textCorinna Vinschen2018-04-111-0/+5
* Cygwin: cpuinfo: Use active CPU count per groupCorinna Vinschen2018-04-111-20/+36
* Cygwin: wincap: expose more SYSTEM_INFO members and use as appropriateCorinna Vinschen2018-04-113-12/+10
* Cygwin: cpuinfo: report L3 cache on Intel CPUsCorinna Vinschen2018-04-111-2/+3
* Cygwin: add strtod fix to release notesCorinna Vinschen2018-04-091-0/+4
* strtod: Convert 64 bit double to 64 bit int during computationCorinna Vinschen2018-04-091-0/+9
* newlib: fix iswupper_l in !_MB_CAPABLE caseCorinna Vinschen2018-03-271-1/+1
* Cygwin: AF_LOCAL: fix identifing abstract sockets in FS-related functionsCorinna Vinschen2018-03-261-6/+6
* Cygwin: fix typo in accept on inet and local socketsCorinna Vinschen2018-03-262-2/+2
* comments to document struct caseconv_entryThomas Wolff2018-03-261-3/+33
* newlib: fix indentation in toulowerThomas Wolff2018-03-261-10/+10
* Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen2018-03-2513-1042/+623
* Cygwin: AF_UNIX: Redesign various aspectsCorinna Vinschen2018-03-182-190/+442
* Cygwin: ntdll.h: Define FSCTL_PIPE_PEEK and NtWaitForSingleObjectCorinna Vinschen2018-03-181-1/+4
* Cygwin: AF_UNIX: Add state_lock to guard manipulating shared state infoCorinna Vinschen2018-03-182-0/+9
* Cygwin: AF_UNIX: Use spinlock rather than SRWLOCKsCorinna Vinschen2018-03-181-17/+39
* Cygwin: tags: drop _EXFUN regexCorinna Vinschen2018-03-171-2/+0
* Reduce qsort stack consumptionHakan Lindqvist2018-03-161-6/+54
* Ensure qsort recursion depth is boundedHakan Lindqvist2018-03-161-12/+56
* Correct prototypes of pthread_mutex_getprioceiling() and pthread_setschedparam()Joel Sherrill2018-03-151-2/+2
* [arm] Fix syscalls.c for newlib embedded syscalls buildsRichard Earnshaw2018-03-151-119/+126
* ssp: fix wchar.h with -std=c99Yaakov Selkowitz2018-03-141-2/+2
* Fix alloc_align and alloc_size macros for multiple argumentsYaakov Selkowitz2018-03-142-4/+4