public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
[newlib-cygwin/cygwin-3_4-branch] Cygwin: signals: drop accidental spaces from real-time signal names
 2023-03-15 21:10 UTC 

[newlib-cygwin] Cygwin: doc: Update postinstall/preremove scripts
 2023-03-14 14:14 UTC 

[newlib-cygwin/main] Cygwin: Fix type mismatch on sys/cpuset.h
 2023-03-14 10:59 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: Fix type mismatch on sys/cpuset.h
 2023-03-14 10:59 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: ctty: Add missing fixup_after_{exec,fork}() call
 2023-03-07  2:38 UTC 

[newlib-cygwin] Cygwin: ctty: Remove old 'kludge' code
 2023-03-07  2:38 UTC 

[newlib-cygwin] Cygwin: ctty: Replace ctty constant with more descriptive macros
 2023-03-07  2:38 UTC 

[newlib-cygwin] Cygwin: console: Suppress unnecessary open_shared_console() calls
 2023-03-07  2:38 UTC 

[newlib-cygwin] Cygwin: ctty: Add missing fixup_after_{exec,fork}() call
 2023-03-07  2:38 UTC 

[newlib-cygwin/main] Cygwin: is_unicode_equiv: fix comment
 2023-03-03 17:20 UTC 

[newlib-cygwin/main] Cygwin: glob: fix conversion from UTF-32 to multibyte
 2023-03-03 17:20 UTC 

[newlib-cygwin/main] Cygwin: define CHARCLASS_NAME_MAX
 2023-03-01 20:23 UTC 

[newlib-cygwin/main] Cygwin: add collating symbols support to release message
 2023-03-01 10:50 UTC 

[newlib-cygwin/main] Cygwin: fnmatch: support collating symbols in [. .] brackets
 2023-03-01  9:55 UTC 

[newlib-cygwin/main] Cygwin: mbsnrtowci: like mbsnrtowcs, just for wint_t
 2023-03-01  9:55 UTC 

[newlib-cygwin/main] Cygwin: wcichr: add wint_t replacement for wcschr
 2023-03-01  9:55 UTC 

[newlib-cygwin/main] Cygwin: add wcipcpy and wcipncpy helper functions
 2023-03-01  9:55 UTC 

[newlib-cygwin/main] Cygwin: wcitoascii: move to wchar.h as inline function
 2023-03-01  9:55 UTC 

[newlib-cygwin/main] Cygwin: fnmatch: drop static variable
 2023-02-28 15:46 UTC 

[newlib-cygwin/main] Cygwin: __wscollate_range_cmp: fix incorrect comment
 2023-02-28 15:46 UTC 

[newlib-cygwin/main] Cygwin: fetch-lc-def-codesets-from-linux: fix locale name handling
 2023-02-26 19:15 UTC 

[newlib-cygwin/main] Cygwin: locale: fix devanagari modifier
 2023-02-26 16:18 UTC 

[newlib-cygwin/main] Cygwin: introduce /proc/codesets and /proc/locales
 2023-02-26 16:18 UTC 

[newlib-cygwin/main] Cygwin: fetch-lc-def-codesets-from-linux: speed up
 2023-02-25 19:16 UTC 

[newlib-cygwin/main] Cygwin: locale(1): redefine rule for adding a @euro locale
 2023-02-25 19:16 UTC 

[newlib-cygwin/main] Cygwin: locale: Set default charset from Linux locale -> codeset mapping
 2023-02-25 15:25 UTC 

[newlib-cygwin/main] Cygwin: locale: new script creating linux default codeset mapping
 2023-02-25 15:25 UTC 

[newlib-cygwin/main] Cygwin: locale: fix devanagar modifier
 2023-02-25 15:24 UTC 

[newlib-cygwin/main] Cygwin: fully support KOI8-T codeset
 2023-02-25 15:24 UTC 

[newlib-cygwin/main] Cygwin: locale(1): fix typo
 2023-02-25 15:24 UTC 

