summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use _LDBL_EQ_DBL in nexttowardf.cJeff Johnston2018-05-071-2/+2
* Add nvptx port.Jeff Johnston2018-04-13132-113/+7504
* strtod: Convert 64 bit double to 64 bit int during computationCorinna Vinschen2018-04-091-0/+9
* newlib: fix iswupper_l in !_MB_CAPABLE caseCorinna Vinschen2018-03-271-1/+1
* comments to document struct caseconv_entryThomas Wolff2018-03-261-3/+33
* newlib: fix indentation in toulowerThomas Wolff2018-03-261-10/+10
* Reduce qsort stack consumptionHakan Lindqvist2018-03-161-6/+54
* Ensure qsort recursion depth is boundedHakan Lindqvist2018-03-161-12/+56
* Correct prototypes of pthread_mutex_getprioceiling() and pthread_setschedparam()Joel Sherrill2018-03-151-2/+2
* [arm] Fix syscalls.c for newlib embedded syscalls buildsRichard Earnshaw2018-03-151-119/+126
* ssp: fix wchar.h with -std=c99Yaakov Selkowitz2018-03-141-2/+2
* Fix alloc_align and alloc_size macros for multiple argumentsYaakov Selkowitz2018-03-142-4/+4
* ctype: align size of category bit fields to small targets needsCorinna Vinschen2018-03-141-2/+2
* Revert "ctype: align size of category bit fields to small targets needs"Corinna Vinschen2018-03-141-2/+2
* fix/enhance Unicode table generation scriptsThomas Wolff2018-03-142-18/+53
* ctype: align size of category bit fields to small targets needsCorinna Vinschen2018-03-141-2/+2
* towctrans_l: Always return a value from helper functionsCorinna Vinschen2018-03-131-19/+49
* rtems/.../dirent.h: Add alphasort() prototypeJoel Sherrill2018-03-131-0/+1
* Correct alloc_size annotation on reallocarray()Jon Turney2018-03-131-2/+1
* make target for explicit Unicode data tables generationThomas Wolff2018-03-121-0/+9
* character data generationThomas Wolff2018-03-123-0/+237
* use generated character dataThomas Wolff2018-03-1238-2681/+439
* generated character category data, Unicode 10.0Thomas Wolff2018-03-122-0/+2115
* generated case conversion data, Unicode 10.0Thomas Wolff2018-03-121-0/+304
* width data generationThomas Wolff2018-03-125-0/+1388
* use generated width dataThomas Wolff2018-03-121-126/+24
* generated width data, Unicode 10.0Thomas Wolff2018-03-123-0/+201
* RTEMS: Use int for _CLOCKID_T_Sebastian Huber2018-03-061-0/+3
* Make _CLOCKID_T_ system configurableSebastian Huber2018-03-061-0/+3
* Locale modifier @cjkwide to adjust ambiguous-width in non-CJK localesThomas Wolff2018-03-051-16/+23
* Add global stdio streams support for reent small.Our Air Quality2018-03-013-11/+56
* add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warningsJaap de Wolff2018-02-161-0/+3