summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug of psiginfo() that changes the orientation of stderr.Takashi Yano2018-07-031-6/+35
* Introduce @unless/@endunless and postbootstrap Makefile targetsAlexandre Oliva2018-06-304-166/+135
* Add OBJCOPY to Makefile.tpl too, to keep it on Makefile.in rebuildAlexandre Oliva2018-06-301-0/+1
* Cygwin: tape: Handle non-standard "no medium" error codeCorinna Vinschen2018-06-292-5/+26
* Cygwin: define pthread_tryjoin_np/pthread_timedjoin_np _GNU_VISIBLECorinna Vinschen2018-06-271-2/+2
* Cygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_npCorinna Vinschen2018-06-272-1/+3
* Cygwin: pthread_timedjoin_np: return ETIMEDOUT, not EBUSYCorinna Vinschen2018-06-271-2/+2
* Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_npCorinna Vinschen2018-06-277-11/+42
* newlib: enable new math functions on CygwinCorinna Vinschen2018-06-271-0/+4
* New pow implementationSzabolcs Nagy2018-06-278-5/+607
* New log2 implementationSzabolcs Nagy2018-06-276-4/+399
* 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