summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...Jaap de Wolff2018-02-162-15/+5
* Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously ne...Jaap de Wolff2018-02-161-0/+1
* newlib: drop Cygwin license from sys/select.hcygwin-2_10_0-releaseCorinna Vinschen2018-02-021-11/+0
* Fix vprintf and vfscanf for GCC PR 14577Jon Beniston2018-02-012-33/+24
* epiphany: Additional setjmp() and longjmp() symsSebastian Huber2018-01-311-0/+4
* ssp: do not use __ssp_protected_ symbol prefixesYaakov Selkowitz2018-01-261-1/+0
* Disable powf/log2?f/exp2?f optimization for single-precision Arm FPUThomas Preudhomme2018-01-251-1/+3
* Guard langinfo.h nl_item from multiple typedefsYaakov Selkowitz2018-01-191-0/+3
* Fix syntax error in exit.cOrlando Arias2018-01-191-1/+1
* Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston2018-01-18108-1156/+1153
* RISC-V: Fix alignment issue in sigjmp_bufKito Cheng2018-01-181-1/+3
* ansification: remove ansidecl.h from makedocYaakov Selkowitz2018-01-172-176/+51
* ansification: fix makedoc for ANSI CYaakov Selkowitz2018-01-171-2/+2
* ansification: remove _HAVE_STDCYaakov Selkowitz2018-01-1736-440/+1
* ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz2018-01-1789-1800/+1742
* ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz2018-01-1713-81/+77