Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)Author
2018-07-06Fix large ulp error in pow without fma very near 1.0Szabolcs Nagy
2018-07-06Change the return type of converttoint and document the semanticsSzabolcs Nagy
2018-07-06Remove unused TOINT_RINT and TOINT_SHIFT macrosSzabolcs Nagy
2018-07-06Move __HAVE_FAST_FMA to math_config.hSzabolcs Nagy
2018-07-06Fix code style and comments of new math codeSzabolcs Nagy
2018-07-05Fix newlib functions perror()/psignal() not to use writev().Takashi Yano
2018-07-04Fix a bug of perror()/psignal() that changes the orientation of stderr.Takashi Yano
2018-06-27newlib: enable new math functions on CygwinCorinna Vinschen
2018-06-27New pow implementationSzabolcs Nagy
2018-06-27New log2 implementationSzabolcs Nagy
2018-06-27New log implementationSzabolcs Nagy
2018-06-27New exp and exp2 implementationsSzabolcs Nagy
2018-06-27Use uint32_t sign argument to math error functionsSzabolcs Nagy
2018-06-26Fix Unicode table.Takashi Yano
2018-06-26Revert "Remove -fno-builtin to allow gcc to inline functions such as fabs, fl...Corinna Vinschen
2018-06-25Remove -fno-builtin to allow gcc to inline functions such as fabs, floor, cre...Jon Beniston
2018-06-21Improve performance of sinf/cosf/sincosfWilco Dijkstra
2018-06-21Revert "Improve performance of sinf/cosf/sincosf"Corinna Vinschen
2018-06-21libm/common/s_round.c (round): Add cast for 16-bit CPUsJon Beniston
2018-06-19Improve performance of sinf/cosf/sincosfWilco Dijkstra
2018-06-18newlib: getopt now permutes multi-flag options correctlyThomas Kindler
2018-05-29Fix issue with malloc_extend_topJeff Johnston
2018-05-29fix llrint and lrint for 52 <= exponent <= 62Matthias Kannwischer
2018-05-29Fix 32-bit overflow in mktime() when time_t is 64-bits longFreddie Chopin
2018-05-07Use _LDBL_EQ_DBL in nexttowardf.cJeff Johnston
2018-04-13Add nvptx port.Jeff Johnston
2018-04-09strtod: Convert 64 bit double to 64 bit int during computationCorinna Vinschen
2018-03-27newlib: fix iswupper_l in !_MB_CAPABLE caseCorinna Vinschen
2018-03-26comments to document struct caseconv_entryThomas Wolff
2018-03-26newlib: fix indentation in toulowerThomas Wolff
2018-03-16Reduce qsort stack consumptionHakan Lindqvist
2018-03-16Ensure qsort recursion depth is boundedHakan Lindqvist
2018-03-15Correct prototypes of pthread_mutex_getprioceiling() and pthread_setschedparam()Joel Sherrill
2018-03-15[arm] Fix syscalls.c for newlib embedded syscalls buildsRichard Earnshaw
2018-03-14ssp: fix wchar.h with -std=c99Yaakov Selkowitz
2018-03-14Fix alloc_align and alloc_size macros for multiple argumentsYaakov Selkowitz
2018-03-14ctype: align size of category bit fields to small targets needsCorinna Vinschen
2018-03-14Revert "ctype: align size of category bit fields to small targets needs"Corinna Vinschen
2018-03-14fix/enhance Unicode table generation scriptsThomas Wolff
2018-03-14ctype: align size of category bit fields to small targets needsCorinna Vinschen
2018-03-14towctrans_l: Always return a value from helper functionsCorinna Vinschen
2018-03-13rtems/.../dirent.h: Add alphasort() prototypeJoel Sherrill
2018-03-13Correct alloc_size annotation on reallocarray()Jon Turney
2018-03-12make target for explicit Unicode data tables generationThomas Wolff
2018-03-12character data generationThomas Wolff
2018-03-12use generated character dataThomas Wolff
2018-03-12generated character category data, Unicode 10.0Thomas Wolff
2018-03-12generated case conversion data, Unicode 10.0Thomas Wolff
2018-03-12width data generationThomas Wolff
2018-03-12use generated width dataThomas Wolff