summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2022-09-09eliminate magic numberYO4
2022-09-09win32.c additional fix: is_readable_consoleYO4
2022-09-09win32.c fix: is_readable_consoleYO4
2022-09-08[Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada
2022-09-08[MSWin] Fix for non-Windows (cygwin/msys) BASERUBYNobuyoshi Nakada
2022-09-08[MSWin] Disable rubygems of BASERUBYNobuyoshi Nakada
2022-09-07Define BOOTSTRAPRUBY from HAVE_BASERUBYNobuyoshi Nakada
2022-09-07Ensure BASERUBY when cross-compilingNobuyoshi Nakada
2022-09-04Ruby MJIT (#6028)Takashi Kokubun
2022-09-03Make sources by BASERUBY if available instead of minirubyNobuyoshi Nakada
2022-09-03Move duplicate dependenciesNobuyoshi Nakada
2022-08-28[Win32] Use `exit` instead of `type` [ci skip]Nobuyoshi Nakada
2022-08-20Drop mswin support of MJIT (#6265)Takashi Kokubun
2022-08-12Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada
2022-08-11Add `--enable-devel` configure optionNobuyoshi Nakada
2022-08-06Adjust styles [ci skip]Nobuyoshi Nakada
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-19Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BITJean Boussier
2022-04-21[Win32] allow pipe in flockNobuyoshi Nakada
2022-04-15[Win32] Fix mode of character/pipe device stat [Bug #18732]Nobuyoshi Nakada
2022-04-07Get rid of type-punning pointer castsNobuyoshi Nakada
2022-04-05Load fake.rb at `BTESTRUBY`Nobuyoshi Nakada
2022-03-30[Bug #18667] Define RUBY_API_VERSION on WindowsPeter Zhu
2022-03-23Need to reconfigure and rebuild everything when abi.h changedNobuyoshi Nakada
2022-03-16Avoid console input behavior in windows 10 [Bug #18588]YO4
2022-03-02[MSWin] Allow gems with VS2022 for VS2019 build ruby [Misc #18362]Nobuyoshi Nakada
2022-02-24Add ABI version to ruby_version tag on WindowsPeter Zhu
2022-02-20[MSWin] Tentative measure for a bug of VS2022 [Misc #18362]Nobuyoshi Nakada
2022-02-19Check if `__assume` is supportedNobuyoshi Nakada
2022-02-19Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada
2022-02-12[MSWin] Remove stale configuration check [ci skip]Nobuyoshi Nakada
2022-01-24Fixed an missing percent in the batch fileNobuyoshi Nakada
2022-01-18include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)Yuta Saito
2021-12-30win32/win32.c Fix PROT_EXEC bit flag check for FlushInstrucitonCache()nagachika
2021-12-27Fix some bornheadsU.Nakamura
2021-12-27Tiny mmap emulation for WindowsU.Nakamura
2021-12-13Rename --jit to --mjit (#5248)Takashi Kokubun
2021-12-02[MSWin] Stop passing non-numeric string to `exit` commandNobuyoshi Nakada
2021-11-26[MSWin] Replace -Zi in DEBUGFLAGS with -Z7 to suppress warningsNobuyoshi Nakada
2021-11-24No need to link and install .pdb anymoreAlan Wu
2021-11-24MJIT MSVC: Use /Z7 to avoid PDB write raceAlan Wu
2021-10-30Select including thread impl file at config timeYuta Saito
2021-10-20Remove the scraperAaron Patterson
2021-10-20Yet Another Ruby JIT!Jose Narvaez
2021-10-20Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert
2021-10-20Try to fix Windows buildAlan Wu
2021-10-04Clang never evaluates expr in `__builtin_assume`xtkoba
2021-10-02[Win32] Prefer Cryptography Next Generation APINobuyoshi Nakada
2021-09-24Reminders of the Windows versions each API is available [ci skip]Nobuyoshi Nakada
2021-09-21Ripper source on mswinNobuyoshi Nakada