aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-14Cygwin: dumper: also link with libzstd, as libbfd may require itJon Turney5-10/+11
2023-02-14Cygwin: regex: convert wchar_t to wint_tCorinna Vinschen2-39/+8
2023-02-14Cygwin: glob: convert wchar_t to wint_tCorinna Vinschen1-8/+8
2023-02-14Cygwin: fnmatch: convert wchar_t to wint_tCorinna Vinschen1-11/+11
2023-02-14Cygwin: __collate_range_cmp: handle Unicode values >= 0x10000Corinna Vinschen1-2/+14
2023-02-14Cygwin: mbrtowi: define replacement for mbrtowc, returning UTF-32 valueCorinna Vinschen2-0/+36
2023-02-12Cygwin: socket.h: define missing IPTOS_LOWCOST/IPTOS_MINCOSTCorinna Vinschen1-0/+2
2023-02-11Cygwin: cygcheck: fix default info selector evaluationCorinna Vinschen1-1/+1
2023-02-11Cygwin: cygcheck: fix dependency searchCorinna Vinschen1-6/+18
2023-02-09Cygwin: get_posix_access: Make mode_t parameter mandatoryCorinna Vinschen8-36/+31
2023-02-09Cygwin: chmod: don't drop default ACEs from directory ACLsCorinna Vinschen2-1/+5
2023-02-09Cygwin: mkdir: use correct default permissions filtered by umaskCorinna Vinschen2-3/+8
2023-02-09Cygwin: cygcheck: improve OS outputCorinna Vinschen1-10/+14
2023-02-08Cygwin: cygcheck: add dependency outputCorinna Vinschen2-52/+153
2023-02-08Cygwin: cygcheck: print categories in --info outputCorinna Vinschen1-0/+2
2023-02-07Cygwin: cygcheck: collect build-depends infoCorinna Vinschen1-0/+12
2023-02-07Cygwin: cygcheck: add latest product codesCorinna Vinschen1-7/+65
2023-02-06setlocale: create LC_ALL string when changing localeCorinna Vinschen1-4/+10
2023-02-03libc: arm: Implement setjmp GCC backwards compatibility.Victor L. Do Nascimento1-0/+22
2023-02-01dumper: avoid linker problem when `libbfd` depends on `libsframe`Johannes Schindelin2-0/+9
2023-01-31Cygwin: dsp: Implement SNDCTL_DSP_SETFRAGMENT ioctl().Takashi Yano2-39/+42
2023-01-29Cygwin: cygcheck: lower setup.ini expiration time to 3 hoursCorinna Vinschen1-4/+4
2023-01-29Cygwin: cygcheck: find_url: fix error handlingCorinna Vinschen1-11/+27
2023-01-29Cygwin: add new cygcheck capabilities to release notesCorinna Vinschen2-0/+10
2023-01-29Cygwin: cygcheck: improve documentationCorinna Vinschen2-9/+87
2023-01-29Cygwin: cygcheck: simplify output when fetching setup.iniCorinna Vinschen1-1/+1
2023-01-29Cygwin: cygcheck: add human readable package size outputCorinna Vinschen1-4/+33
2023-01-29Cygwin: cygcheck: package info / available package search, take 2Corinna Vinschen3-93/+257
2023-01-28Cygwin: cygcheck: package info / available package search, take 1Corinna Vinschen2-18/+503
2023-01-27RISC-V: Fix floating-point environment support for soft floatMaciej W. Rozycki1-0/+9
2023-01-26Cygwin: cygcheck: split out fetching data from cygwin.comCorinna Vinschen1-39/+45
2023-01-26Cygwin: dsp: Fix hang on close() if another thread calls write().Takashi Yano2-0/+10
2023-01-23Cygwin: mount: differ allowed server name chars from allowed share name charsCorinna Vinschen1-3/+16
2023-01-22Cygwin: mount: allow any valid character in UNC pathsCorinna Vinschen2-3/+15
2023-01-22Cygwin: fsync: Fix EINVAL for block device.Takashi Yano2-1/+7
2023-01-21Cygwin: tape: tapes are character devices, not block devicesCorinna Vinschen2-258/+258
2023-01-20Bump up newlib to 4.3.0newlib-4.3.0Jeff Johnston2-13/+13
2023-01-19nvptx: In offloading execution, map '_exit' to 'abort' [GCC PR85463]Thomas Schwinge1-3/+12
2023-01-19nvptx: Provide stub 'getpid', 'kill', 'stat'Thomas Schwinge1-0/+17
2023-01-19nvptx: Remove newlib ELIX level 1 restrictionThomas Schwinge2-5/+1
2023-01-19nvptx: Don't use global constructor for SSP setupThomas Schwinge1-2/+2
2023-01-19nvptx: Provide stub 'gettimeofday'Thomas Schwinge1-0/+7
2023-01-19Add amdgcn vectorized math routines to NEWSJeff Johnston1-0/+1
2023-01-19COPYING.NEWLIB: Arm licence entry amendmentVictor L. Do Nascimento1-0/+2
2023-01-19NEWS: report arm ABI breakVictor L. Do Nascimento1-0/+2
2023-01-19NEWS: Add news itemsSebastian Huber1-0/+6
2023-01-19Cygwin: Add 3.4.5 release messageCorinna Vinschen1-0/+5
2023-01-19Cygwin: fix build of cygcheck and straceCorinna Vinschen1-2/+2
2023-01-19Cygwin: dsp: Fix a problem that fcntl() does not take effect.Takashi Yano2-0/+14
2023-01-18Cygwin: fix two comments in heap.cc and memory_layout.hCorinna Vinschen2-4/+3