Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
e16a5aa
Cygwin: bump DLL version to 3.6.3
jon-turney May 26, 2025
69e6562
Cygwin: do retrieve AzureAD users' information again
dscho Jun 3, 2025
77ece85
Cygwin: Add 3.6.3 release note
jon-turney Jun 5, 2025
f51657b
Add MSYS2 triplet
Alexpux Apr 14, 2019
3155a8c
Fix msys library name in import libraries
ktbarrett Mar 14, 2021
d9b4e1d
Rename dll from cygwin to msys
Alexpux Apr 14, 2019
02128e4
Add functionality for converting UNIX paths in arguments and environm…
Alexpux Apr 14, 2019
f5641c9
Add functionality for changing OS name via MSYSTEM environment variab…
Alexpux Apr 14, 2019
834af42
- Move root to /usr. - Change sorting mount points. - By default moun…
Alexpux Apr 14, 2019
a7a80da
Instead of creating Cygwin symlinks, use deep copy by default
Alexpux Apr 14, 2019
f671632
Automatically rewrite TERM=msys to TERM=cygwin
Alexpux Apr 14, 2019
8f58dba
Do not convert environment for strace
Alexpux Apr 14, 2019
055c3f4
strace.cc: Don't set MSYS=noglob
mingwandroid Aug 23, 2015
a836780
Add debugging for strace make_command_line
mingwandroid Aug 21, 2015
16e335f
strace --quiet: be *really* quiet
dscho May 17, 2017
0f97400
path_conv: special-case root directory to have trailing slash
Alexpux Apr 14, 2019
406cc50
When converting to a Unix path, avoid double trailing slashes
dscho Nov 8, 2022
665a09b
msys2_path_conv: pass PC_NOFULL to path_conv
lazka Nov 20, 2022
b2f6faf
path-conversion: Introduce ability to switch off conversion.
Jun 17, 2015
38378c5
dcrt0.cc: Untangle allow_glob from winshell
mingwandroid Aug 21, 2015
b5312cb
dcrt0.cc (globify): Don't quote literal strings differently when dos_…
mingwandroid Aug 23, 2015
9ef5267
Add debugging for build_argv
mingwandroid Aug 21, 2015
b9d7099
environ.cc: New facility/environment variable MSYS2_ENV_CONV_EXCL
mingwandroid Apr 10, 2016
f43ffb1
Introduce the `enable_pcon` value for `MSYS`
dscho May 19, 2020
65cf9f0
popen: call /usr/bin/sh instead of /bin/sh
lazka Jun 5, 2020
0866429
Disable the 'cygwin' GitHub workflow
dscho Mar 17, 2021
b80641d
CI: add a GHA for doing a basic build test
lazka Aug 9, 2020
d2a9e3c
Set up a GitHub Action to keep in sync with Cygwin
dscho Nov 22, 2019
1e2b8bc
Expose full command-lines to other Win32 processes by default
dscho Aug 12, 2020
0e6a5b9
Add a helper to obtain a function's address in kernel32.dll
dscho Apr 16, 2018
803f234
Emulate GenerateConsoleCtrlEvent() upon Ctrl+C
dscho Mar 20, 2015
4148d00
kill: kill Win32 processes more gently
dscho Mar 20, 2015
c6208de
Cygwin: make option for native inner link handling.
jeremyd2019 Jul 22, 2021
1e06519
docs: skip building texinfo and PDF files
dscho Nov 8, 2021
c325e7f
install-libs: depend on the "toollibs"
dscho Nov 8, 2021
4b304dc
POSIX-ify the SHELL variable
dscho Nov 23, 2015
129ee40
Handle ORIGINAL_PATH just like PATH
dscho Mar 21, 2017
5f01a6f
uname: allow setting the system name to CYGWIN
lazka Jul 3, 2022
2897bc0
Pass environment variables with empty values
dscho Feb 18, 2015
23846ef
Optionally disallow empty environment values again
dscho Sep 6, 2022
24df6e4
build_env(): respect the `MSYS` environment variable
dscho Sep 6, 2022
6bb8c62
Revert "Cygwin: Enable dynamicbase on the Cygwin DLL by default"
lazka Dec 17, 2022
5670c93
Avoid sharing cygheaps across Cygwin versions
dscho Jan 30, 2023
7b0c7ae
uname: report msys2-runtime commit hash, too
dscho Feb 21, 2023
e3e73ed
Cygwin: Adjust CWD magic to accommodate for the latest Windows previews
dscho May 22, 2023
80711d0
Start the merging-rebase to cygwin-3.6.3
dscho Jun 5, 2025
5a3d7e9
Merge branch 'msys2-3.6.3'
dscho Aug 14, 2020
7cd580a
Handle 8-bit characters under LOCALE=C
dscho Feb 20, 2015
f23b83a
Bump actions/checkout from 2 to 4
dependabot[bot] Feb 14, 2024
b2914cf
Mention the extremely useful small_printf() function
dscho Feb 20, 2015
2940558
dependabot: help keeping GitHub Actions versions up to date
dscho Feb 6, 2024
6f2afa8
Make paths' WCS->MBS conversion explicit
dscho Dec 18, 2015
0944d19
Fixed path converting with non ascii char.
Mar 9, 2015
efae895
Do not try to sync with Cygwin
dscho Aug 20, 2020
e5b7338
Allow native symlinks to non-existing targets in 'nativestrict' mode
kblees May 20, 2015
7e7c72b
Use MB_CUR_MAX == 6 by default
dscho Nov 21, 2019
423c4c3
Change the default base address for x86_64
chirpnot Mar 10, 2022
09097de
msys2-runtime: restore fast path for current user primary group
rglidden Aug 24, 2023
c708f4a
ci: run Git's entire test suite
dscho Feb 12, 2024
53c83cb
ci: add an AutoHotKey-based integration test
dscho May 7, 2025
c39dba6
Merge pull request #1 from dscho/git-for-windows
dscho Feb 12, 2018
b75f057
Merge pull request #10 from kblees/kb/symlinks
dscho Feb 12, 2018
df5b676
Merge branch 'wcstombs'
dscho Feb 12, 2018
377b4b8
Merge pull request #37 from chirpnot/main
dscho May 13, 2022
b5be61a
Merge pull request #57 from rglidden/main
dscho Aug 28, 2023
5132341
Merge pull request #83 from dscho/run-gits-test-suite
dscho Jan 24, 2025
086201e
Merge pull request #95 from dscho/re-fix-git-hooks-problem
dscho May 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion winsup/cygwin/include/cygwin/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ details. */
changes to the DLL and is mainly informative in nature. */

#define CYGWIN_VERSION_DLL_MAJOR 3006
#define CYGWIN_VERSION_DLL_MINOR 2
#define CYGWIN_VERSION_DLL_MINOR 3

/* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the
combined DLL major and minor numbers. */
Expand Down
5 changes: 5 additions & 0 deletions winsup/cygwin/release/3.6.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Fixes:
------

- Fix "There are no available terminals" error with AzureAD accounts.
Addresses: https://cygwin.com/pipermail/cygwin/2025-May/258214.html
Loading