[newlib-cygwin] Cygwin: dsp: Fix SNDCTL_DSP_{POST,SYNC} ioctl() behaviour
 2023-02-25  8:59 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: dsp: Fix SNDCTL_DSP_{POST,SYNC} ioctl() behaviour
 2023-02-25  8:59 UTC 

[newlib-cygwin/main] Cygwin: convert Windows locale handling from LCID to ISO5646 strings
 2023-02-24 15:42 UTC 

[newlib-cygwin/main] Cygwin: support KOI8-T codeset
 2023-02-24 15:42 UTC 

[newlib-cygwin/main] Cygwin: locale(1): drop using LCID, use Windows locale names
 2023-02-24 15:42 UTC 

[newlib-cygwin/main] Cygwin: __wscollate_range_cmp: workaround wcscoll's case-insensitivity
 2023-02-22 11:21 UTC 

[newlib-cygwin/main] Cygwin: glob: perform ignore_case_with_glob on input
 2023-02-22 11:21 UTC 

[newlib-cygwin/main] Cygwin: glob: perform correct utf-32 -> multibyte conversion
 2023-02-22 11:21 UTC 

[newlib-cygwin/main] Cygwin: glob: fix includes
 2023-02-22 11:21 UTC 

[newlib-cygwin/main] Cygwin: linux-locale-helpers: helper tools to generate locale data from Linux
 2023-02-20 22:01 UTC 

[newlib-cygwin/main] Cygwin: glob: implement collating symbol support
 2023-02-20 22:01 UTC 

[newlib-cygwin/main] Cygwin: glob: convert internal character datatype to wint_t
 2023-02-20 22:01 UTC 

[newlib-cygwin/main] Cygwin: nlsfuncs.cc: introduce collating elements and helper functions
 2023-02-20 22:01 UTC 

[newlib-cygwin/main] Cygwin: add more UTF-32 helper functions
 2023-02-20 22:00 UTC 

[newlib-cygwin/main] Cygwin: glob: sort in current locale's collating order
 2023-02-20 22:00 UTC 

[newlib-cygwin/main] Cygwin: convert __collate_range_cmp to __wcollate_range_cmp
 2023-02-20  9:47 UTC 

[newlib-cygwin/main] Cygwin: is_unicode_equiv: fix normalization
 2023-02-18 22:14 UTC 

[newlib-cygwin/main] Cygwin: is_unicode_equiv: fix comment
 2023-02-16 19:52 UTC 

[newlib-cygwin] Cygwin: dsp: Fix SNDCTL_DSP_GET[IO]SPACE before read()/write()
 2023-02-16 11:14 UTC 

[newlib-cygwin/main] add glob/fnmatch equivalence class support to release notes
 2023-02-15 21:38 UTC 

[newlib-cygwin/main] Cygwin: glob: handle equivalence class expressions
 2023-02-15 21:37 UTC 

[newlib-cygwin/main] Cygwin: fnmatch: handle equivalence class expressions
 2023-02-15 21:37 UTC 

[newlib-cygwin/main] Cygwin: is_unicode_equiv: implement Unicode equivalence class check
 2023-02-15 21:37 UTC 

[newlib-cygwin/main] Cygwin: Makefile.am: fix rule to create version from git describe
 2023-02-15 14:04 UTC 

[newlib-cygwin/main] Cygwin: add glob/fnmatch named class support to release notes
 2023-02-15 13:22 UTC 

[newlib-cygwin/main] Cygwin: glob: handle named character classes
 2023-02-15 13:12 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: dumper: also link with libzstd, as libbfd may require it
 2023-02-14 22:05 UTC 

[newlib-cygwin/main] Cygwin: fnmatch: handle named character classes
 2023-02-14 19:29 UTC 

[newlib-cygwin/main] Cygwin: mbrtowi: fix return type
 2023-02-14 19:29 UTC 

[newlib-cygwin] Cygwin: dumper: also link with libzstd, as libbfd may require it
 2023-02-14 16:29 UTC 

