public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
[PATCH] Cygwin: pty: Prevent garbled output for existing non-cygwin apps
 2020-09-11 12:09 UTC  (2+ messages)

[PATCH] Cygwin: pty: Add workaround for ISO-2022 and ISCII in convert_mb_str()
 2020-09-11 12:08 UTC  (2+ messages)

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

[PATCH] Cygwin: ldd: Also look for not found DLLs when exit status is non-zero
 2020-09-10 14:04 UTC  (2+ 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

[PATCH v4 1/3] Cygwin: rewrite and make public cmdline parser
 2020-09-07  9:39 UTC  (6+ messages)
` [PATCH v4 2/3] regparm: make code highlight happy
` [PATCH v4 3/3] testsuite: don't strip dir from obj files

[PATCH] Cygwin: create install dir for libs
 2020-09-04 12:54 UTC  (2+ messages)

[PATCH 2/3] fhandler_pty_slave::setup_locale: fall back to UTF-8, not ASCII
 2020-09-01 16:18 UTC 

[PATCH 1/3] fhandler_pty_slave::setup_locale: fix typo
 2020-09-01 16:18 UTC 

[PATCH 0/3] pty: use the UTF-8 code page by default for non-Cygwin console applications
 2020-09-01 16:18 UTC 

[PATCH] Cygwin: pty: Fix a bug in the code removing set window title sequence
 2020-08-31 14:48 UTC  (2+ messages)

[PATCH v10] Cygwin: pty: Disable pseudo console if TERM does not have CSI6n
 2020-08-31 10:12 UTC  (2+ messages)

[PATCH] Cygwin: pty: Disable pseudo console if TERM is dumb or not set
 2020-08-31  9:47 UTC  (18+ messages)

[PATCH] Cygwin: Remove waitloop argument from try_to_debug()
 2020-08-30 15:00 UTC  (3+ messages)

[PATCH] Cygwin: sigproc.cc: add comment
 2020-08-30 12:41 UTC  (2+ messages)

[PATCH v2] Cygwin: pty: Disable pseudo console if TERM is dumb or not set
 2020-08-28 19:29 UTC 

[PATCH 0/3] CI update
 2020-08-28 13:57 UTC  (9+ messages)
` [PATCH 1/3] Cygwin: Add .appveyor.yml
` [PATCH 2/3] Cygwin: Add github action to cross-build on Fedora
` [PATCH 3/3] Cygwin: Remove .drone.yml

[PATCH] Cygwin: select: Fix a bug on closing pi->bye event
 2020-08-28 13:25 UTC  (2+ messages)

[PATCH] Cygwin: sigproc.cc: fix typo in comment describing nprocs
 2020-08-28  8:37 UTC  (2+ messages)

[PATCH v3 3/3] winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updates
 2020-08-27  8:54 UTC  (2+ messages)

[PATCH] Cygwin: console: Replace WriteConsoleA() with WriteConsoleW()
 2020-08-27  8:53 UTC  (2+ messages)

[PATCH] Cygwin: fhandler_fifo::delete_client_handler: improve efficiency
 2020-08-27  8:49 UTC  (2+ messages)

[PATCH v2 0/3] FAQ setup, using, programming, api, timezone, patches
 2020-08-27  7:33 UTC  (6+ messages)
` [PATCH v2 1/3] winsup/doc/faq-setup.xml, faq-using.xml: update setup FAQ
` [PATCH v2 2/3] winsup/doc/faq-api.xml, -programming.xml: change Win32 to Windows/API
` [PATCH v2 3/3] winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updates

[Patch] Fix incorrect code page when setting console title on Win10
 2020-08-27  3:34 UTC  (5+ messages)

[PATCH 0/3] FAQ api, programming, timezone, setup patches
 2020-08-25 13:04 UTC  (6+ messages)
` [PATCH 1/3] winsup/doc/faq-api, programming.xml: change Win32 to Windows
` [PATCH 2/3] winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updates
` [PATCH 3/3] winsup/doc/faq-setup.xml: update setup FAQ

[PATCH] Cygwin: malloc tune-up
 2020-08-25 11:02 UTC  (4+ messages)

[PATCH] Cygwin: cwdstuff::get: clean up debug_printf output
 2020-08-24  9:07 UTC  (2+ messages)

[PATCH 0/2] GCC exception codes
 2020-08-20 17:29 UTC  (4+ messages)
` [PATCH 1/2] Cygwin: add header defining "
` [PATCH 2/2] Cygwin: strace: ignore GCC exceptions

[PATCH] Cygwin: strace: ignore GCC exceptions
 2020-08-20 14:52 UTC  (3+ messages)

[PATCH] Cygwin: main exception handler (64-bit): continue GCC exceptions
 2020-08-18  7:45 UTC  (2+ messages)

[PATCH] Cygwin: pty: Change the timing of set_locale() call again
 2020-08-17  9:16 UTC  (2+ messages)

[PATCH] Cygwin: pty: Change the timing of setup_locale() call
 2020-08-13  8:21 UTC  (2+ messages)

[PATCH] Cygwin: cygserver: build with -Wimplicit-fallthrough=5
 2020-08-07 15:32 UTC  (2+ messages)

[PATCH 0/8] FIFO: bug fixes and small improvements
 2020-08-04 15:04 UTC  (10+ messages)
` [PATCH 1/8] Cygwin: FIFO: lock fixes
` [PATCH 2/8] Cygwin: FIFO: fix timing issue with owner change
` [PATCH 3/8] Cygwin: FIFO: add a timeout to take_ownership
` [PATCH 4/8] Cygwin: FIFO: reorganize some fifo_client_handler methods
` [PATCH 5/8] Cygwin: FIFO: don't read from pipes that are closing
` [PATCH 6/8] Cygwin: FIFO: synchronize the fifo_reader and fifosel threads
` [PATCH 7/8] Cygwin: FIFO: fix indentation
` [PATCH 8/8] Cygwin: FIFO: add a third pass to raw_read

[PATCH] fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcode
 2020-08-04  8:12 UTC  (2+ messages)

[PATCH] fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flag
 2020-08-04  8:12 UTC  (2+ messages)

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).