public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
[PATCH v4 1/3] Cygwin: rewrite and make public cmdline parser
 2020-11-07 12:12 UTC  (9+ messages)
` [PATCH v4 2/3] regparm: make code highlight happy
` [PATCH v4 3/3] testsuite: don't strip dir from obj files
  ` [PATCH v5] Cygwin: rewrite cmdline parser
  ` Re: [PATCH v4 1/3] Cygwin: rewrite and make public "

[PATCH 00/11] testsuite refurbishment
 2020-11-06  9:44 UTC  (13+ messages)
` [PATCH 01/11] Add testsuite directory to autogen.sh
` [PATCH 02/11] Always configure in testsuite subdirectory
` [PATCH 03/11] Add rule to testsuite Makefile to regenerate it when needed
` [PATCH 04/11] Avoid 'Makefile.in seems to ignore the --datarootdir setting' warning
` [PATCH 05/11] Move adding libltp to VPATH after Makefile.common
` [PATCH 06/11] Define target_builddir autoconf and Makefile variables
` [PATCH 07/11] Detect and use MinGW compilers for testsuite wrappers
` [PATCH 08/11] Use absolute path to libltp includes
` [PATCH 09/11] Check exit code of a test, rather than stdout
` [PATCH 10/11] Set PATH for tests to pick up cygwin0.dll
` [PATCH 11/11] Ensure temporary directory used by tests exists

[PATCH 0/7] Yet more Makefile/configure cleanups
 2020-11-02 11:21 UTC  (9+ messages)
` [PATCH 1/7] Remove intro2man.stamp on clean
` [PATCH 2/7] Drop AC_SUBST(build_exeext)
` [PATCH 3/7] Remove autoconf variable DLL_NAME
` [PATCH 4/7] Drop autoconf variable all_host
` [PATCH 5/7] Remove Makefile contents conditional on PREPROCESS, which is never defined
` [PATCH 6/7] Remove rules for building libcygwin_s.a
` [PATCH 7/7] Drop passing '-c' compiler flag into gentls_offsets

[PATCH 0/3] Remove recursive configure for Cygwin
 2020-10-31 15:07 UTC  (12+ messages)
` [PATCH 1/3] Remove intro2man.stamp on clean
` [PATCH 2/3] Drop AC_SUBST(build_exeext)
` [PATCH 3/3] Remove recursive configure for cygwin

[PATCH 0/6] More Makefile/configure cleanups
 2020-10-27 16:09 UTC  (12+ messages)
` [PATCH 1/6] Remove lsaauth
` [PATCH 2/6] Drop cygwin version.o from cygserver
` [PATCH 3/6] gendef generates sigfe.s and cygwin.def
` [PATCH 4/6] Remove nostdlib Makefile variable
` [PATCH 5/6] Drop do-nothing install_host target
` [PATCH 6/6] Drop do-nothing install_target target

[PATCH 0/3] Remove ccwrap
 2020-10-27 16:05 UTC  (5+ messages)
` [PATCH 1/3] Stop using c++wrap for MinGW-compiled utilities
` [PATCH 2/3] Remove ccwrap
` [PATCH 3/3] Remove --with-windows-{libs,headers}

[PATCH] Cygwin: fix return value of sqrtl on negative infinity
 2020-10-27 14:15 UTC  (2+ messages)

[PATCH] Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected
 2020-10-27  9:27 UTC  (2+ messages)

[PATCH] Cygwin: pty: Fix race condition in initialization of pseudo console
 2020-10-26  9:05 UTC  (2+ messages)

[PATCH 0/1] Fix MSG_WAITALL support
 2020-10-23  9:21 UTC  (5+ messages)
` [PATCH 1/1] Cygwin: AF_INET and AF_LOCAL: recv_internal: fix "

Happy TwentyFifth (25th) Birthday Cygwin!
 2020-10-19 11:51 UTC  (2+ messages)

[PATCH] Use aclocal option --system-acdir rather than --acdir
 2020-10-19 11:49 UTC  (2+ messages)

[PATCH v2 0/6] Some AF_UNIX fixes
 2020-10-15  8:16 UTC  (17+ messages)
` [PATCH v2 1/6] Cygwin: AF_UNIX: use FILE_OPEN_REPARSE_POINT when needed
` [PATCH v2 2/6] Cygwin: fix handling of known reparse points that are not symlinks
` [PATCH v2 3/6] Cygwin: always recognize AF_UNIX sockets as reparse points
` [PATCH v2 4/6] Cygwin: AF_UNIX: socket: set the O_RDWR flag
` [PATCH v2 5/6] Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESS
` [PATCH v2 6/6] Cygwin: AF_UNIX: open_pipe: call recv_peer_info

[PATCH 0/8] Makefile/configure cleanups
 2020-10-13 18:11 UTC  (13+ messages)
` [PATCH 1/8] Drop looking for w32api in winsup/w32api
` [PATCH 2/8] Drop STDINCFLAGS overrides
` [PATCH 3/8] Remove AC_PROG_MAKE_SET
` [PATCH 4/8] Remove AC_ARG_PROGRAM/program_transform_name
` [PATCH 5/8] Drop AC_SUBST(LIBSERVER)
` [PATCH 6/8] Remove autoconf variable INSTALL_LICENSE
` [PATCH 7/8] Remove empty MT_SAFE and MT_SAFE_OBJECTS
` [PATCH 8/8] Remove unused doc/ug-info.xml

[PATCH] format_proc_cpuinfo: add enqcmd cpuinfo flag
 2020-10-13 18:07 UTC  (2+ messages)

drop ambiguous-wide behaviour from Unicode CJK locales
 2020-10-13 12:05 UTC  (2+ messages)

[PATCH] Cygwin: pty: Add workaround for ISO-2022 and ISCII in convert_mb_str()
 2020-10-13 11:44 UTC  (13+ messages)

[PATCH] Cygwin: winlean.h: remove most of extended memory API
 2020-10-13 11:00 UTC  (4+ messages)

[PATCH 0/3] Warning fixes for gcc 10.2
 2020-09-30  3:30 UTC  (7+ messages)
` [PATCH 1/3] Cygwin: avoid GCC 10 error with -Werror=parentheses
` [PATCH 2/3] Cygwin: avoid GCC 10 error with -Werror=narrowing
` [PATCH 3/3] "

[PATCH 0/3] Some AF_UNIX fixes
 2020-09-29 22:08 UTC  (4+ messages)
` [PATCH 1/3] Cygwin: AF_UNIX: use FILE_OPEN_REPARSE_POINT when needed
` [PATCH 2/3] Cygwin: fix handling of known reparse points that are not symlinks
` [PATCH 3/3] Cygwin: always recognize AF_UNIX sockets as reparse points

[PATCH v2] winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supported
 2020-09-21 21:05 UTC  (6+ messages)

[PATCH] winsup/doc/faq-what.xml: FAQ 1.2 Windows versions supported
 2020-09-17 23:26 UTC  (3+ messages)

[PATCH] fhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk, sev_es flags
 2020-09-17 22:34 UTC  (2+ messages)

[PATCH] Cygwin: pty: Skip multibyte char boundary check conditionally
 2020-09-11 18:34 UTC 

[PATCH] Cygwin: ldd: Also look for not found DLLs when exit status is non-zero
 2020-09-11 14:08 UTC  (4+ messages)

[PATCH] Cygwin: pty: Prevent garbled output for existing non-cygwin apps
 2020-09-11 12:09 UTC  (2+ messages)

[PATCH 3/3] fhandler_pty_slave::setup_locale: respect charset == "UTF-8"
 2020-09-11  9:23 UTC  (14+ messages)

[PATCH 3/3] fhandler_pty_slave::setup_locale: respect charset == "UTF-8"
 2020-09-10 13:08 UTC  (34+ messages)

[PATCH v3 0/2] Cygwin: pty: Changes regarding charset conversion
 2020-09-10  0:00 UTC  (5+ messages)
` [PATCH v3 1/2] Cygwin: pty: Revise convert_mb_str() function
` [PATCH v3 2/2] Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon

[PATCH v2 0/2] Cygwin: pty: Changes regarding charset conversion
 2020-09-09 14:12 UTC  (4+ messages)
` [PATCH v2 1/2] Cygwin: pty: Revise convert_mb_str() function
` [PATCH v2 2/2] Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon

[PATCH 0/2] Cygwin: pty: Changes regarding charset conversion
 2020-09-09 13:39 UTC  (4+ messages)
` [PATCH 1/2] Cygwin: pty: Revise convert_mb_str() function
` [PATCH 2/2] Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon

[PATCH] Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon
 2020-09-09  8:06 UTC  (3+ messages)

[PATCH v2 2/3] Cygwin: path_conv::check: handle error from fhandler_process::exists
 2020-09-08 19:15 UTC  (3+ messages)

[PATCH 0/2] Fix problems with /proc/<pid>/fd checking
 2020-09-08 19:13 UTC  (5+ messages)
` [PATCH 1/2] Cygwin: format_process_fd: add directory check
` [PATCH 2/2] Cygwin: path_conv::check: handle error from fhandler_process::exists

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).