68e580402272cea7f98145c3c562cab565a37046
|
2019-07-06 |
Add coroutine context switch for i386-mingw32 |
93116569145bbff34355e08722c6689487d8b858
|
2017-05-11 |
Better wording for __ENCODING__ |
551edf64bcbbbc84af59b5ae44a0820314b72777
|
2019-09-08 |
Reline: Fix wrong variable name |
853d91a04a4d133fc90b35c90570dc1c656a7922
|
2019-11-04 |
Fix coroutine support on win32 |
f451bb5406878e1ac9ce9d37952f171837d0cb09
|
2020-01-17 |
[ruby/irb] Fix compatibility with rails before 5.2 |
d1166c6d3942303b812c475129a84f1025b1db1f
|
2020-01-18 |
Reline: Use a more robust detection of MinTTY |
b0ca1fc21bbb9dac65a3b3f7b5935e691ece1501
|
2020-01-18 |
Reline: Fix changed test results due to change to UTF-8 on Windows |
a4fca28b805cc8714cad1107424d97b822bf6414
|
2020-01-29 |
Fix description of Encoding.default_(in|ex)ternal |
7a51d979cf9c98209b7c1b1d54016348e8124904
|
2020-01-27 |
Fix inaccuracy in encoding tests |
8d68f54c94ff46f3677f133fb1b6c48861efc62e
|
2020-08-24 |
Fix erb executable |
92b2d5816ae04375cef7e3909bf69954e1833160
|
2020-08-06 |
Add documentation to "dcompact" callback and "parent" member |
d403591b34e204a5937241025c62c877e579fbaf
|
2020-11-22 |
Add string encoding IBM720 alias CP720 (#3803) |
14453a256d58b11b06d432e2a4388d95aac298d6
|
2020-11-26 |
Windows: Improve readablity of getenv() encoding |
94b6933d1c6f4c8698319fbcac9dcecc9033b4b9
|
2020-12-07 |
Set default for Encoding.default_external to UTF-8 on Windows (#2877) |
ca76337a00244635faa331afd04f4b75161ce6fb
|
2020-12-07 |
Windows: Read ENV names and values as UTF-8 encoded Strings (#3818) |
089b7a84606925e885fe91050483a352735aa91e
|
2021-02-22 |
Improve extension docs, remove deprecated rb_cData [ci skip] |
09c74a170219818e8317806df170f72812db0ef8
|
2021-02-22 |
[DOC] Fix copy+paste mistake [ci skip] |
22d36c463f5db313a25431150f21c610f4bd6a39
|
2019-12-13 |
[ruby/gdbm] Add dependency to gdbm package on mingw |
03f8c271796ffb976487495f1675ec7583b6762d
|
2021-07-08 |
[ruby/reline] Windows cmd: Don't type anything when pressing ALT keys alone |
6594623f623a0982da62cc105094da0701d499da
|
2021-08-16 |
Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IO |
9c0582704f63f85aab112c8a9cff344fc3df62ca
|
2021-08-25 |
Fix example fiber scheduler reg. writable events |
7e36b91526fdcd83f8a54f4f1f574c89ed0bedee
|
2021-08-26 |
Add Windows as a supported OS for Process.clock_gettime [ci skip] |
70cefcfa0f769f7269cf0c950a4516036dd1a1ea
|
2021-06-22 |
Adjust test to set+get big values on all platforms and add MINGW-UCRT |
52cc54ce6f4258e4349c93d95c1ce111d26f8a7d
|
2021-06-23 |
CI: Enable MINGW-UCRT build and test in github actions |
576b2e64cdc5ea42ad345dd3c1c215e006c06fca
|
2021-06-25 |
MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt" |
95a6212a431929d91435056fa8df13ae697f8071
|
2021-11-24 |
Simplify platform check for Windows-UCRT |
fff058a8d6c2e5d7c3529484a1c9a636dbf66dc2
|
2021-09-23 |
Add description of ruby header files to extension.rdoc |
1a20bb1c986961786a981af95ed964f0625eeed0
|
2022-02-25 |
[DOC] Fix function name in example |
eebc24218af66befb215f6c713e4f68f9c4db715
|
2022-02-08 |
[DOC] Fix reference in rb_enc_associate() description |
518301883edee12218657c77ba977e2bde1b17d0
|
2022-09-09 |
Fix parallel build on MINGW |
9d56d9975d867c94ab2a6d76e4482112ab6c3319
|
2022-09-25 |
[ruby/timeout] Explicit add the timeout thread to default ThreadGroup |
7b1d23fd295fe8275b313f31ea545f7f6b3f2e62
|
2022-11-17 |
Windows: Readlink improvements (#6745) |
439990318d90a689b2ac067b41c3462ddda60ae5
|
2022-11-18 |
Avoid warnings on MINGW: |
81e274c9907c9ddb8fbf8ad0c28cd2b39d6e1639
|
2022-11-01 |
[DOC] Improve documentation to RB_ALLOCV |
d6ce4180a5b4dacbac895c9911031a6df6c61136
|
2022-12-18 |
Windows: Fix encoding of Dir.home |
d0f5dc9eac78ecade459b740ed08795c8df6d129
|
2022-12-18 |
Windows: Prefer USERPROFILE over HOMEPATH |
f6952a94ebd0e9d88c34784b8ab3dfb9673be538
|
2023-01-09 |
[ruby/psych] Fix wrong package name of MSYS2/MINGW dependency |
47f8bf50e1410223731e2b442ad5a6b9ea1106b5
|
2022-03-12 |
[DOC] Clarify IO#autoclose impact on #close |
73d7fd8614e6ef3f55911932af96da908aa04bf8
|
2022-12-26 |
Windows: Prefer USERPROFILE over HOMEPATH |
9a618b95cdee82b64257a248c31d49ae9f066fea
|
2023-10-27 |
[Feature #19244] Windows: Prefer USERPROFILE over HOMEPATH on startup as well |
7e6204dd10857a6f1fb72119082ff7797686c089
|
2023-10-27 |
Windows: Add libffi as a build dependency |
7523ede7ba0a5c1487bb53b3169f1a2cbc13152d
|
2023-10-27 |
Windows: Fix description of runtimes |
eedf6c35b306184c8c4a5811033294a8f08f703a
|
2024-08-13 |
Revert change of "mingw-ucrt" platform string |
0641845a4bcbbeec6f0bc8191c866ac62c370eb3
|
2023-10-27 |
Windows: Remove compatibility to ancient MSVCRT API |
7627a95e414cec5753bae514fd5490777d9afd7f
|
2023-10-27 |
Windows: Remove ENV code targeting Windows before Vista |
acf28e835fc649c2a8597ef6244af5a8f61fa24a
|
2023-10-27 |
Windows: Use Unicode aware WinAPI function for ENV[]= |
9b4a497456b3f538c4d3237f941f634f97e0e30e
|
2024-09-28 |
Fix loading of nonascii script name on Windows |
6a49bbd73406155159d11dca17181f356bdaa4c1
|
2024-10-04 |
[ruby/win32-registry] Move all tests to volatile environment and use per-test individual registry key |
85ce3b177cf0b4749a8328c7b509ec27b2f02da0
|
2024-10-11 |
[ruby/win32-registry] Fix compatibility with JRuby |
796757a01c29830f9d1d7fe4b08eb26b7827e6e3
|
2024-11-15 |
[rubygems/rubygems] Remove override of worker jobs for `bundle install --local` |
473fb6385e6072e8e55c8f44debe6dadc0d5621c
|
2024-12-11 |
[ruby/fiddle] Implement `Fiddle::Pointer.read` and `.write` on the FFI backend (https://github.com/ruby/fiddle/pull/165) |
187b8fdb6990145210ef6394ca8d866c2f885854
|
2024-12-16 |
Fix coroutine implementaion on Windows-Arm64 |
6286d3858c8b609e30298b33caefda81da339748
|
2025-01-15 |
Fix ENV tests on Windows on ARM64 |
142001cd64fcb7ec6896f04b0c837857590e26ce
|
2025-01-15 |
Fix callcc on Windows on ARM64 |