[newlib-cygwin/main] Cygwin: regex: convert wchar_t to wint_t
 2023-02-14 12:10 UTC 

[newlib-cygwin/main] Cygwin: glob: convert wchar_t to wint_t
 2023-02-14 12:10 UTC 

[newlib-cygwin/main] Cygwin: fnmatch: convert wchar_t to wint_t
 2023-02-14 12:10 UTC 

[newlib-cygwin/main] Cygwin: __collate_range_cmp: handle Unicode values >= 0x10000
 2023-02-14 12:09 UTC 

[newlib-cygwin/main] Cygwin: mbrtowi: define replacement for mbrtowc, returning UTF-32 value
 2023-02-14 12:09 UTC 

[newlib-cygwin/cygwin-3_4-branch] bump DLL version to 3.4.7
 2023-02-14 11:45 UTC 

[newlib-cygwin] Created tag 'cygwin-3.4.6'
 2023-02-14 11:43 UTC 

[newlib-cygwin/main] Cygwin: socket.h: define missing IPTOS_LOWCOST/IPTOS_MINCOST
 2023-02-12 20:42 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: fix default info selector evaluation
 2023-02-11 11:58 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: fix dependency search
 2023-02-11 11:58 UTC 

[newlib-cygwin/main] Cygwin: get_posix_access: Make mode_t parameter mandatory
 2023-02-09 21:01 UTC 

[newlib-cygwin/main] Cygwin: chmod: don't drop default ACEs from directory ACLs
 2023-02-09 21:01 UTC 

[newlib-cygwin/main] Cygwin: mkdir: use correct default permissions filtered by umask
 2023-02-09 21:01 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: get_posix_access: Make mode_t parameter mandatory
 2023-02-09 21:01 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: chmod: don't drop default ACEs from directory ACLs
 2023-02-09 21:01 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: mkdir: use correct default permissions filtered by umask
 2023-02-09 21:01 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: improve OS output
 2023-02-09 13:41 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: add dependency output
 2023-02-08 20:06 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: print categories in --info output
 2023-02-08 20:06 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: collect build-depends info
 2023-02-07 21:50 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: add latest product codes
 2023-02-07 21:50 UTC 

[newlib-cygwin/main] dumper: avoid linker problem when `libbfd` depends on `libsframe`
 2023-02-01 19:01 UTC 

[newlib-cygwin] Cygwin: dsp: Implement SNDCTL_DSP_SETFRAGMENT ioctl()
 2023-01-31 11:36 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: lower setup.ini expiration time to 3 hours
 2023-01-29 20:32 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: find_url: fix error handling
 2023-01-29 20:32 UTC 

[newlib-cygwin/main] Cygwin: add new cygcheck capabilities to release notes
 2023-01-29 17:40 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: improve documentation
 2023-01-29 16:53 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: simplify output when fetching setup.ini
 2023-01-29 16:52 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: add human readable package size output
 2023-01-29 16:52 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: package info / available package search, take 2
 2023-01-29 13:13 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: package info / available package search, take 1
 2023-01-28 14:00 UTC 

[newlib-cygwin/main] Cygwin: cygcheck: split out fetching data from cygwin.com
 2023-01-26 18:59 UTC 

[newlib-cygwin] Cygwin: dsp: Fix hang on close() if another thread calls write()
 2023-01-25 17:08 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: dsp: Fix hang on close() if another thread calls write()
 2023-01-25 17:08 UTC 

[newlib-cygwin/main] Cygwin: mount: differ allowed server name chars from allowed share name chars
 2023-01-23 13:17 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: mount: differ allowed server name chars from allowed share name chars
 2023-01-23 13:16 UTC 

[newlib-cygwin/main] Cygwin: mount: allow any valid character in UNC paths
 2023-01-22 19:20 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: mount: allow any valid character in UNC paths
 2023-01-22 19:16 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: fsync: Fix EINVAL for block device
 2023-01-22 10:02 UTC 

