summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running under WOW64 on ARM64Corinna Vinschen2018-07-121-9/+24
* Fix AArch32 semihosting SYS_EXIT call on semihosting v1.Tamar Christina2018-07-111-0/+6
* Remove float compare option from sincosfSzabolcs Nagy2018-07-111-10/+1
* Fix the documentation comments for log_inline in powSzabolcs Nagy2018-07-111-3/+3
* Cygwin: Don't print FAST_CWD warning in WOW64 on ARM64 systemsCorinna Vinschen2018-07-101-1/+15
* Cygwin: fix a race in the FAST_CWD fallback codeCorinna Vinschen2018-07-101-22/+17
* Update config.guess and config.subSebastian Huber2018-07-062-1129/+1144
* Fix a problem that connection to syslogd fails.Takashi Yano2018-07-062-19/+17
* Fix namespace issues in sinf, cosf and sincosfSzabolcs Nagy2018-07-065-18/+19
* Fix large ulp error in pow without fma very near 1.0Szabolcs Nagy2018-07-061-2/+4
* Change the return type of converttoint and document the semanticsSzabolcs Nagy2018-07-061-1/+9
* Remove unused TOINT_RINT and TOINT_SHIFT macrosSzabolcs Nagy2018-07-062-10/+1
* Move __HAVE_FAST_FMA to math_config.hSzabolcs Nagy2018-07-067-35/+21
* Fix code style and comments of new math codeSzabolcs Nagy2018-07-068-74/+134
* Fix newlib functions perror()/psignal() not to use writev().Takashi Yano2018-07-052-37/+39
* Cygwin: Include local ntsecapi.hTakashi Yano2018-07-041-1/+1
* Fix a bug of perror()/psignal() that changes the orientation of stderr.Takashi Yano2018-07-042-8/+54
* 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