summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ctype: Fix bitfield types on 16-bit targetsnewlib-snapshot-20180720Sebastian Huber2018-07-202-6/+8
* Cygwin: move FP environment exports to common.dinCorinna Vinschen2018-07-203-2/+5
* RTEMS: Unconditionally define _off_t to int64_tSebastian Huber2018-07-201-4/+0
* Remove myself from MAINTAINERSDJ Delorie2018-07-191-4/+1
* fix duration handling in sigtimedwaitMark Geisert2018-07-192-0/+5
* Print sign of NaN values to nano-vfprintf.Kumar Gala2018-07-171-0/+2
* Fix to stop a fall-through in a switch statementJordi Sanfeliu2018-07-131-0/+1
* strcmp.S: Improve performance for misaligned stringsSiddhesh Poyarekar2018-07-131-11/+40
* memcmp.S: optimize for medium to large sizesSiddhesh Poyarekar2018-07-131-44/+100
* Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2018-07-131-17/+79
* 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