[newlib-cygwin] Cygwin: fsync: Fix EINVAL for block device
 2023-01-22 10:02 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: tape: tapes are character devices, not block devices
 2023-01-22  9:00 UTC 

[newlib-cygwin/main] Cygwin: tape: tapes are character devices, not block devices
 2023-01-21 17:27 UTC 

[newlib-cygwin] Created tag 'newlib-4.3.0'
 2023-01-20 21:35 UTC 

[newlib-cygwin] COPYING.NEWLIB: Arm licence entry amendment
 2023-01-19 20:06 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: bump DLL version to 3.4.6
 2023-01-19 18:41 UTC 

[newlib-cygwin] Created tag 'cygwin-3.4.5'
 2023-01-19 18:41 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: Add 3.4.5 release message
 2023-01-19 18:39 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: fix build of cygcheck and strace
 2023-01-19 18:39 UTC 

[newlib-cygwin/main] Cygwin: Add 3.4.5 release message
 2023-01-19 17:33 UTC 

[newlib-cygwin/main] Cygwin: fix build of cygcheck and strace
 2023-01-19 17:30 UTC 

[newlib-cygwin/cygwin-3_4-branch] bump DLL version to 3.4.5
 2023-01-19 16:15 UTC 

[newlib-cygwin] Created tag 'cygwin-3.4.4'
 2023-01-19 15:50 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: dsp: Fix a problem that fcntl() does not take effect
 2023-01-19 13:54 UTC 

[newlib-cygwin] Cygwin: dsp: Fix a problem that fcntl() does not take effect
 2023-01-19 13:54 UTC 

[newlib-cygwin/main] Cygwin: fix two comments in heap.cc and memory_layout.h
 2023-01-18 19:35 UTC 

[newlib-cygwin/main] Cygwin: memory_init: initialize user heap here
 2023-01-18 19:35 UTC 

[newlib-cygwin/main] Cygwin: open_shared: always bump next_address
 2023-01-18 19:35 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: open_shared: always bump next_address
 2023-01-18 19:35 UTC 

[newlib-cygwin/main] Cygwin: drop fixed addresses for standard shared regions
 2023-01-18 12:38 UTC 

[newlib-cygwin/main] Cygwin: /proc/<PID>/maps: print real shared region addresses
 2023-01-17 21:47 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: disable high-entropy VA for cygcheck and strace
 2023-01-17 19:15 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: open_shared: try harder allocating a shared region
 2023-01-17 19:15 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: Move shared regions, rename PINFO... to MYSELF_REGION_ADDRESS
 2023-01-17 19:15 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: open_shared: don't reuse shared_locations parameter as output
 2023-01-17 19:15 UTC 

[newlib-cygwin/main] Cygwin: disable high-entropy VA for cygcheck and strace
 2023-01-17 19:15 UTC 

[newlib-cygwin/main] Cygwin: open_shared: try harder allocating a shared region
 2023-01-17 19:15 UTC 

[newlib-cygwin/main] Cygwin: Move shared regions, rename PINFO... to MYSELF_REGION_ADDRESS
 2023-01-17 19:15 UTC 

[newlib-cygwin/main] Cygwin: open_shared: don't reuse shared_locations parameter as output
 2023-01-17 19:15 UTC 

[newlib-cygwin/main] Cygwin: autoload: clean up arguments to LoadDllFunc*
 2023-01-17 19:15 UTC 

[newlib-cygwin/main] Cygwin: /proc/cpuinfo: always print trailing empty line, as on Linux
 2023-01-16 20:41 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: /proc/cpuinfo: always print trailing empty line, as on Linux
 2023-01-16 20:41 UTC 

[newlib-cygwin/main] Cygwin: /proc/cpuinfo: Always print topology info
 2023-01-16 13:30 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: /proc/cpuinfo: Always print topology info
 2023-01-16 13:30 UTC 

[newlib-cygwin/main] Cygwin: newgrp: improve doumentation
 2023-01-14 19:16 UTC 

