index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: sigproc: drop __stdcall
Corinna Vinschen
2020-08-28
2
-14
/
+14
*
Cygwin: sigproc: return int from remove_proc
Corinna Vinschen
2020-08-28
1
-3
/
+3
*
Cygwin: fix up proc_subproc flags and matching pinfo methods
Corinna Vinschen
2020-08-28
5
-14
/
+15
*
Cygwin: fhandler_fifo::delete_client_handler: improve efficiency
Ken Brown
2020-08-27
1
-3
/
+3
*
winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updates
Brian Inglis
2020-08-27
1
-5
/
+35
*
Cygwin: console: Replace WriteConsoleA() with WriteConsoleW().
Takashi Yano via Cygwin-patches
2020-08-27
1
-42
/
+47
*
doc: Also update shebang for chapter-texi2docbook.py
Jon Turney
2020-08-26
1
-1
/
+1
*
winsup/doc/faq-api.xml, -programming.xml: change Win32 to Windows/API
Brian Inglis
2020-08-26
2
-15
/
+15
*
winsup/doc/faq-setup.xml, faq-using.xml: update setup FAQ
Brian Inglis
2020-08-26
2
-138
/
+118
*
Enabled _CS* defines for RTEMS
Eshan dhawan via Newlib
2020-08-25
1
-1
/
+2
*
doc: Various fixes to makedocbook for python3.8
Jon Turney
2020-08-24
1
-4
/
+6
*
Cygwin: cwdstuff::get: clean up debug_printf output
Ken Brown
2020-08-23
1
-0
/
+2
*
Cygwin: pty: Implement new pseudo console support.
Takashi Yano
2020-08-22
12
-1719
/
+339
*
Cygwin: bump version to 3.2.0
Corinna Vinschen
2020-08-22
1
-2
/
+2
*
Cygwin: strace: ignore GCC exceptions
cygwin-3_1_7-release
Ken Brown
2020-08-20
1
-0
/
+8
*
Cygwin: add header defining GCC exception codes
Ken Brown
2020-08-20
2
-9
/
+20
*
Cygwin: main exception handler (64-bit): continue GCC exceptions
Ken Brown
2020-08-18
2
-0
/
+23
*
libm/stdlib: Realloc when shrinking by 2* or more
Keith Packard via Newlib
2020-08-17
1
-3
/
+3
*
libm/stdlib: don't read past source in nano_realloc
Keith Packard via Newlib
2020-08-17
1
-2
/
+4
*
Cygwin: pty: Change the timing of set_locale() call again.
Takashi Yano via Cygwin-patches
2020-08-17
2
-4
/
+18
*
Cygwin: pty: Change the timing of setup_locale() call.
Takashi Yano via Cygwin-patches
2020-08-13
1
-4
/
+4
*
libc/stdlib: Fix build failure in nano_calloc
Craig Blackmore
2020-08-13
1
-2
/
+2
*
libc/stdlib: Use __builtin_mul_overflow for reallocarray and calloc
Keith Packard via Newlib
2020-08-12
3
-15
/
+22
*
libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]
Keith Packard via Newlib
2020-08-12
7
-5
/
+237
*
Cygwin: pty: Add a workaround for issue of starting a lot of mintty.
Takashi Yano
2020-08-11
1
-4
/
+11
*
libm/machine/arm: Add optimized fmaf and fma when available
Keith Packard via Newlib
2020-08-10
6
-5
/
+125
*
libm: Detect fast fmaf support
Keith Packard via Newlib
2020-08-10
1
-0
/
+8
*
libm: ARM without HW double does not have fast FMA
Keith Packard via Newlib
2020-08-10
1
-1
/
+1
*
libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exception
Keith Packard via Newlib
2020-08-10
1
-1
/
+1
*
Cygwin: cygserver: build with -Wimplicit-fallthrough=5
Ken Brown
2020-08-07
4
-3
/
+5
*
Cygwin: Use documented QueryWorkingSetEx() in dumper
Jon Turney
2020-08-07
1
-29
/
+7
*
MSP430: Increase the amount of main memory available in sim ld scripts
Jozef Lawrynowicz
2020-08-07
2
-2
/
+2
*
MSP430: Word align __*_array_start symbols in sim linker scripts
Jozef Lawrynowicz
2020-08-07
2
-0
/
+7
*
Cygwin: cygserver: build with -Wimplicit-fallthrough=4 -Werror
Corinna Vinschen
2020-08-07
1
-1
/
+1
*
Cygwin: utils: build with -Wimplicit-fallthrough=4 -Werror
Corinna Vinschen
2020-08-07
2
-2
/
+4
*
Cygwin: utils: convert usage() to proper noreturn function throughout
Corinna Vinschen
2020-08-07
23
-111
/
+55
*
Cygwin: utils: cygcheck: avoid GCC warning concatenating strings
Corinna Vinschen
2020-08-07
1
-1
/
+5
*
Cygwin: utils: refresh tzmap
Corinna Vinschen
2020-08-07
2
-58
/
+91
*
libm: Control errno support with _IEEE_LIBM configuration parameter
Keith Packard via Newlib
2020-08-05
6
-73
/
+22
*
libm/math: Don't modify __ieee754_pow return values in pow
Keith Packard via Newlib
2020-08-05
2
-26
/
+2
*
libm/math: Set errno to ERANGE for pow(0, -y)
Keith Packard via Newlib
2020-08-05
2
-4
/
+2
*
libm/math: Make yx functions set errno=ERANGE for x=0
Keith Packard via Newlib
2020-08-05
6
-42
/
+52
*
libm/math: set errno to ERANGE at gamma poles
Keith Packard via Newlib
2020-08-05
4
-39
/
+16
*
Cygwin: Add 'fallthrough' pseudo keyword for switch/case use
Corinna Vinschen
2020-08-05
33
-63
/
+67
*
Cygwin: Fix missing breaks in switch statement
Corinna Vinschen
2020-08-05
2
-0
/
+10
*
libm: Set math_errhandling to match library and hardware [v2]
Keith Packard via Newlib
2020-08-04
2
-1
/
+22
*
libm/common: Set WANT_ERRNO based on _IEEE_LIBM value
Keith Packard via Newlib
2020-08-04
1
-1
/
+3
*
Cygwin: FIFO: add a third pass to raw_read
Ken Brown
2020-08-04
1
-6
/
+60
*
Cygwin: FIFO: fix indentation
Ken Brown
2020-08-04
1
-48
/
+48
*
Cygwin: FIFO: synchronize the fifo_reader and fifosel threads
Ken Brown
2020-08-04
3
-9
/
+60
[next]