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
2020-08-24doc: Various fixes to makedocbook for python3.8topic/fifoJon Turney
2020-08-24Cygwin: cwdstuff::get: clean up debug_printf outputKen Brown
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-08-22Cygwin: bump version to 3.2.0Corinna Vinschen
2020-08-20Cygwin: strace: ignore GCC exceptionscygwin-3_1_7-releaseKen Brown
2020-08-20Cygwin: add header defining GCC exception codesKen Brown
2020-08-18Cygwin: main exception handler (64-bit): continue GCC exceptionsKen Brown
2020-08-17libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib
2020-08-17libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib
2020-08-17Cygwin: pty: Change the timing of set_locale() call again.Takashi Yano via Cygwin-patches
2020-08-13Cygwin: pty: Change the timing of setup_locale() call.Takashi Yano via Cygwin-patches
2020-08-13libc/stdlib: Fix build failure in nano_callocCraig Blackmore
2020-08-12libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib
2020-08-12libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]Keith Packard via Newlib
2020-08-11Cygwin: pty: Add a workaround for issue of starting a lot of mintty.Takashi Yano
2020-08-10libm/machine/arm: Add optimized fmaf and fma when availableKeith Packard via Newlib
2020-08-10libm: Detect fast fmaf supportKeith Packard via Newlib
2020-08-10libm: ARM without HW double does not have fast FMAKeith Packard via Newlib
2020-08-10libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exceptionKeith Packard via Newlib
2020-08-07Cygwin: cygserver: build with -Wimplicit-fallthrough=5Ken Brown
2020-08-07Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney
2020-08-07MSP430: Increase the amount of main memory available in sim ld scriptsJozef Lawrynowicz
2020-08-07MSP430: Word align __*_array_start symbols in sim linker scriptsJozef Lawrynowicz
2020-08-07Cygwin: cygserver: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen
2020-08-07Cygwin: utils: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen
2020-08-07Cygwin: utils: cygcheck: avoid GCC warning concatenating stringsCorinna Vinschen
2020-08-07Cygwin: utils: refresh tzmapCorinna Vinschen
2020-08-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib
2020-08-05libm/math: Don't modify __ieee754_pow return values in powKeith Packard via Newlib
2020-08-05libm/math: Set errno to ERANGE for pow(0, -y)Keith Packard via Newlib
2020-08-05libm/math: Make yx functions set errno=ERANGE for x=0Keith Packard via Newlib
2020-08-05libm/math: set errno to ERANGE at gamma polesKeith Packard via Newlib
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2020-08-05Cygwin: Fix missing breaks in switch statementCorinna Vinschen
2020-08-04libm: Set math_errhandling to match library and hardware [v2]Keith Packard via Newlib
2020-08-04libm/common: Set WANT_ERRNO based on _IEEE_LIBM valueKeith Packard via Newlib
2020-08-04Cygwin: FIFO: add a third pass to raw_readKen Brown
2020-08-04Cygwin: FIFO: fix indentationKen Brown
2020-08-04Cygwin: FIFO: synchronize the fifo_reader and fifosel threadsKen Brown
2020-08-04Cygwin: FIFO: don't read from pipes that are closingKen Brown
2020-08-04Cygwin: FIFO: reorganize some fifo_client_handler methodsKen Brown
2020-08-04Cygwin: FIFO: add a timeout to take_ownershipKen Brown
2020-08-04Cygwin: FIFO: fix timing issue with owner changeKen Brown
2020-08-04Cygwin: FIFO: lock fixesKen Brown
2020-08-04fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcodeBrian Inglis
2020-08-04fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flagBrian Inglis
2020-08-03libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard
2020-08-03select.h: update FD macros to latest FreeBSD, fix type conversion warningCorinna Vinschen
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen