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: Remove ccwrap
Jon Turney
2020-10-18
16
-166
/
+68
*
Cygwin: Stop using c++wrap for MinGW-compiled utilities
Jon Turney
2020-10-18
2
-12
/
+3
*
libc/time: Move internal newlib tz-structs into own header
Torbjörn SVENSSON via Newlib
2020-10-15
6
-57
/
+26
*
Cygwin: Remove unused doc/ug-info.xml
Jon Turney
2020-10-14
1
-36
/
+0
*
Cygwin: Remove empty MT_SAFE and MT_SAFE_OBJECTS
Jon Turney
2020-10-14
1
-4
/
+1
*
Cygwin: Remove autoconf variable INSTALL_LICENSE
Jon Turney
2020-10-14
3
-12
/
+1
*
Cygwin: Drop AC_SUBST(LIBSERVER)
Jon Turney
2020-10-14
2
-3
/
+0
*
Cygwin: Remove AC_ARG_PROGRAM/program_transform_name
Jon Turney
2020-10-14
6
-40
/
+1
*
Cygwin: Remove AC_PROG_MAKE_SET
Jon Turney
2020-10-14
7
-107
/
+0
*
Cygwin: Drop STDINCFLAGS overrides
Jon Turney
2020-10-14
1
-4
/
+0
*
Cygwin: Drop looking for w32api in winsup/w32api
Jon Turney
2020-10-14
8
-16
/
+0
*
format_proc_cpuinfo: add enqcmd cpuinfo flag
Brian Inglis
2020-10-13
1
-0
/
+1
*
drop ambiguous-wide behaviour from Unicode CJK locales
Thomas Wolff
2020-10-13
1
-13
/
+5
*
Cygwin: AF_UNIX: open_pipe: call recv_peer_info
Ken Brown
2020-10-04
1
-1
/
+5
*
Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESS
Ken Brown
2020-10-04
1
-2
/
+5
*
Cygwin: AF_UNIX: socket: set the O_RDWR flag
Ken Brown
2020-10-04
1
-0
/
+1
*
Cygwin: always recognize AF_UNIX sockets as reparse points
Ken Brown
2020-10-04
2
-12
/
+15
*
Cygwin: fix handling of known reparse points that are not symlinks
Ken Brown
2020-10-04
1
-5
/
+12
*
Cygwin: AF_UNIX: use FILE_OPEN_REPARSE_POINT when needed
Ken Brown
2020-10-04
2
-4
/
+15
*
libc/include/wchar.h: Remove parameter name
Torbjörn SVENSSON
2020-10-02
1
-2
/
+2
*
libc/include/inttypes.h: Remove parameter name
Torbjörn SVENSSON
2020-10-02
1
-1
/
+1
*
libgloss: aarch64: Add support for Armv8-R AArch64
Alex Coplan via Newlib
2020-09-30
4
-4
/
+38
*
Cygwin: avoid GCC 10 error with -Werror=narrowing
Jon Turney
2020-09-28
2
-3
/
+1
*
Cygwin: avoid GCC 10 error with -Werror=narrowing
Jon Turney
2020-09-28
1
-2
/
+2
*
Cygwin: avoid GCC 10 error with -Werror=parentheses
Jon Turney
2020-09-28
1
-1
/
+1
*
Cygwin: check_reparse_point_target: update comment
Ken Brown
2020-09-26
1
-2
/
+3
*
libc/include/math.h: Remove parameter name
Christophe Lyon
2020-09-25
1
-8
/
+8
*
Add C-SKY port for libgloss
Jojo R
2020-09-25
28
-0
/
+6831
*
Cygwin: winlean.h: remove most of the extended memory API
Ken Brown
2020-09-24
4
-43
/
+17
*
Port of C-SKY for newlib
Jojo R
2020-09-23
12
-2
/
+6372
*
libm: Make tgamma(-small) = -INFINITY
Keith Packard
2020-09-18
1
-1
/
+1
*
winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supported
Brian Inglis
2020-09-18
1
-5
/
+5
*
fhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk, sev_es flags
Brian Inglis
2020-09-17
1
-0
/
+8
*
Cygwin: pty: Drop handling for UTF-7 in convert_mb_str().
Takashi Yano
2020-09-11
1
-48
/
+38
*
Cygwin: ldd: Also look for not found DLLs when exit status is non-zero
Jon Turney
2020-09-11
1
-0
/
+2
*
Cygwin: pty: Prevent garbled output for existing non-cygwin apps.
Takashi Yano via Cygwin-patches
2020-09-11
1
-1
/
+5
*
Cygwin: pty: setup new pty on opening the master, not in constructor
Corinna Vinschen
2020-09-09
2
-5
/
+5
*
Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.
Takashi Yano via Cygwin-patches
2020-09-09
1
-1
/
+15
*
Cygwin: pty: Revise convert_mb_str() function.
Takashi Yano via Cygwin-patches
2020-09-09
1
-47
/
+88
*
Cygwin: document last bug fix
Ken Brown
2020-09-08
1
-0
/
+3
*
Cygwin: path_conv::check: handle error from fhandler_process::exists
Ken Brown
2020-09-08
1
-0
/
+9
*
Cygwin: format_process_fd: add directory check
Ken Brown
2020-09-08
1
-0
/
+15
*
Cygwin: pty: move codepage evaluation to nlsfuncs.cc
Corinna Vinschen
2020-09-08
2
-182
/
+57
*
Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flags
Corinna Vinschen
2020-09-07
9
-16
/
+16
*
libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]
Keith Packard via Newlib
2020-09-04
13
-118
/
+56
*
libm/riscv: Use common fma code when necessary
Keith Packard via Newlib
2020-09-04
2
-0
/
+4
*
libm/riscv: Fix machine-specific sqrt build process
Keith Packard via Newlib
2020-09-04
4
-20
/
+16
*
MSP430: Fix calculation of string length in sbrk.c
Jozef Lawrynowicz
2020-09-04
1
-1
/
+1
*
Cygwin: create install dir for libs
David McFarland via Cygwin-patches
2020-09-04
1
-1
/
+1
*
loadlocale: don't casecmp digits
Corinna Vinschen
2020-09-04
1
-1
/
+1
[next]