summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* newlib: newlocale: fix typo rendering ctype_ptr invalidCorinna Vinschen2018-08-081-1/+1
* newlib: strftime: fix gcc warning on __ctlocCorinna Vinschen2018-08-081-5/+3
* RTEMS: Add aligned_alloc() to crt0Sebastian Huber2018-08-081-1/+3
* Cygwin: implement sched_getcpuCorinna Vinschen2018-08-0710-44/+77
* Declare GNU-specific sched_getcpu()Sebastian Huber2018-08-071-0/+4
* Fix return value on aio_read/write successMark Geisert2018-08-071-4/+4
* Cygwin: Document fegetenv patchCorinna Vinschen2018-08-031-0/+3
* Cygwin: fegetenv() should not disable exceptionsJ.H. van de Water2018-08-031-1/+5
* Patch from Richard Earnshaw <Richard.Earnshaw@arm.com>newlib-snapshot-20180802Jeff Johnston2018-08-011-4/+8
* RISC-V: Do not use _init/_finiSebastian Huber2018-07-304-11/+16
* Add attributes to allocator functionsSebastian Huber2018-07-301-4/+5
* FreeBSD compat. __alloc_size(), __alloc_align()Sebastian Huber2018-07-302-5/+5
* Define a new __alloc_size2 attribute to complement the exiting support.pfg2018-07-301-0/+2
* Remove lint support from system headers and MD x86 headers.kib2018-07-301-15/+3
* sys: further adoption of SPDX licensing ID tags.pfg2018-07-301-0/+2
* Make _Static_assert() work with GCC in older C++ standards.ed@FreeBSD.org2018-07-301-1/+1
* ctype: Avoid GCC note in towctrans_l.cSebastian Huber2018-07-301-2/+2
* ctype: Fix integer type for caseconv_entry::deltaSebastian Huber2018-07-301-1/+1
* Fix comparison between two character arraysJordi Sanfeliu2018-07-301-1/+1
* Cygwin: fpathconf: update _PC_ASYNC_IO return valueYaakov Selkowitz2018-07-251-0/+1
* Cygwin: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz2018-07-252-2/+2
* POSIX Asynchronous I/O support: other filesMark Geisert2018-07-2510-26/+44
* POSIX Asynchronous I/O support: fhandler filesMark Geisert2018-07-254-34/+83
* POSIX Asynchronous I/O support: aio filesMark Geisert2018-07-252-0/+1087
* getfacl: Simplify by using acl_to_any_textKen Brown2018-07-251-113/+41
* getfacl and setfacl: Align with LinuxKen Brown2018-07-232-9/+9
* 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