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
AgeCommit message (Expand)Author
2018-08-24Add a mmap flag (MAP_32BIT) on 64-bit platformsjhb
2018-08-24Implement read(2)/write(2) and neccessary lseek(2)kib
2018-08-24Add __nl_item to <sys/_types.h> and use itSebastian Huber
2018-08-20RTEMS: Add __tls_get_addr() to crt0Sebastian Huber
2018-08-16Fix strtof ("-nan") returns positive NaNMasamichi Hosoda
2018-08-16Remove unused NaN's integer representation definitionsMasamichi Hosoda
2018-08-16Fix strtod ("nan") and strtold ("nan") returns wrong negative NaNMasamichi Hosoda
2018-08-13Added Restriction on base valueAditya Upadhyay
2018-08-09newlib: strftime: fix over-enthusiastic fix from 0283642f35ceCorinna Vinschen
2018-08-08newlib: don't check malloc/free pointerCorinna Vinschen
2018-08-08newlib: fix various gcc warningsCorinna Vinschen
2018-08-08newlib: wordexp: drop dangerous fprintfCorinna Vinschen
2018-08-08newlib: newlocale: fix typo rendering ctype_ptr invalidCorinna Vinschen
2018-08-08newlib: strftime: fix gcc warning on __ctlocCorinna Vinschen
2018-08-08RTEMS: Add aligned_alloc() to crt0Sebastian Huber
2018-08-07Declare GNU-specific sched_getcpu()Sebastian Huber
2018-07-30RISC-V: Do not use _init/_finiSebastian Huber
2018-07-30Add attributes to allocator functionsSebastian Huber
2018-07-30FreeBSD compat. __alloc_size(), __alloc_align()Sebastian Huber
2018-07-30Define a new __alloc_size2 attribute to complement the exiting support.pfg
2018-07-30Remove lint support from system headers and MD x86 headers.kib
2018-07-30sys: further adoption of SPDX licensing ID tags.pfg
2018-07-30Make _Static_assert() work with GCC in older C++ standards.ed@FreeBSD.org
2018-07-30ctype: Avoid GCC note in towctrans_l.cSebastian Huber
2018-07-30ctype: Fix integer type for caseconv_entry::deltaSebastian Huber
2018-07-30Fix comparison between two character arraysJordi Sanfeliu
2018-07-25Cygwin: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz
2018-07-20ctype: Fix bitfield types on 16-bit targetsnewlib-snapshot-20180720Sebastian Huber
2018-07-20RTEMS: Unconditionally define _off_t to int64_tSebastian Huber
2018-07-17Print sign of NaN values to nano-vfprintf.Kumar Gala
2018-07-13Fix to stop a fall-through in a switch statementJordi Sanfeliu
2018-07-13strcmp.S: Improve performance for misaligned stringsSiddhesh Poyarekar
2018-07-13memcmp.S: optimize for medium to large sizesSiddhesh Poyarekar
2018-07-13Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar
2018-07-06Move __HAVE_FAST_FMA to math_config.hSzabolcs 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 log implementationSzabolcs Nagy
2018-06-26Fix Unicode table.Takashi Yano
2018-06-18newlib: getopt now permutes multi-flag options correctlyThomas Kindler
2018-05-29Fix issue with malloc_extend_topJeff Johnston
2018-05-29Fix 32-bit overflow in mktime() when time_t is 64-bits longFreddie Chopin
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