aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enclose crtitical sections in `thread_exclusive` blockNobuyoshi Nakada2021-02-231-28/+27
* added mutexes for socket and connection lists on win32Andrew Aladjev2021-02-231-40/+80
* Expand final path name buffer for namespace prefixNobuyoshi Nakada2021-02-221-4/+10
* Fixed fallback ENABLE_VIRTUAL_TERMINAL_PROCESSING value [Bug #17639]YO4 (Yoshinao Muramatsu)2021-02-201-2/+2
* Fixed codepage for utime [Bug #17626]xtkoba (Tee KOBAYASHI)2021-02-141-1/+1
* win32/win32.c:getcwd_value: delete OBJ_TAINT卜部昌平2021-01-271-1/+0
* win32: Removed never used/worked functionsNobuyoshi Nakada2020-12-271-0/+2
* win32: Declared wait and fixed the return typeNobuyoshi Nakada2020-12-271-1/+1
* Enable escape sequence on Windows10 consoleU.Nakamura2020-12-211-0/+11
* win32: Deprecate file CP version functionsNobuyoshi Nakada2020-12-201-34/+33
* win32: Added rb_w32_ureaddir only for UTF-8 [Feature #12654]Nobuyoshi Nakada2020-12-201-0/+8
* win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada2020-12-201-1/+1
* Revived the getenv macro for dln_find.cNobuyoshi Nakada2020-12-201-0/+1
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-081-1/+0
* Revived the getenv macro for dln_find.cNobuyoshi Nakada2020-11-281-0/+4
* Windows: Improve readablity of getenv() encodingLars Kanis2020-11-281-4/+3
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* [win32] suppress false warning by mingw gccNobuyoshi Nakada2020-03-041-1/+1
* decouple internal.h headers卜部昌平2019-12-261-0/+4
* win32.c: Remove unused calls to StartSockets (#2312)Gabriel Nagy2019-10-111-75/+2
* Adjusted spaces [ci skip]Nobuyoshi Nakada2019-09-271-1/+1
* drop-in type check for rb_define_method卜部昌平2019-08-291-1/+1
* Added license comment [Bug #12230] [ci skip]Nobuyoshi Nakada2019-08-271-0/+1
* * expand tabs. [ci skip]git2019-08-191-10/+10
* Set flag to allow unprivileged users to create symlinks (#2381)Nobuyoshi Nakada2019-08-191-2/+22
* Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada2019-07-251-0/+11
* Forgotten to removeNAKAMURA Usaku2019-04-301-1/+0
* Revert previous commit; it was meaninglessNAKAMURA Usaku2019-04-301-20/+0
* * expand tabs.git2019-04-301-16/+16
* Use CreateToolhelp32Snapshot instead of NtQueryInformationProcess to get ppid...NAKAMURA Usaku2019-04-301-0/+21
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-3/+14