[newlib-cygwin/main] Cygwin: add newgrp(1) to release message for 3.5.0
 2023-01-14 17:01 UTC 

[newlib-cygwin/main] Cygwin: newgrp: first full version
 2023-01-14 16:49 UTC 

[newlib-cygwin/main] Cygwin: add very simple newgrp(1) tool
 2023-01-13 20:30 UTC 

[newlib-cygwin] Cygwin: CI: Run cygserver for tests
 2023-01-13 17:05 UTC 

[newlib-cygwin] Cygwin: testsuite: Drop appending 'ntsec' to CYGWIN in cygrun wrapper
 2023-01-13 17:05 UTC 

[newlib-cygwin] Cygwin: testsuite: Update pthread tests for default SCHED_FIFO
 2023-01-13 17:05 UTC 

[newlib-cygwin] Cygwin: testsuite: Update mutex tests for changed default mutex type
 2023-01-13 17:05 UTC 

[newlib-cygwin] Cygwin: testsuite: 64-bit fixes in pthread testcases
 2023-01-13 17:05 UTC 

[newlib-cygwin] Cygwin: testsuite: Fix compilation warnings
 2023-01-13 17:05 UTC 

[newlib-cygwin] Cygwin: testsuite: Build testcases using automake
 2023-01-13 17:04 UTC 

[newlib-cygwin] Cygwin: testsuite: automake doesn't define objdir
 2023-01-13 17:04 UTC 

[newlib-cygwin/main] Cygwin: wincap.h: clarify NO_COPY_RO usage
 2023-01-12  9:52 UTC 

[newlib-cygwin/main] Cygwin: wincap: make capability flags readonly
 2023-01-12  9:52 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: cygheap: Initialize myself_pinfo before child_copy()
 2023-01-10 13:16 UTC 

[newlib-cygwin] Cygwin: ctty: Add comments for the special values: -1 and -2
 2023-01-10 13:15 UTC 

[newlib-cygwin] Cygwin: pinfo: Additional fix for CTTY behavior
 2023-01-10 13:15 UTC 

[newlib-cygwin] Cygwin: cygheap: Initialize myself_pinfo before child_copy()
 2023-01-10 13:15 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: /proc/<PID>/status: avoid crash computing signal info
 2023-01-10 10:49 UTC 

[newlib-cygwin] Cygwin: /proc/<PID>/status: avoid crash computing signal info
 2023-01-10 10:48 UTC 

[newlib-cygwin] Cygwin: Run testsuite against the just-built DLL
 2023-01-10 10:29 UTC 

[newlib-cygwin] Cygwin: /proc/<PID>/status: simplify code generating signal info
 2023-01-09 17:03 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: reinstantiate exporting _alloca
 2023-01-09 13:04 UTC 

[newlib-cygwin] Cygwin: reinstantiate exporting _alloca
 2023-01-09 13:04 UTC 

[newlib-cygwin] Cygwin: CI: Fix thinko of 'ncores' for 'nproc'
 2022-12-23 14:45 UTC 

[newlib-cygwin] fhandler/proc.cc(format_proc_cpuinfo): add Linux 6.1 cpuinfo
 2022-12-23  9:14 UTC 

[newlib-cygwin] Cygwin: Add release message for latest console change
 2022-12-22 14:24 UTC 

[newlib-cygwin] Cygwin: console: Make the console accessible from other terminals
 2022-12-22 13:33 UTC 

[newlib-cygwin] Cygwin: devices: Make generic console devices invisible from pty
 2022-12-22 13:33 UTC 

[newlib-cygwin] Cygwin: pinfo: Align CTTY behavior to the statement of POSIX
 2022-12-22 13:33 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: devices: Make generic console devices invisible from pty
 2022-12-22 13:33 UTC 

[newlib-cygwin] Cygwin: console: Fix hangup of less on quit after the window is resized
 2022-12-22 11:51 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: console: Fix hangup of less on quit after the window is resized
 2022-12-22 11:51 UTC 

