aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
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-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-25Remove -fno-builtin to allow gcc to inline functions such as fabs, floor, cre...Jon Beniston8-8/+8
2018-06-21Improve performance of sinf/cosf/sincosfWilco Dijkstra11-6/+667
2018-06-21Revert "Improve performance of sinf/cosf/sincosf"Corinna Vinschen11-667/+6
2018-06-21libm/common/s_round.c (round): Add cast for 16-bit CPUsJon Beniston1-1/+1
2018-06-19Improve performance of sinf/cosf/sincosfWilco Dijkstra11-6/+667
2018-06-18newlib: getopt now permutes multi-flag options correctlyThomas Kindler2-13/+23
2018-05-29Fix issue with malloc_extend_topJeff Johnston1-1/+6
2018-05-29fix llrint and lrint for 52 <= exponent <= 62Matthias Kannwischer2-4/+4
2018-05-29Fix 32-bit overflow in mktime() when time_t is 64-bits longFreddie Chopin1-1/+1
2018-05-07Use _LDBL_EQ_DBL in nexttowardf.cJeff Johnston1-2/+2
2018-04-13Add nvptx port.Jeff Johnston132-113/+7504
2018-04-09strtod: Convert 64 bit double to 64 bit int during computationCorinna Vinschen1-0/+9
2018-03-27newlib: fix iswupper_l in !_MB_CAPABLE caseCorinna Vinschen1-1/+1
2018-03-26comments to document struct caseconv_entryThomas Wolff1-3/+33
2018-03-26newlib: fix indentation in toulowerThomas Wolff1-10/+10
2018-03-16Reduce qsort stack consumptionHakan Lindqvist1-6/+54
2018-03-16Ensure qsort recursion depth is boundedHakan Lindqvist1-12/+56
2018-03-15Correct prototypes of pthread_mutex_getprioceiling() and pthread_setschedparam()Joel Sherrill1-2/+2
2018-03-15[arm] Fix syscalls.c for newlib embedded syscalls buildsRichard Earnshaw1-119/+126
2018-03-14ssp: fix wchar.h with -std=c99Yaakov Selkowitz1-2/+2
2018-03-14Fix alloc_align and alloc_size macros for multiple argumentsYaakov Selkowitz2-4/+4
2018-03-14ctype: align size of category bit fields to small targets needsCorinna Vinschen1-2/+2
2018-03-14Revert "ctype: align size of category bit fields to small targets needs"Corinna Vinschen1-2/+2
2018-03-14fix/enhance Unicode table generation scriptsThomas Wolff2-18/+53
2018-03-14ctype: align size of category bit fields to small targets needsCorinna Vinschen1-2/+2
2018-03-13towctrans_l: Always return a value from helper functionsCorinna Vinschen1-19/+49
2018-03-13rtems/.../dirent.h: Add alphasort() prototypeJoel Sherrill1-0/+1
2018-03-13Correct alloc_size annotation on reallocarray()Jon Turney1-2/+1
2018-03-12make target for explicit Unicode data tables generationThomas Wolff1-0/+9
2018-03-12character data generationThomas Wolff3-0/+237
2018-03-12use generated character dataThomas Wolff38-2681/+439
2018-03-12generated character category data, Unicode 10.0Thomas Wolff2-0/+2115
2018-03-12generated case conversion data, Unicode 10.0Thomas Wolff1-0/+304
2018-03-12width data generationThomas Wolff5-0/+1388
2018-03-12use generated width dataThomas Wolff1-126/+24
2018-03-12generated width data, Unicode 10.0Thomas Wolff3-0/+201
2018-03-06RTEMS: Use int for _CLOCKID_T_Sebastian Huber1-0/+3
2018-03-06Make _CLOCKID_T_ system configurableSebastian Huber1-0/+3
2018-03-05Locale modifier @cjkwide to adjust ambiguous-width in non-CJK localesThomas Wolff1-16/+23
2018-03-01Add global stdio streams support for reent small.Our Air Quality3-11/+56
2018-02-16add forward declaration to __cxa_atexit to aeabi_atexit, to prevent warningsJaap de Wolff1-0/+3
2018-02-16Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...Jaap de Wolff2-15/+5