aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* windows-arm64 support (#8995)Pierrick Bouvier2023-11-231-2/+67
* [Feature #19244] Windows: Prefer USERPROFILE over HOMEPATH on startup as wellLars Kanis2023-10-271-13/+16
* Add `rb_w32_uspawn_process`Nobuyoshi Nakada2023-09-251-5/+26
* Don't check for null pointer in calls to freePeter Zhu2023-06-301-15/+9
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-4/+1
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-1/+4
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-4/+1
* Fix "runs a C function with the global lock unlocked and unlocks IO with the ...Samuel Williams2023-05-241-8/+22
* Add support for pread/pwrite on windows. (#7827)Samuel Williams2023-05-241-21/+68
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-2/+2
* Stop exporting symbols for MJITTakashi Kokubun2023-03-061-1/+1
* Adjust `else` style to be consistent in each files [ci skip]Nobuyoshi Nakada2023-02-261-2/+4
* Windows: Prefer USERPROFILE over HOMEPATHLars Kanis2022-12-241-9/+9
* Add more comments why CRuby uses __pioinfoNARUSE, Yui2022-12-151-0/+12
* Use `rb_sprintf` instead of deprecated `sprintf`Nobuyoshi Nakada2022-11-251-4/+6
* Avoid warnings on MINGW:Lars Kanis2022-11-201-0/+4
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-171-19/+135
* Windows: Readlink improvements (#6745)Lars Kanis2022-11-171-14/+17
* eliminate magic numberYO42022-09-091-1/+1
* win32.c additional fix: is_readable_consoleYO42022-09-091-0/+5
* win32.c fix: is_readable_consoleYO42022-09-091-1/+1
* [Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada2022-09-081-8/+8
* Adjust styles [ci skip]Nobuyoshi Nakada2022-08-061-2/+4
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-2850/+2850
* Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BITJean Boussier2022-07-191-3/+3
* [Win32] allow pipe in flockNobuyoshi Nakada2022-04-211-7/+3
* [Win32] Fix mode of character/pipe device stat [Bug #18732]Nobuyoshi Nakada2022-04-151-6/+16
* Get rid of type-punning pointer castsNobuyoshi Nakada2022-04-071-1/+1
* Avoid console input behavior in windows 10 [Bug #18588]YO42022-03-161-3/+3
* include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)Yuta Saito2022-01-181-1/+1
* win32/win32.c Fix PROT_EXEC bit flag check for FlushInstrucitonCache()nagachika2021-12-301-1/+1
* Fix some bornheadsU.Nakamura2021-12-271-1/+38
* Tiny mmap emulation for WindowsU.Nakamura2021-12-271-0/+31
* Clang never evaluates expr in `__builtin_assume`xtkoba2021-10-041-2/+4
* Reminders of the Windows versions each API is available [ci skip]Nobuyoshi Nakada2021-09-241-0/+5
* MINGW: _WIN64 is not defined on i386-mingw32 + ucrt.xtkoba (Tee KOBAYASHI)2021-09-201-2/+2
* MINGW: Fix build error on Windows UCRTxtkoba (Tee KOBAYASHI)2021-09-201-1/+7
* Add parentheses to avoid pointless conditionJeremy Evans2021-06-231-1/+1
* `_MSC_VER` may not be definedxtkoba2021-05-041-1/+1
* Increment global variables atomicallyNobuyoshi Nakada2021-03-081-4/+4
* Make vm_exit_handler installation MT-safeNobuyoshi Nakada2021-03-081-3/+11
* Make uenvarea thread exclusiveNobuyoshi Nakada2021-03-081-22/+39
* Make the flag in thread_exclusive uniqueNobuyoshi Nakada2021-03-081-2/+3
* Enclose crtitical sections in `thread_exclusive` blockNobuyoshi Nakada2021-03-081-52/+39
* Revert "Enclose crtitical sections in `thread_exclusive` block"Nobuyoshi Nakada2021-02-241-72/+75
* Use the system getenv in setup_debug_logNobuyoshi Nakada2021-02-231-1/+1
* Fixed commit miss at 41eb4fbf86e7ae9c9ff993e07a19fa44eb74be9bNobuyoshi Nakada2021-02-231-24/+26
* Make uenvarea thread exclusiveNobuyoshi Nakada2021-02-231-23/+32
* Fixed commit miss at 19cc24b34b0490b7c2779eec521fe0089e05f183Nobuyoshi Nakada2021-02-231-30/+22
* Constified possible dataNobuyoshi Nakada2021-02-231-8/+8