summaryrefslogtreecommitdiffstats
path: root/newlib
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
* Declare GNU-specific sched_getcpu()Sebastian Huber2018-08-071-0/+4
* RISC-V: Do not use _init/_finiSebastian Huber2018-07-303-0/+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: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz2018-07-251-1/+1
* ctype: Fix bitfield types on 16-bit targetsnewlib-snapshot-20180720Sebastian Huber2018-07-202-6/+8
* RTEMS: Unconditionally define _off_t to int64_tSebastian Huber2018-07-201-4/+0
* Remove myself from MAINTAINERSDJ Delorie2018-07-191-4/+1
* 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
* 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
* 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
* Fix a bug of perror()/psignal() that changes the orientation of stderr.Takashi Yano2018-07-042-8/+54
* 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
* 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
* Remove -fno-builtin to allow gcc to inline functions such as fabs, floor, cre...Jon Beniston2018-06-258-8/+8
* 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
* 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