aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2018-07-13Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar1-17/+79
2018-07-06Move __HAVE_FAST_FMA to math_config.hSzabolcs Nagy1-23/+0
2018-07-05Fix newlib functions perror()/psignal() not to use writev().Takashi Yano2-37/+39
2018-07-04Fix a bug of perror()/psignal() that changes the orientation of stderr.Takashi Yano2-8/+54
2018-06-27newlib: enable new math functions on CygwinCorinna Vinschen1-0/+4
2018-06-27New log implementationSzabolcs Nagy1-0/+23
2018-06-26Fix Unicode table.Takashi Yano2-26/+16
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 32-bit overflow in mktime() when time_t is 64-bits longFreddie Chopin1-1/+1
2018-04-13Add nvptx port.Jeff Johnston117-71/+7375
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-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
2018-02-02newlib: drop Cygwin license from sys/select.hcygwin-2_10_0-releaseCorinna Vinschen1-11/+0
2018-02-01Fix vprintf and vfscanf for GCC PR 14577Jon Beniston2-33/+24
2018-01-31epiphany: Additional setjmp() and longjmp() symsSebastian Huber1-0/+4
2018-01-26ssp: do not use __ssp_protected_ symbol prefixesYaakov Selkowitz1-1/+0
2018-01-25Disable powf/log2?f/exp2?f optimization for single-precision Arm FPUThomas Preudhomme1-1/+3
2018-01-19Guard langinfo.h nl_item from multiple typedefsYaakov Selkowitz1-0/+3
2018-01-19Fix syntax error in exit.cOrlando Arias1-1/+1
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston91-912/+912
2018-01-18RISC-V: Fix alignment issue in sigjmp_bufKito Cheng1-1/+3