]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2020-08-30 Corinna VinschenCygwin: Add C11 threads API
2020-08-30 Corinna VinschenCygwin: make pthread_yield available for internal usage
2020-08-30 Corinna VinschenCygwin: pthread_yield: Add BSD visibility
2020-08-30 Corinna VinschenCygwin: pthreads: iterate over key destructors per...
2020-08-28 Jon TurneyCygwin: Remove .drone.yml
2020-08-28 Jon TurneyCygwin: Add github action to cross-build on Fedora
2020-08-28 Jon TurneyCygwin: Add .appveyor.yml
2020-08-28 Corinna VinschenCygwin: sigproc: Fix a thinko in array size
2020-08-28 Corinna VinschenCygwin: sigproc: Eliminate redundant copying of chld_procs
2020-08-28 Corinna VinschenCygwin: sigproc: fix minor formatting issue
2020-08-28 Takashi Yano... Cygwin: select: Fix a bug on closing pi->bye event.
2020-08-28 Corinna VinschenCygwin: sigproc: Allow more child processes per process
2020-08-28 Corinna VinschenCygwin: drop PROC_DETACHED_CHILD flag
2020-08-28 Corinna VinschenCygwin: sigproc: drop __stdcall
2020-08-28 Corinna VinschenCygwin: sigproc: return int from remove_proc
2020-08-28 Corinna VinschenCygwin: fix up proc_subproc flags and matching pinfo...
2020-08-27 Ken BrownCygwin: fhandler_fifo::delete_client_handler: improve...
2020-08-27 Brian Ingliswinsup/doc/faq-api.xml(faq.api.timezone): explain time...
2020-08-27 Takashi Yano... Cygwin: console: Replace WriteConsoleA() with WriteCons...
2020-08-26 Jon Turneydoc: Also update shebang for chapter-texi2docbook.py
2020-08-26 Brian Ingliswinsup/doc/faq-api.xml, -programming.xml: change Win32...
2020-08-26 Brian Ingliswinsup/doc/faq-setup.xml, faq-using.xml: update setup FAQ
2020-08-25 Eshan dhawan... Enabled _CS* defines for RTEMS
2020-08-24 Jon Turneydoc: Various fixes to makedocbook for python3.8 topic/fifo github/topic/fifo
2020-08-23 Ken BrownCygwin: cwdstuff::get: clean up debug_printf output
2020-08-22 Takashi YanoCygwin: pty: Implement new pseudo console support.
2020-08-22 Corinna VinschenCygwin: bump version to 3.2.0
2020-08-20 Ken BrownCygwin: strace: ignore GCC exceptions cygwin-3_1_7-release
2020-08-20 Ken BrownCygwin: add header defining GCC exception codes
2020-08-18 Ken BrownCygwin: main exception handler (64-bit): continue GCC...
2020-08-17 Keith Packard... libm/stdlib: Realloc when shrinking by 2* or more
2020-08-17 Keith Packard... libm/stdlib: don't read past source in nano_realloc
2020-08-17 Takashi Yano... Cygwin: pty: Change the timing of set_locale() call...
2020-08-13 Takashi Yano... Cygwin: pty: Change the timing of setup_locale() call.
2020-08-13 Craig Blackmorelibc/stdlib: Fix build failure in nano_calloc
2020-08-12 Keith Packard... libc/stdlib: Use __builtin_mul_overflow for reallocarra...
2020-08-12 Keith Packard... libm/machine/riscv: Add custom fma/sqrt functions when...
2020-08-11 Takashi YanoCygwin: pty: Add a workaround for issue of starting...
2020-08-10 Keith Packard... libm/machine/arm: Add optimized fmaf and fma when available
2020-08-10 Keith Packard... libm: Detect fast fmaf support
2020-08-10 Keith Packard... libm: ARM without HW double does not have fast FMA
2020-08-10 Keith Packard... libm/math: ensure that expf(-huge) sets FE_UNDERFLOW...
2020-08-07 Ken BrownCygwin: cygserver: build with -Wimplicit-fallthrough=5
2020-08-07 Jon TurneyCygwin: Use documented QueryWorkingSetEx() in dumper
2020-08-07 Jozef LawrynowiczMSP430: Increase the amount of main memory available...
2020-08-07 Jozef LawrynowiczMSP430: Word align __*_array_start symbols in sim linke...
2020-08-07 Corinna VinschenCygwin: cygserver: build with -Wimplicit-fallthrough...
2020-08-07 Corinna VinschenCygwin: utils: build with -Wimplicit-fallthrough=4...
2020-08-07 Corinna VinschenCygwin: utils: convert usage() to proper noreturn funct...
2020-08-07 Corinna VinschenCygwin: utils: cygcheck: avoid GCC warning concatenatin...
2020-08-07 Corinna VinschenCygwin: utils: refresh tzmap
2020-08-05 Keith Packard... libm: Control errno support with _IEEE_LIBM configurati...
2020-08-05 Keith Packard... libm/math: Don't modify __ieee754_pow return values...
2020-08-05 Keith Packard... libm/math: Set errno to ERANGE for pow(0, -y)
2020-08-05 Keith Packard... libm/math: Make yx functions set errno=ERANGE for x=0
2020-08-05 Keith Packard... libm/math: set errno to ERANGE at gamma poles
2020-08-05 Corinna VinschenCygwin: Add 'fallthrough' pseudo keyword for switch...
2020-08-05 Corinna VinschenCygwin: Fix missing breaks in switch statement
2020-08-04 Keith Packard... libm: Set math_errhandling to match library and hardwar...
2020-08-04 Keith Packard... libm/common: Set WANT_ERRNO based on _IEEE_LIBM value
2020-08-04 Ken BrownCygwin: FIFO: add a third pass to raw_read
2020-08-04 Ken BrownCygwin: FIFO: fix indentation
2020-08-04 Ken BrownCygwin: FIFO: synchronize the fifo_reader and fifosel...
2020-08-04 Ken BrownCygwin: FIFO: don't read from pipes that are closing
2020-08-04 Ken BrownCygwin: FIFO: reorganize some fifo_client_handler methods
2020-08-04 Ken BrownCygwin: FIFO: add a timeout to take_ownership
2020-08-04 Ken BrownCygwin: FIFO: fix timing issue with owner change
2020-08-04 Ken BrownCygwin: FIFO: lock fixes
2020-08-04 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): use _small_sprin...
2020-08-04 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE...
2020-08-03 Keith Packardlibm/math: Use __math_xflow in obsolete math code [v2]
2020-08-03 Corinna Vinschenselect.h: update FD macros to latest FreeBSD, fix type...
2020-08-03 Corinna VinschenCygwin: posix_spawn: add Cygwin-specific code fixing...
2020-07-31 Jon TurneyCygwin: Speed up dumper
2020-07-31 Jon TurneyCygwin: Remove synchronization event from dumper
2020-07-31 Jon TurneyCygwin: Add --nokill dumper option
2020-07-29 Sebastian Huberarm: Fix include to avoid undefined reference
2020-07-29 Eshan dhawanarm: Split fenv.c into multiple files
2020-07-29 Eshan dhawanarm: Fix fenv support
2020-07-28 Jon TurneyCygwin: Decorate NtQueryVirtualMemory() to fix 32-bit...
2020-07-27 PkmX via Newlibriscv: fix integer wraparound in memcpy
2020-07-24 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): add flags and...
2020-07-22 Corinna VinschenCygwin: mmap: Remove AT_ROUND_TO_PAGE workaround
2020-07-21 Ken BrownCygwin: mmap: document recent bugfix
2020-07-21 Jon TurneyCygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumper
2020-07-21 Jon TurneyCygwin: Don't dump non-writable image regions
2020-07-21 Jon TurneyCygwin: Drop excluded regions list from dumper
2020-07-21 Jon TurneyCygwin: Remove reading of PE for section flags from...
2020-07-21 Jon TurneyCygwin: Show details of all memory regions in dumper...
2020-07-20 Corinna VinschenCygwin: mmap: constify pagesize throughout
2020-07-20 Ken BrownCygwin: mmap: fix mapping beyond EOF on 64 bit
2020-07-20 Takashi Yano... Cygwin: pty: Fix a bug on redirecting something to...
2020-07-20 Corinna VinschenCygwin: sockets: Rearrange check for connect failure
2020-07-16 Ken BrownCygwin: FIFO: document recent fixes
2020-07-16 Ken BrownCygwin: FIFO: update commentary
2020-07-16 Ken BrownCygwin: FIFO: clean up
2020-07-16 Ken BrownCygwin: FIFO: allow take_ownership to be interrupted
2020-07-16 Ken BrownCygwin: fhandler_fifo::take_ownership: don't set event...
2020-07-16 Ken BrownCygwin: FIFO: add missing lock
2020-07-16 Ken BrownCygwin: FIFO: make certain errors non-fatal
next
This page took 0.059372 seconds and 5 git commands to generate.