summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New log implementationSzabolcs Nagy2018-06-279-4/+744
* New exp and exp2 implementationsSzabolcs Nagy2018-06-2711-5/+1138
* Use uint32_t sign argument to math error functionsSzabolcs Nagy2018-06-273-13/+13
* Cygwin: fix bumptious GCC 7 warningsCorinna Vinschen2018-06-262-3/+9
* Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen2018-06-268-1/+36
* Cygwin: add Unicode patch to release notesCorinna Vinschen2018-06-261-0/+3
* Fix Unicode table.Takashi Yano2018-06-262-26/+16
* Revert "Remove -fno-builtin to allow gcc to inline functions such as fabs, fl...Corinna Vinschen2018-06-268-8/+8
* Cygwin: exceptions: fix FPE exception flagsCorinna Vinschen2018-06-262-1/+10
* Cygwin: signal.h: improve exception flags definitionCorinna Vinschen2018-06-261-5/+39
* Remove -fno-builtin to allow gcc to inline functions such as fabs, floor, cre...Jon Beniston2018-06-258-8/+8
* Fix the handling of out-of-band (OOB) data in a socket.Takashi Yano2018-06-223-9/+120
* 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