]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2018-07-20 Sebastian HuberRTEMS: Unconditionally define _off_t to int64_t
2018-07-20 DJ DelorieRemove myself from MAINTAINERS
2018-07-19 Mark Geisertfix duration handling in sigtimedwait
2018-07-17 Kumar GalaPrint sign of NaN values to nano-vfprintf.
2018-07-13 Jordi SanfeliuFix to stop a fall-through in a switch statement
2018-07-13 Siddhesh Poyarekarstrcmp.S: Improve performance for misaligned strings
2018-07-13 Siddhesh Poyarekarmemcmp.S: optimize for medium to large sizes
2018-07-13 Siddhesh PoyarekarImprove strncmp for mutually misaligned inputs
2018-07-12 Corinna VinschenCygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running...
2018-07-11 Tamar ChristinaFix AArch32 semihosting SYS_EXIT call on semihosting v1.
2018-07-11 Szabolcs NagyRemove float compare option from sincosf
2018-07-11 Szabolcs NagyFix the documentation comments for log_inline in pow
2018-07-10 Corinna VinschenCygwin: Don't print FAST_CWD warning in WOW64 on ARM64...
2018-07-10 Corinna VinschenCygwin: fix a race in the FAST_CWD fallback code
2018-07-06 Sebastian HuberUpdate config.guess and config.sub
2018-07-06 Takashi YanoFix a problem that connection to syslogd fails.
2018-07-06 Szabolcs NagyFix namespace issues in sinf, cosf and sincosf
2018-07-06 Szabolcs NagyFix large ulp error in pow without fma very near 1.0
2018-07-06 Szabolcs NagyChange the return type of converttoint and document...
2018-07-06 Szabolcs NagyRemove unused TOINT_RINT and TOINT_SHIFT macros
2018-07-06 Szabolcs NagyMove __HAVE_FAST_FMA to math_config.h
2018-07-06 Szabolcs NagyFix code style and comments of new math code
2018-07-05 Takashi YanoFix newlib functions perror()/psignal() not to use...
2018-07-04 Takashi YanoCygwin: Include local ntsecapi.h
2018-07-04 Takashi YanoFix a bug of perror()/psignal() that changes the orient...
2018-07-03 Takashi YanoFix a bug of psiginfo() that changes the orientation...
2018-06-30 Alexandre OlivaIntroduce @unless/@endunless and postbootstrap Makefile...
2018-06-30 Alexandre OlivaAdd OBJCOPY to Makefile.tpl too, to keep it on Makefile...
2018-06-29 Corinna VinschenCygwin: tape: Handle non-standard "no medium" error...
2018-06-27 Corinna VinschenCygwin: define pthread_tryjoin_np/pthread_timedjoin_np...
2018-06-27 Corinna VinschenCygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_np
2018-06-27 Corinna VinschenCygwin: pthread_timedjoin_np: return ETIMEDOUT, not...
2018-06-27 Corinna VinschenCygwin: Implement pthread_tryjoin_np and pthread_timedj...
2018-06-27 Corinna Vinschennewlib: enable new math functions on Cygwin
2018-06-27 Szabolcs NagyNew pow implementation
2018-06-27 Szabolcs NagyNew log2 implementation
2018-06-27 Szabolcs NagyNew log implementation
2018-06-27 Szabolcs NagyNew exp and exp2 implementations
2018-06-27 Szabolcs NagyUse uint32_t sign argument to math error functions
2018-06-26 Corinna VinschenCygwin: fix bumptious GCC 7 warnings
2018-06-26 Corinna VinschenCygwin: Allow to build without experimental AF_UNIX...
2018-06-26 Corinna VinschenCygwin: add Unicode patch to release notes
2018-06-26 Takashi YanoFix Unicode table.
2018-06-26 Corinna VinschenRevert "Remove -fno-builtin to allow gcc to inline...
2018-06-26 Corinna VinschenCygwin: exceptions: fix FPE exception flags
2018-06-26 Corinna VinschenCygwin: signal.h: improve exception flags definition
2018-06-25 Jon BenistonRemove -fno-builtin to allow gcc to inline functions...
2018-06-22 Takashi YanoFix the handling of out-of-band (OOB) data in a socket.
2018-06-21 Wilco DijkstraImprove performance of sinf/cosf/sincosf
2018-06-21 Corinna VinschenRevert "Improve performance of sinf/cosf/sincosf"
2018-06-21 Jon Benistonlibm/common/s_round.c (round): Add cast for 16-bit...
2018-06-19 Wilco DijkstraImprove performance of sinf/cosf/sincosf
2018-06-18 Thomas Kindlernewlib: getopt now permutes multi-flag options correctly
2018-06-07 Ken BrownBump Cygwin DLL version to 2.11.0
2018-06-07 Ken BrownCygwin: Document clearenv and bump API minor
2018-06-07 Ken BrownCygwin: Remove workaround in environ.cc
2018-06-07 Ken BrownCygwin: Implement the GNU extension clearenv
2018-06-07 Ken BrownCygwin: Allow the environment pointer to be NULL
2018-06-07 Ken BrownCygwin: Clarify some code in environ.cc
2018-06-01 Ken BrownCygwin: Add pthread_rwlock_* fix to release notes
2018-06-01 Ken BrownDeclare the pthread_rwlock_* functions if __cplusplus...
2018-05-29 Corinna VinschenCygwin: Add stack alignment crash after fork fix to...
2018-05-29 Sergejs LukanihinsCygwin: Fixing the math behind rounding down ch.stackli...
2018-05-29 Corinna VinschenCygwin: Add Sergejs Lukanihins to contributors
2018-05-29 Corinna VinschenCygwin: Add buffer underrun fix to release notes
2018-05-29 Corinna VinschenCygwin: normalize_win32_path: Avoid buffer underruns
2018-05-29 Corinna VinschenCygwin: TEST only: Add a buffer underrun assertion...
2018-05-29 Jeff JohnstonFix issue with malloc_extend_top
2018-05-29 Matthias Kannwischerfix llrint and lrint for 52 <= exponent <= 62
2018-05-29 Freddie ChopinFix 32-bit overflow in mktime() when time_t is 64-bits...
2018-05-07 Jeff JohnstonUse _LDBL_EQ_DBL in nexttowardf.c
2018-05-03 Ben Levinskylibgloss: microblaze: adjust handlers to be weak.
2018-04-17 Yaakov SelkowitzCygwin: fix build with GCC 7
2018-04-13 Jeff JohnstonAdd nvptx port.
2018-04-12 Corinna VinschenCygwin: fix guard checking for current user's AuthZ...
2018-04-11 Corinna VinschenCygwin: add cuinof changes to release text
2018-04-11 Corinna VinschenCygwin: cpuinfo: Use active CPU count per group
2018-04-11 Corinna VinschenCygwin: wincap: expose more SYSTEM_INFO members and...
2018-04-11 Corinna VinschenCygwin: cpuinfo: report L3 cache on Intel CPUs
2018-04-09 Corinna VinschenCygwin: add strtod fix to release notes
2018-04-09 Corinna Vinschenstrtod: Convert 64 bit double to 64 bit int during...
2018-03-27 Corinna Vinschennewlib: fix iswupper_l in !_MB_CAPABLE case
2018-03-26 Corinna VinschenCygwin: AF_LOCAL: fix identifing abstract sockets in...
2018-03-26 Corinna VinschenCygwin: fix typo in accept on inet and local sockets
2018-03-26 Thomas Wolffcomments to document struct caseconv_entry
2018-03-26 Thomas Wolffnewlib: fix indentation in toulower
2018-03-25 Corinna VinschenCygwin: delete /dev/kmsg and thus fhandler_mailslot...
2018-03-18 Corinna VinschenCygwin: AF_UNIX: Redesign various aspects
2018-03-18 Corinna VinschenCygwin: ntdll.h: Define FSCTL_PIPE_PEEK and NtWaitForSi...
2018-03-18 Corinna VinschenCygwin: AF_UNIX: Add state_lock to guard manipulating...
2018-03-18 Corinna VinschenCygwin: AF_UNIX: Use spinlock rather than SRWLOCKs
2018-03-17 Corinna VinschenCygwin: tags: drop _EXFUN regex
2018-03-16 Hakan LindqvistReduce qsort stack consumption
2018-03-16 Hakan LindqvistEnsure qsort recursion depth is bounded
2018-03-15 Joel SherrillCorrect prototypes of pthread_mutex_getprioceiling...
2018-03-15 Richard Earnshaw[arm] Fix syscalls.c for newlib embedded syscalls builds
2018-03-14 Yaakov Selkowitzssp: fix wchar.h with -std=c99
2018-03-14 Yaakov SelkowitzFix alloc_align and alloc_size macros for multiple...
2018-03-14 Corinna Vinschenctype: align size of category bit fields to small targe...
2018-03-14 Corinna VinschenRevert "ctype: align size of category bit fields to...
next
This page took 0.05626 seconds and 5 git commands to generate.