[newlib-cygwin] Cygwin: Makefile: Drop all the "test dll" considerations
 2022-12-21 17:43 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: path_conv: make sure sym.path_flags is always initialized
 2022-12-21 12:15 UTC 

[newlib-cygwin] Cygwin: path_conv: make sure sym.path_flags is always initialized
 2022-12-21 12:15 UTC 

[newlib-cygwin] Cygwin: configure: Add option to disable building 'dumper'
 2022-12-21 11:48 UTC 

[newlib-cygwin] Cygwin: FAQ: Mention configure options to build with reduced dependencies
 2022-12-21 11:48 UTC 

[newlib-cygwin] Cygwin: x86_64: import swab.S from NetBSD
 2022-12-20 21:55 UTC 

[newlib-cygwin] Cygwin: x86_64: import latest NetBSD bcopy.S
 2022-12-20 21:54 UTC 

[newlib-cygwin] Cygwin: x86_64: import memchr.S from NetBSD
 2022-12-20 21:54 UTC 

[newlib-cygwin] Cygwin: x86_64: import new memset.S from NetBSD
 2022-12-20 21:54 UTC 

[newlib-cygwin] Cygwin: add local machine/asm.h header
 2022-12-20 21:54 UTC 

[newlib-cygwin] Cygwin: use .S suffix for assembler files
 2022-12-20 21:54 UTC 

[newlib-cygwin] Cygwin: check_reparse_point_target: fix comment format
 2022-12-20 21:54 UTC 

[newlib-cygwin] Cygwin: Update 3.4.3 release note
 2022-12-16 13:36 UTC 

[newlib-cygwin] Revert "Cygwin: x86_64: add wmemset assembler entry point"
 2022-12-16 13:36 UTC 

[newlib-cygwin/cygwin-3_4-branch] bump DLL version to 3.4.4
 2022-12-16 13:31 UTC 

[newlib-cygwin] Created tag 'cygwin-3.4.3'
 2022-12-16 11:59 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: Update 3.4.3 release note
 2022-12-16 11:59 UTC 

[newlib-cygwin/cygwin-3_4-branch] Revert "Cygwin: x86_64: add wmemset assembler entry point"
 2022-12-16 11:59 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: path handling: never substitute virtual drive with target path
 2022-12-14 11:01 UTC 

[newlib-cygwin] Cygwin: add release message for latest path handling patch
 2022-12-14 10:59 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: add release message for latest path handling patch
 2022-12-14 10:59 UTC 

[newlib-cygwin] libc: arm: fix setjmp abi non-conformance
 2022-12-13 15:52 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: Makefile: build new-cygwin1.dll in a single step
 2022-12-13 14:31 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: Makefile: only regenerate cygwin_version.c if it changes
 2022-12-13 14:31 UTC 

[newlib-cygwin] Cygwin: Makefile: build new-cygwin1.dll in a single step
 2022-12-13 13:16 UTC 

[newlib-cygwin] Cygwin: Makefile: only regenerate cygwin_version.c if it changes
 2022-12-13 13:16 UTC 

[newlib-cygwin] Cygwin: path handling: never substitute virtual drive with target path
 2022-12-12 20:59 UTC 

[newlib-cygwin/cygwin-3_4-branch] bump DLL version to 3.4.3
 2022-12-11 12:12 UTC 

[newlib-cygwin] Created tag 'cygwin-3.4.2'
 2022-12-11 10:47 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: add 3.4.2 release notes
 2022-12-11 10:46 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: uname: fix building in non-git source dir
 2022-12-11 10:46 UTC 

[newlib-cygwin] Cygwin: add 3.4.2 release notes
 2022-12-11 10:46 UTC 

[newlib-cygwin/cygwin-3_4-branch] Cygwin: uname: generate default release string from git as well
 2022-12-11 10:46 UTC 

[newlib-cygwin/cygwin-3_4-branch] Revert "Cygwin: 3.4-only: uname: drop dot from external release info"
 2022-12-11 10:46 UTC 

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