summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches2020-08-315-30/+229
* Cygwin: Remove waitloop argument from try_to_debug()Jon Turney2020-08-302-7/+9
* Cygwin: sigproc.cc: add commentKen Brown2020-08-301-1/+5
* Cygwin: Add modfl fix to release notesCorinna Vinschen2020-08-301-0/+3
* Cygwin: crt: Add "volatile" to all inline assembly snippets under mathMartin Storsjö2020-08-3011-15/+21
* Cygwin: math/modfl.c: Fix segment faults in modfl().Liu Hao2020-08-301-2/+2
* Cygwin: Add Cygwin 3.2 release infoCorinna Vinschen2020-08-303-0/+74
* Cygwin: Add C11 threads APICorinna Vinschen2020-08-308-37/+627
* Cygwin: make pthread_yield available for internal usageCorinna Vinschen2020-08-302-1/+2
* Cygwin: pthread_yield: Add BSD visibilityCorinna Vinschen2020-08-301-0/+2
* Cygwin: pthreads: iterate over key destructors per POSIXCorinna Vinschen2020-08-303-7/+24
* Cygwin: Remove .drone.ymlJon Turney2020-08-281-58/+0
* Cygwin: Add github action to cross-build on FedoraJon Turney2020-08-281-0/+45
* Cygwin: Add .appveyor.ymlJon Turney2020-08-281-0/+69
* Cygwin: sigproc: Fix a thinko in array sizeCorinna Vinschen2020-08-281-3/+3
* Cygwin: sigproc: Eliminate redundant copying of chld_procsCorinna Vinschen2020-08-281-1/+3
* Cygwin: sigproc: fix minor formatting issueCorinna Vinschen2020-08-281-1/+1
* Cygwin: select: Fix a bug on closing pi->bye event.Takashi Yano via Cygwin-patches2020-08-281-3/+3
* Cygwin: sigproc: Allow more child processes per processCorinna Vinschen2020-08-282-54/+93
* Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen2020-08-285-18/+11
* Cygwin: sigproc: drop __stdcallCorinna Vinschen2020-08-282-14/+14
* Cygwin: sigproc: return int from remove_procCorinna Vinschen2020-08-281-3/+3
* Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen2020-08-285-14/+15
* Cygwin: fhandler_fifo::delete_client_handler: improve efficiencyKen Brown2020-08-271-3/+3
* winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updatesBrian Inglis2020-08-271-5/+35
* Cygwin: console: Replace WriteConsoleA() with WriteConsoleW().Takashi Yano via Cygwin-patches2020-08-271-42/+47
* doc: Also update shebang for chapter-texi2docbook.pyJon Turney2020-08-261-1/+1
* winsup/doc/faq-api.xml, -programming.xml: change Win32 to Windows/APIBrian Inglis2020-08-262-15/+15
* winsup/doc/faq-setup.xml, faq-using.xml: update setup FAQBrian Inglis2020-08-262-138/+118
* Enabled _CS* defines for RTEMSEshan dhawan via Newlib2020-08-251-1/+2
* doc: Various fixes to makedocbook for python3.8Jon Turney2020-08-241-4/+6
* Cygwin: cwdstuff::get: clean up debug_printf outputKen Brown2020-08-231-0/+2
* Cygwin: pty: Implement new pseudo console support.Takashi Yano2020-08-2212-1719/+339
* Cygwin: bump version to 3.2.0Corinna Vinschen2020-08-221-2/+2
* Cygwin: strace: ignore GCC exceptionscygwin-3_1_7-releaseKen Brown2020-08-201-0/+8
* Cygwin: add header defining GCC exception codesKen Brown2020-08-202-9/+20
* Cygwin: main exception handler (64-bit): continue GCC exceptionsKen Brown2020-08-182-0/+23
* libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib2020-08-171-3/+3
* libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib2020-08-171-2/+4
* Cygwin: pty: Change the timing of set_locale() call again.Takashi Yano via Cygwin-patches2020-08-172-4/+18
* Cygwin: pty: Change the timing of setup_locale() call.Takashi Yano via Cygwin-patches2020-08-131-4/+4
* libc/stdlib: Fix build failure in nano_callocCraig Blackmore2020-08-131-2/+2
* libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib2020-08-123-15/+22
* libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]Keith Packard via Newlib2020-08-127-5/+237
* Cygwin: pty: Add a workaround for issue of starting a lot of mintty.Takashi Yano2020-08-111-4/+11
* libm/machine/arm: Add optimized fmaf and fma when availableKeith Packard via Newlib2020-08-106-5/+125
* libm: Detect fast fmaf supportKeith Packard via Newlib2020-08-101-0/+8
* libm: ARM without HW double does not have fast FMAKeith Packard via Newlib2020-08-101-1/+1
* libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exceptionKeith Packard via Newlib2020-08-101-1/+1
* Cygwin: cygserver: build with -Wimplicit-fallthrough=5Ken Brown2020-08-074-3/+5