summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
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
2021-09-20MINGW: _WIN64 is not defined on i386-mingw32 + ucrt.xtkoba (Tee KOBAYASHI)
2021-09-20MINGW: Fix build error on Windows UCRTxtkoba (Tee KOBAYASHI)
2021-08-25Add missing empty macro [ci skip]Nobuyoshi Nakada
2021-08-15[Win32] put a space before configure options [Bug #17588]Nobuyoshi Nakada
2021-08-07Group commands on GitHub ActionsNobuyoshi Nakada
2021-08-05Revert "Removed extinit.o from main programs"Yusuke Endoh
2021-07-06Set ENCSTATIC in rbconfig.rb [Bug #17929]Nobuyoshi Nakada
2021-07-04[Win32] Fix assembler name when cross compilingNobuyoshi Nakada
2021-07-03Remove copy coroutine build rule.Samuel Williams
2021-07-03Removed extinit.o from main programsNobuyoshi Nakada
2021-06-23Add parentheses to avoid pointless conditionJeremy Evans
2021-06-09[Win32] fixed PACKED_STRUCT_UNALIGNED on x86Nobuyoshi Nakada
2021-05-17[Win32] long path name support [Bug #12551]Gabriel Nagy
2021-05-04`_MSC_VER` may not be definedxtkoba
2021-04-10win32: fix RUBY_RELEASE_DATE in MakefileNobuyoshi Nakada
2021-03-17Remove unused DEFAULT_KCODEKazuhiro NISHIYAMA
2021-03-08Increment global variables atomicallyNobuyoshi Nakada
2021-03-08Make vm_exit_handler installation MT-safeNobuyoshi Nakada
2021-03-08Make uenvarea thread exclusiveNobuyoshi Nakada
2021-03-08Make the flag in thread_exclusive uniqueNobuyoshi Nakada
2021-03-08Enclose crtitical sections in `thread_exclusive` blockNobuyoshi Nakada
2021-02-24Revert "Enclose crtitical sections in `thread_exclusive` block"Nobuyoshi Nakada
2021-02-23Use the system getenv in setup_debug_logNobuyoshi Nakada
2021-02-23Fixed commit miss at 41eb4fbf86e7ae9c9ff993e07a19fa44eb74be9bNobuyoshi Nakada
2021-02-23Make uenvarea thread exclusiveNobuyoshi Nakada
2021-02-23Fixed commit miss at 19cc24b34b0490b7c2779eec521fe0089e05f183Nobuyoshi Nakada
2021-02-23Constified possible dataNobuyoshi Nakada
2021-02-23Enclose crtitical sections in `thread_exclusive` blockNobuyoshi Nakada
2021-02-23added mutexes for socket and connection lists on win32Andrew Aladjev
2021-02-22Expand final path name buffer for namespace prefixNobuyoshi Nakada
2021-02-22Search subclasses from constantsNobuyoshi Nakada
2021-02-20MSys is a variant of CygwinNobuyoshi Nakada
2021-02-20[Win32] Fixed preprocessed file pathNobuyoshi Nakada
2021-02-19Fix link msdn.microsoft.com (#4202)S.H
2021-02-20Fixed fallback ENABLE_VIRTUAL_TERMINAL_PROCESSING value [Bug #17639]YO4 (Yoshinao Muramatsu)
2021-02-14Fixed codepage for utime [Bug #17626]xtkoba (Tee KOBAYASHI)
2021-01-27win32/win32.c:getcwd_value: delete OBJ_TAINT卜部昌平