]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2017-11-14 Florian Schmidtnewlib/libc/stdlib/realloc.c: fix variable name
2017-11-13 Joel Sherrillnewlib/.../getreent.c: Allow to be provided by host...
2017-11-08 Corinna Vinschencygwin: pread: Remove incorrect comment
2017-11-08 Corinna Vinschencygwin: fhandler_disk_file::pread: always print debug...
2017-11-08 Xiaofeng Liucygwin: pread() returns non-zero if read beyond EOF
2017-11-07 Corinna Vinschencygwin: fix stray semicolon
2017-11-07 Corinna Vinschencygwin: add socket bugfix to release notes
2017-11-07 Erik M. BrayFix two bugs in the limit of large numbers of sockets:
2017-11-03 Sebastian HuberMake ffsl() and ffsll() BSD-visible
2017-11-02 Corinna Vinschencygwin: ftruncate64: add missing braces
2017-11-02 Corinna Vinschencygwin: add 2.9.1 release messages file
2017-11-02 Erik M. Brayposix_fallocate() *returns* error codes but does not...
2017-11-02 Erik M. Brayposix_fadvise() *returns* error codes but does not...
2017-11-02 Joel Sherrillnewlib/configure.host: Remove obsolete definition of...
2017-10-26 Sebastian HuberRTEMS: Remove internal timecounter API
2017-10-25 Ken Brownwinsup/utils/dump_setup.cc: Remove the function 'base'
2017-10-24 Alexander FedotovFixed semihosting for AArch64 when heapinfo parameters...
2017-10-20 Szabolcs Nagyfix internal __ieee754_expf and __ieee754_logf calls
2017-10-18 Corinna Vinschencygwin: belatedly bump DLL minor version
2017-10-18 Corinna Vinschencygwin: unlink: workaround NFS non-ability to move...
2017-10-18 Corinna Vinschencygwin: unlink: don't try "final trick" in try_to_bin...
2017-10-18 Corinna Vinschencygwin: unlink: fix "final trick" overwrite method...
2017-10-18 Corinna Vinschencygwin: unlink: improve debug messages in try_to_bin
2017-10-18 Corinna Vinschencygwin: unlink: simplify rootdir handling
2017-10-18 Corinna Vinschencygwin: unlink: drop redundant check for netapp FS
2017-10-18 Corinna Vinschencygwin: unlink: Fix typos in comments
2017-10-13 Szabolcs NagyNew expf, exp2f, logf, log2f and powf implementations
2017-10-13 Sebastian HuberRTEMS: Fix _PTHREAD_MUTEX_INITIALIZER
2017-10-10 Yaakov Selkowitzcygwin: fix gethostbyaddr argument types
2017-10-10 Yaakov SelkowitzFeature test macros overhaul: Cygwin netdb.h
2017-10-10 Michael Haubenwallnercygwin: fix potential buffer overflow in fork
2017-10-10 Michael Haubenwallnercygwin: fix potential buffer overflow in small_sprintf
2017-10-09 Tamar ChristinaFix multido compilation on ARM
2017-10-09 Michael Haubenwallnercygwin: initialize variable for stack unwinding
2017-10-09 Corinna Vinschencygwin: disable -Wframe-address warning only on GCC...
2017-10-09 Michael HaubenwallnerFix typo with newlib-long-time_t default value.
2017-10-09 Alexander Fedotovadjust libnosys config for aarch64 to avoid linker...
2017-10-09 Ken Browncygwin: Remove workaround for GCC 6 null pointer check...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to NULL in _pinfo...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to 'NULL' in _pinfo...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to 'NULL' in _pinfo...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fd
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to 'NULL' in _pinfo...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to 'NULL' in _pinfo...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to 'NULL' in _pinfo...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to 'NULL' in _pinfo...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to 'NULL' in _pinfo...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to 'NULL' in _pinfo...
2017-10-09 Ken Browncygwin: Remove comparisons of 'this' to 'NULL' in fhand...
2017-10-05 Sebastian HuberRTEMS: Make pthread_mutex_t self-contained
2017-10-05 Sebastian HuberRTEMS: Make pthread_cond_t self-contained
2017-10-05 Sebastian HuberRTEMS: Make pthread_rwlock_t self-contained
2017-10-05 Sebastian HuberRTEMS: Make pthread_barrier_t self-contained
2017-10-05 Sebastian HuberRTEMS: Make sem_t self-contained
2017-10-05 Sebastian HuberRTEMS: Optimize pthread_once_t
2017-09-19 Brian Inglisnewlib/libm/complex/cargl.c change imag() real() to... newlib-snapshot-20170922
2017-09-19 Sebastian HuberFix warnings and documentation in strnstr.c
2017-09-12 Yaakov Selkowitzcygwin: workaround GCC 6 changes
2017-09-12 Yaakov SelkowitzRevert "cygwin: only expose /dev/con{in,out,sole} when...
2017-09-07 Sebastian HuberChange time_t to 64-bit by default
2017-09-07 Sebastian HuberRemove harmful casts in gmtime_r()
2017-09-07 Sebastian HuberLet RTEMS provide clock()
2017-09-04 Corinna Vinschenstdio.h: Don't define unlocked macros using static... cygwin-2_9_0-release
2017-09-03 Yaakov Selkowitzcygwin: Document crypt_r
2017-09-02 Achim GratzRemove some dangerous advice from the FAQ
2017-08-30 Yaakov Selkowitzinclude: fix ffs, fls guards
2017-08-30 Corinna Vinschennewlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.def
2017-08-30 Corinna Vinschennewlib: strnstr: drop traditional synopisis
2017-08-30 Sichen ZhaoAdd man page entry for strnstr.c.
2017-08-30 Sichen ZhaoModify strnstr.c.
2017-08-29 Corinna Vinschencygwin: add strptime %F fix to release notes
2017-08-29 Brian Ingliswinsup/cygwin/libc/strptime.cc(__strptime) fix %F width
2017-08-29 Corinna Vinschencygwin: document %s support in strptime
2017-08-28 Sebastian HuberFix compile error due to new strnstr()
2017-08-25 Corinna Vinschencygwin: export strnstr
2017-08-25 Corinna Vinschennewlib: rebuild string/Makefile.in
2017-08-25 Sichen ZhaoPort strnstr.c to newlib.
2017-08-25 Sichen ZhaoImport strnstr.c from FreeBSD.
2017-08-25 Eric BlakeRevert "headers: avoid bareword attributes" for clang
2017-08-25 Sebastian HuberRTEMS: Use __uint64_t for _CLOCK_T_
2017-08-25 Sebastian HuberMake _CLOCK_T_ system configurable
2017-08-25 Brian Inglisnewlib/libc/time/strptime.c(strptime_l) add %F %s suppo...
2017-08-25 Brian Ingliswinsup/cygwin/libc/strptime.cc(__strptime) add %s suppo...
2017-08-24 Alexander Fedotov... move ILP32 sanity check on heap base code under ARM_RDI...
2017-08-23 Corinna Vinschencygwin: only expose /dev/con{in,out,sole} when started...
2017-08-21 Kito ChengAdd myself to RISC-V Port Maintainer
2017-08-21 Kito ChengChange license to FreeBSD License for RISC-V
2017-08-19 Ken BrownDocument renameat2
2017-08-19 Ken Browncygwin: Implement renameat2
2017-08-17 Kito ChengAdd RISC-V port for libgloss newlib-snapshot-20170818
2017-08-17 Kito ChengAdd RISC-V port for libm
2017-08-17 Eric Blakeheaders: avoid bareword attributes
2017-08-17 Eric Blakeheaders: avoid bareword attributes
2017-08-17 Szabolcs NagyFix crt0 init fini code
2017-08-16 Kito ChengAdd RISC-V port for newlib
2017-08-15 Alexander Fedotov... fix typo in AArch64 crt0
2017-08-14 Alexander Fedotov... use stack from linker script when nosys
2017-08-11 Corinna Vinschennewlib: regenerate libc/stdlib/Makefile.am
2017-08-09 Yao QiDon't fetch command line options without semi-hosting
2017-08-09 Tamar ChristinaFix crt0 overwriting.
next
This page took 0.05379 seconds and 5 git commands to generate.