public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
[newlib-cygwin/cygwin-3_5-branch] Cygwin: accommodate gcc -Og option
2024-09-12 15:00 UTC
[newlib-cygwin] Cygwin: pipe: Fix a regression that raw_write() slows down
2024-09-02 11:23 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pipe: Fix a regression that raw_write() slows down
2024-09-02 11:23 UTC
[newlib-cygwin] Cygwin: console: Disable cons_master_thread in win32-input-mode
2024-08-31 10:09 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Disable cons_master_thread in win32-input-mode
2024-08-31 10:09 UTC
[newlib-cygwin/cygwin-3_5-branch] bump DLL version to 3.5.5
2024-08-25 10:04 UTC
[newlib-cygwin] Created tag 'cygwin-3.5.4'
2024-08-25 10:03 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: add release message for latest pipe changes
2024-08-22 20:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: Add locale patches to release message
2024-08-22 20:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pipe: do short writes only once in nonblocking case too
2024-08-22 20:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pipe: fix comparison
2024-08-22 20:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pipe: improve writing when pipe buffer is almost full
2024-08-22 20:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: select: set pipe writable only if PIPE_BUF bytes left
2024-08-22 20:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pipe: handle signals explicitely in raw_write
2024-08-22 20:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: getopt.h: fix a comment
2024-08-22 20:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: Avoid use-after-free warnings in __set_lc_time_from_win() etc
2024-08-22 20:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: Fix warnings about narrowing conversions of socket ioctls
2024-08-22 20:37 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: asm/socket.h: drop outdated casts
2024-08-22 20:37 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: Fix warning about narrowing conversions in tape options
2024-08-22 20:37 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: Fix warning about address known to be non-NULL in /proc/locales
2024-08-22 20:37 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: Fix warnings about narrowing conversions of NTSTATUS constants
2024-08-22 20:37 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: Suppress array-bounds warning from NtCurrentTeb()
2024-08-22 20:37 UTC
[newlib-cygwin/main] Cygwin: add release message for latest pipe changes
2024-08-22 19:31 UTC
[newlib-cygwin/main] Cygwin: Add locale patches to release message
2024-08-22 19:31 UTC
[newlib-cygwin/main] arc64: Add port for Synopsys DesignWare ARCv3 ISA
2024-08-21 19:38 UTC
[newlib-cygwin/main] Update config.sub to GCC master branch version
2024-08-21 19:19 UTC
[newlib-cygwin/main] Add new version of Synopsys license
2024-08-20 22:32 UTC
[newlib-cygwin/main] Cygwin: pipe: do short writes only once in nonblocking case too
2024-08-19 9:51 UTC
[newlib-cygwin/main] Cygwin: pipe: fix comparison
2024-08-19 9:51 UTC
[newlib-cygwin/main] Cygwin: pipe: improve writing when pipe buffer is almost full
2024-08-18 20:41 UTC
[newlib-cygwin/main] Cygwin: select: set pipe writable only if PIPE_BUF bytes left
2024-08-18 20:41 UTC
[newlib-cygwin/main] Cygwin: pipe: handle signals explicitely in raw_write
2024-08-18 20:41 UTC
[newlib-cygwin/main] Cygwin: getopt.h: fix a comment
2024-08-15 18:56 UTC
[newlib-cygwin/main] Fix POSIX guards for POSIX.1-2024 extensions
2024-08-15 18:56 UTC
[newlib-cygwin/main] Cygwin: Avoid use-after-free warnings in __set_lc_time_from_win() etc
2024-08-13 18:46 UTC
[newlib-cygwin/main] Cygwin: Fix warnings about narrowing conversions of socket ioctls
2024-08-13 18:46 UTC
[newlib-cygwin/main] Cygwin: asm/socket.h: drop outdated casts
2024-08-07 15:12 UTC
[newlib-cygwin/main] Cygwin: Fix warning about narrowing conversions in tape options
2024-08-06 14:21 UTC
[newlib-cygwin/main] Cygwin: Fix warning about address known to be non-NULL in /proc/locales
2024-08-06 14:20 UTC
[newlib-cygwin/main] Cygwin: Fix warnings about narrowing conversions of NTSTATUS constants
2024-08-06 14:20 UTC
[newlib-cygwin/main] Cygwin: Suppress array-bounds warning from NtCurrentTeb()
2024-08-06 14:20 UTC
[newlib-cygwin/main] Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags resync
2024-07-30 12:48 UTC
[newlib-cygwin/main] Cygwin: fhandler/proc.cc(format_proc_cpuinfo): add newlines
2024-07-30 12:47 UTC
[newlib-cygwin/main] Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags added
2024-07-30 12:47 UTC
[newlib-cygwin/main] newlib: Add more FreeBSD files for non LDBL_EQ_DBL support
2024-07-16 19:19 UTC
[newlib-cygwin] Cygwin: console: Fix for GNU screen/tmux in ConEmu
2024-07-08 15:06 UTC
[newlib-cygwin] Cygwin: console: Fix race issue on allocating console simultaneously
2024-07-08 15:05 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Fix for GNU screen/tmux in ConEmu
2024-07-08 15:05 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Fix race issue on allocating console simultaneously
2024-07-08 15:05 UTC
[newlib-cygwin] Cygwin: console: Bug fix for the last console code change
2024-07-06 15:30 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Bug fix for the last console code change
2024-07-06 15:30 UTC
[newlib-cygwin] Cygwin: console: Fixes an issue that tmux can not run on the console
2024-07-06 5:04 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Fixes an issue that tmux can not run on the console
2024-07-06 5:04 UTC
[newlib-cygwin] Cygwin: console: Fix conflict on shared names between sessions
2024-07-03 14:24 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Fix conflict on shared names between sessions
2024-07-03 14:24 UTC
[newlib-cygwin] Cygwin: pty: Avoid client deadlock when pty master stops to read
2024-07-01 8:47 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pty: Avoid client deadlock when pty master stops to read
2024-07-01 8:47 UTC
[newlib-cygwin] Cygwin: console: Add debug print on thread_sync_event creation error
2024-06-29 23:41 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Add debug print on thread_sync_event creation error
2024-06-29 23:41 UTC
[newlib-cygwin] Cygwin: console: Add error handling for thread_sync_event
2024-06-29 10:08 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Add error handling for thread_sync_event
2024-06-29 10:08 UTC
[newlib-cygwin] Cygwin: dsp: Fix incorrect openflags when opening multiple /dev/dsp
2024-06-28 10:56 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: dsp: Fix incorrect openflags when opening multiple /dev/dsp
2024-06-28 10:56 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: suppress a warning generated with w32api >= 12.0.0
2024-06-16 15:38 UTC
[newlib-cygwin/main] Cygwin: suppress a warning generated with w32api >= 12.0.0
2024-06-16 14:31 UTC
[newlib-cygwin] Cygwin: disable high-entropy VA for ldh
2024-06-02 20:34 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: disable high-entropy VA for ldh
2024-06-02 20:33 UTC
[newlib-cygwin] Cygwin: pthread: Fix a race issue introduced by the commit 2c5433e5da82
2024-06-02 14:29 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pthread: Fix a race issue introduced by the commit 2c5433e5da82
2024-06-02 14:28 UTC
[newlib-cygwin] Cygwin: mixer: Fix volume control for no WAVECAPS_LRVOLUME device
2024-06-01 6:36 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: mixer: Fix volume control for no WAVECAPS_LRVOLUME device
2024-06-01 6:36 UTC
[newlib-cygwin/main] Cygwin: globify: read full 32 bit character
2024-04-09 20:37 UTC
[newlib-cygwin/main] Cygwin: fhandler_virtual::exists: always set fileid
2024-04-09 20:36 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: globify: read full 32 bit character
2024-04-09 20:36 UTC
[newlib-cygwin/main] Cygwin: fhandler_base::fstat_by_name: improve debug output
2024-04-04 16:24 UTC
[newlib-cygwin/main] Cygwin: FILE_OPEN_NO_RECALL is incompatible with FILE_DIRECTORY_FILE
2024-04-04 16:24 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: FILE_OPEN_NO_RECALL is incompatible with FILE_DIRECTORY_FILE
2024-04-04 16:24 UTC
[newlib-cygwin/main] Cygwin: add a fake 3.5.3 release file
2024-04-03 17:48 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: add a fake 3.5.3 release file
2024-04-03 17:48 UTC
[newlib-cygwin/cygwin-3_5-branch] bump DLL version to 3.5.4
2024-04-03 16:57 UTC
[newlib-cygwin] Created tag 'cygwin-3.5.3'
2024-04-03 16:56 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: utils: refresh tzmap.h
2024-04-03 16:56 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: tzmap-from-unicode.org: drop "E. Europe Standard Time" default
2024-04-03 16:56 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: tzset(1): use GetDynamicTimeZoneInformation
2024-04-03 16:56 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: fix tzmap-from-unicode.org
2024-04-03 16:56 UTC
[newlib-cygwin/cygwin-3_5-branch] bump DLL version to 3.5.3
2024-04-03 15:42 UTC
[newlib-cygwin] Created tag 'cygwin-3.5.2'
2024-04-03 15:41 UTC
[newlib-cygwin/main] Cygwin: fhandler_virtual: move fileid to path_conv member
2024-04-02 13:11 UTC
[newlib-cygwin/main] Cygwin: //: fetch only one item per loop
2024-03-27 20:58 UTC
[newlib-cygwin/main] Cygwin: add //tsclient and //wsl$ support to relnotes
2024-03-24 19:06 UTC
[newlib-cygwin/main] Cygwin: // and //server: add support for WSL
2024-03-24 19:02 UTC
[newlib-cygwin/main] Cygwin: dir_cache::add: constify input string
2024-03-24 19:02 UTC
[newlib-cygwin/main] Cygwin: fhandler_netdrive: use WNNC_NET_SMB instead of WNNC_NET_LANMAN
2024-03-24 19:02 UTC
[newlib-cygwin/main] Cygwin: //tsclient: allow to enumerate shares
2024-03-23 22:54 UTC
[newlib-cygwin/main] Cygwin: //server: revert to using WNet and support NFS shares
2024-03-23 21:33 UTC
[newlib-cygwin/main] Cygwin: //server: check existence of server with getaddrinfo
2024-03-22 14:34 UTC
[newlib-cygwin/main] Cygwin: utils: refresh tzmap.h
2024-03-21 21:22 UTC
[newlib-cygwin/main] Cygwin: tzmap-from-unicode.org: drop "E. Europe Standard Time" default
2024-03-21 21:22 UTC
[newlib-cygwin/main] Cygwin: tzset(1): use GetDynamicTimeZoneInformation
2024-03-21 21:22 UTC
[newlib-cygwin/main] Cygwin: fix tzmap-from-unicode.org
2024-03-21 21:22 UTC
[newlib-cygwin/main] Cygwin: utils: refresh tzmap.h
2024-03-21 9:34 UTC
[newlib-cygwin/main] Cygwin: tzmap-from-unicode.org: drop support for Vista/2008
2024-03-21 9:34 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: utils: refresh tzmap.h
2024-03-21 9:34 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: tzmap-from-unicode.org: drop support for Vista/2008
2024-03-21 9:34 UTC
[newlib-cygwin/main] Cygwin: readdir: drop support for NT4/Win2K shares and Samba < 3.0.22
2024-03-20 16:49 UTC
[newlib-cygwin/main] Cygwin: /proc: fix mem leak in opendir in error case
2024-03-20 13:50 UTC
[newlib-cygwin/main] Cygwin: // and //server: switch to Network Discovery
2024-03-20 13:49 UTC
[newlib-cygwin/main] Cygwin: opendir(3): move ENOTDIR check into main function
2024-03-20 13:49 UTC
[newlib-cygwin/main] Cygwin: (mostly) drop NT4 and Samba < 3.0 support
2024-03-20 13:49 UTC
[newlib-cygwin/main] Cygwin: dirent.h: fix a comment
2024-03-20 13:49 UTC
[newlib-cygwin/main] Cygwin: readdir(3): stop support for pre-Cygwin 1.5.0 apps
2024-03-20 13:49 UTC
[newlib-cygwin/main] winsup/cygwin/fhandler/proc.cc: format_proc_cpuinfo() Linux 6.8 cpuinfo flags
2024-03-18 22:39 UTC
[newlib-cygwin/main] Revert "Cygwin: glob: perform ignore_case_with_glob on input"
2024-03-18 10:26 UTC
[newlib-cygwin/cygwin-3_5-branch] Revert "Cygwin: glob: perform ignore_case_with_glob on input"
2024-03-18 10:26 UTC
[newlib-cygwin] Cygwin: pipe: Make sure to set read pipe non-blocking for cygwin apps
2024-03-12 11:50 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pipe: Make sure to set read pipe non-blocking for cygwin apps
2024-03-12 11:50 UTC
[newlib-cygwin/main] Cygwin: 3.6.0: add release entries for pinned/unpinned flag handling
2024-03-11 16:22 UTC
[newlib-cygwin/main] Cygwin: add 3.5.2 release entries for latest commits
2024-03-11 16:22 UTC
[newlib-cygwin/main] Cygwin: getgrent: don't skip SAM-only builtin-accounts
2024-03-11 16:22 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: add 3.5.2 release entries for latest commits
2024-03-11 16:22 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: getgrent: don't skip SAM-only builtin-accounts
2024-03-11 16:21 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: get/set security descriptors using FILE_OPEN_NO_RECALL
2024-03-11 16:21 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: try to avoid recalling offline files
2024-03-11 16:21 UTC
[newlib-cygwin/main] Cygwin: FS_IOC_[GS]ETFLAGS: handle pinned and unpinned attributes
2024-03-08 20:58 UTC
[newlib-cygwin/main] Cygwin: get/set security descriptors using FILE_OPEN_NO_RECALL
2024-03-08 20:31 UTC
[newlib-cygwin/main] Cygwin: try to avoid recalling offline files
2024-03-08 19:57 UTC
[newlib-cygwin/main] Cygwin: move EXPORT_ALIAS expressions to end of source
2024-03-07 20:50 UTC
[newlib-cygwin] Cygwin: pipe: Simplify chhecking procedure of query_hdl
2024-03-06 13:06 UTC
[newlib-cygwin] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps
2024-03-05 17:50 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pipe: Give up to use query_hdl for non-cygwin apps
2024-03-05 17:49 UTC
[newlib-cygwin] Cygwin: console: Fix a race issue between close() and open()
2024-03-04 11:01 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Fix a race issue between close() and open()
2024-03-04 11:01 UTC
[newlib-cygwin/main] Cygwin: cygheap: compute bucket instead of looping over it
2024-03-01 21:37 UTC
[newlib-cygwin/main] Cygwin: cygheap: use SRWLOCK for cygheap locking
2024-03-01 21:37 UTC
[newlib-cygwin/main] Cygwin: posix_getdents: do not clear attached DIR structure at fork(2)
2024-03-01 14:44 UTC
[newlib-cygwin/main] Cygwin: lseek: improve seeking posix_getdents descriptors
2024-03-01 14:44 UTC
[newlib-cygwin] Cygwin: console: Do not unmap shared console memory belonging to ctty
2024-03-01 11:02 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Do not unmap shared console memory belonging to ctty
2024-03-01 11:01 UTC
[newlib-cygwin/main] Cygwin: set ENOSHARE and ECASECLASH _sys_errlist[] entries to empty
2024-02-28 9:01 UTC
[newlib-cygwin/cygwin-3_5-branch] bump DLL version to 3.5.2
2024-02-27 11:23 UTC
[newlib-cygwin] Created tag 'cygwin-3.5.1'
2024-02-27 11:21 UTC
[newlib-cygwin/main] Cygwin: add release text for getgrent local SAM enumeration patch
2024-02-27 11:20 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: add release text for getgrent local SAM enumeration patch
2024-02-27 11:20 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: getgrent/getpwent: avoid local enumeration on DCs
2024-02-27 11:19 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: getgrent: fix local SAM enumeration on domain member machines
2024-02-27 11:19 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: passwd/group: drop Capability SIDs
2024-02-27 11:19 UTC
[newlib-cygwin/main] Cygwin: errmap[]: update comments using current winerror.h
2024-02-26 15:47 UTC
[newlib-cygwin/main] Cygwin: errmap[]: add error numbers to /* ERROR_... */ comments
2024-02-26 15:47 UTC
[newlib-cygwin/main] Cygwin: errmap[]: reduce value size from 32 to 8 bits
2024-02-26 15:47 UTC
[newlib-cygwin/main] Cygwin: introduce constexpr errmap_size and errmap[] consistency checks
2024-02-26 15:47 UTC
[newlib-cygwin/main] Cygwin: Map ERROR_NO_SUCH_DEVICE and ERROR_MEDIA_CHANGED to ENODEV
2024-02-24 12:14 UTC
[newlib-cygwin/main] Cygwin: add newgrp release notes
2024-02-24 12:14 UTC
[newlib-cygwin/main] Cygwin: newgrp: only allow group from supplementary group list
2024-02-24 12:14 UTC
[newlib-cygwin/main] Cygwin: newgrp: fix invalid usage of argv
2024-02-24 12:14 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: Map ERROR_NO_SUCH_DEVICE and ERROR_MEDIA_CHANGED to ENODEV
2024-02-24 12:13 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: add newgrp release notes
2024-02-24 12:13 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: newgrp: only allow group from supplementary group list
2024-02-24 12:13 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: newgrp: fix invalid usage of argv
2024-02-24 12:13 UTC
[newlib-cygwin/main] Cygwin: strptime: add release note
2024-02-21 19:03 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: strptime: add release note
2024-02-21 19:03 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: strptime: fix am/pm handling
2024-02-21 19:03 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: strptime: make sure to fail on invalid input digits
2024-02-21 19:03 UTC
[newlib-cygwin/main] Cygwin: strptime: fix am/pm handling
2024-02-21 18:54 UTC
[newlib-cygwin/main] Cygwin: strptime: make sure to fail on invalid input digits
2024-02-21 18:54 UTC
[newlib-cygwin/main] Cygwin: getgrent/getpwent: avoid local enumeration on DCs
2024-02-20 22:56 UTC
[newlib-cygwin/main] Cygwin: getgrent: fix local SAM enumeration on domain member machines
2024-02-20 22:56 UTC
[newlib-cygwin/main] Cygwin: passwd/group: drop Capability SIDs
2024-02-20 22:56 UTC
[newlib-cygwin/main] Cygwin: gettimeofday: allow tv NULL pointer
2024-02-20 11:33 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: gettimeofday: allow tv NULL pointer
2024-02-20 11:33 UTC
[newlib-cygwin/main] Cygwin: timespec_get: implement C11 function
2024-02-16 19:44 UTC
[newlib-cygwin] Cygwin: pty: Re-fix the last bug regarding nat-pipe
2024-02-16 9:29 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pty: Re-fix the last bug regarding nat-pipe
2024-02-16 9:29 UTC
[newlib-cygwin] Cygwin: pty: Fix failure to revert from nat-pipe in disable_pcon
2024-02-16 8:28 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pty: Fix failure to revert from nat-pipe in disable_pcon
2024-02-16 8:28 UTC
[newlib-cygwin] Cygwin: console: Fix a bug that 64th console cannot be handled
2024-02-15 19:08 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Fix a bug that 64th console cannot be handled
2024-02-15 19:08 UTC
[newlib-cygwin] Cygwin: console: Fix a bug that cannot handle consoles more than 32
2024-02-15 17:45 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Fix a bug that cannot handle consoles more than 32
2024-02-15 17:44 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: dumper: use void* in place of PTR
2024-02-15 15:24 UTC
[newlib-cygwin] Cygwin: console: Unify EnumWindows() callback functions
2024-02-14 14:30 UTC
[newlib-cygwin] Cygwin: pty: Make GNU screen and tmux work in ConEmu cygwin-connector
2024-02-14 14:30 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Unify EnumWindows() callback functions
2024-02-14 14:29 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pty: Make GNU screen and tmux work in ConEmu cygwin-connector
2024-02-14 14:29 UTC
[newlib-cygwin/main] Cygwin: accommodate gcc -Og option
2024-02-14 13:00 UTC
[newlib-cygwin/main] Cygwin: find_fast_cwd: don't run assembler checking code on ARM64
2024-02-13 16:22 UTC
[newlib-cygwin] Cygwin: console: Fix a problem that minor ID is incorrect in ConEmu
2024-02-13 14:38 UTC
[newlib-cygwin] Cygwin: console: Make VMIN and VTIME work
2024-02-13 14:38 UTC
[newlib-cygwin] Cygwin: pty: Fix potential handle leak regarding CallNamedPipe()
2024-02-13 14:38 UTC
[newlib-cygwin] Cygwin: pty: Fix handle leak in master process
2024-02-13 14:38 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Fix a problem that minor ID is incorrect in ConEmu
2024-02-13 14:37 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: console: Make VMIN and VTIME work
2024-02-13 14:37 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pty: Fix potential handle leak regarding CallNamedPipe()
2024-02-13 14:37 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: pty: Fix handle leak in master process
2024-02-13 14:37 UTC
[newlib-cygwin/main] Cygwin: dumper: use void* in place of PTR
2024-02-12 12:45 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: fix typo in winjitdebug description
2024-02-03 19:29 UTC
[newlib-cygwin/main] Cygwin: fix typo in winjitdebug description
2024-02-03 19:29 UTC
[newlib-cygwin/main] Cygwin: document new winjitdebug option
2024-02-03 19:19 UTC
[newlib-cygwin/main] Cygwin: reorder list of CYGWIN env var options alphabetically again
2024-02-03 19:19 UTC
[newlib-cygwin/main] Cygwin: Do not show Error dialogs by default
2024-02-03 19:19 UTC
[newlib-cygwin/cygwin-3_5-branch] Cygwin: document new winjitdebug option
2024-02-03 19:19 UTC
page: next (older)
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).