aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-20ctype: Fix bitfield types on 16-bit targetsnewlib-snapshot-20180720Sebastian Huber2-6/+8
2018-07-20Cygwin: move FP environment exports to common.dinCorinna Vinschen3-2/+5
2018-07-20RTEMS: Unconditionally define _off_t to int64_tSebastian Huber1-4/+0
2018-07-19Remove myself from MAINTAINERSDJ Delorie1-4/+1
2018-07-19fix duration handling in sigtimedwaitMark Geisert2-0/+5
2018-07-17Print sign of NaN values to nano-vfprintf.Kumar Gala1-0/+2
2018-07-13Fix to stop a fall-through in a switch statementJordi Sanfeliu1-0/+1
2018-07-13strcmp.S: Improve performance for misaligned stringsSiddhesh Poyarekar1-11/+40
2018-07-13memcmp.S: optimize for medium to large sizesSiddhesh Poyarekar1-44/+100
2018-07-13Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar1-17/+79
2018-07-12Cygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running under WOW64 on ARM64Corinna Vinschen1-9/+24
2018-07-11Fix AArch32 semihosting SYS_EXIT call on semihosting v1.Tamar Christina1-0/+6
2018-07-11Remove float compare option from sincosfSzabolcs Nagy1-10/+1
2018-07-11Fix the documentation comments for log_inline in powSzabolcs Nagy1-3/+3
2018-07-10Cygwin: Don't print FAST_CWD warning in WOW64 on ARM64 systemsCorinna Vinschen1-1/+15
2018-07-10Cygwin: fix a race in the FAST_CWD fallback codeCorinna Vinschen1-22/+17
2018-07-06Update config.guess and config.subSebastian Huber2-1129/+1144
2018-07-06Fix a problem that connection to syslogd fails.Takashi Yano2-19/+17
2018-07-06Fix namespace issues in sinf, cosf and sincosfSzabolcs Nagy5-18/+19
2018-07-06Fix large ulp error in pow without fma very near 1.0Szabolcs Nagy1-2/+4
2018-07-06Change the return type of converttoint and document the semanticsSzabolcs Nagy1-1/+9
2018-07-06Remove unused TOINT_RINT and TOINT_SHIFT macrosSzabolcs Nagy2-10/+1
2018-07-06Move __HAVE_FAST_FMA to math_config.hSzabolcs Nagy7-35/+21
2018-07-06Fix code style and comments of new math codeSzabolcs Nagy8-74/+134
2018-07-05Fix newlib functions perror()/psignal() not to use writev().Takashi Yano2-37/+39
2018-07-04Cygwin: Include local ntsecapi.hTakashi Yano1-1/+1
2018-07-04Fix a bug of perror()/psignal() that changes the orientation of stderr.Takashi Yano2-8/+54
2018-07-03Fix a bug of psiginfo() that changes the orientation of stderr.Takashi Yano1-6/+35
2018-06-30Introduce @unless/@endunless and postbootstrap Makefile targetsAlexandre Oliva4-166/+135
2018-06-30Add OBJCOPY to Makefile.tpl too, to keep it on Makefile.in rebuildAlexandre Oliva1-0/+1
2018-06-29Cygwin: tape: Handle non-standard "no medium" error codeCorinna Vinschen2-5/+26
2018-06-27Cygwin: define pthread_tryjoin_np/pthread_timedjoin_np _GNU_VISIBLECorinna Vinschen1-2/+2
2018-06-27Cygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_npCorinna Vinschen2-1/+3
2018-06-27Cygwin: pthread_timedjoin_np: return ETIMEDOUT, not EBUSYCorinna Vinschen1-2/+2
2018-06-27Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_npCorinna Vinschen7-11/+42
2018-06-27newlib: enable new math functions on CygwinCorinna Vinschen1-0/+4
2018-06-27New pow implementationSzabolcs Nagy8-5/+607
2018-06-27New log2 implementationSzabolcs Nagy6-4/+399
2018-06-27New log implementationSzabolcs Nagy9-4/+744
2018-06-27New exp and exp2 implementationsSzabolcs Nagy11-5/+1138
2018-06-27Use uint32_t sign argument to math error functionsSzabolcs Nagy3-13/+13
2018-06-26Cygwin: fix bumptious GCC 7 warningsCorinna Vinschen2-3/+9
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen8-1/+36
2018-06-26Cygwin: add Unicode patch to release notesCorinna Vinschen1-0/+3
2018-06-26Fix Unicode table.Takashi Yano2-26/+16
2018-06-26Revert "Remove -fno-builtin to allow gcc to inline functions such as fabs, fl...Corinna Vinschen8-8/+8
2018-06-26Cygwin: exceptions: fix FPE exception flagsCorinna Vinschen2-1/+10
2018-06-26Cygwin: signal.h: improve exception flags definitionCorinna Vinschen1-5/+39
2018-06-25Remove -fno-builtin to allow gcc to inline functions such as fabs, floor, cre...Jon Beniston8-8/+8
2018-06-22Fix the handling of out-of-band (OOB) data in a socket.Takashi Yano3-9/+120