aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Add missing empty macro [ci skip]Nobuyoshi Nakada2021-08-251-0/+1
* [Win32] put a space before configure options [Bug #17588]Nobuyoshi Nakada2021-08-151-11/+11
* Group commands on GitHub ActionsNobuyoshi Nakada2021-08-071-0/+8
* Revert "Removed extinit.o from main programs"Yusuke Endoh2021-08-051-3/+2
* Set ENCSTATIC in rbconfig.rb [Bug #17929]Nobuyoshi Nakada2021-07-061-0/+1
* [Win32] Fix assembler name when cross compilingNobuyoshi Nakada2021-07-041-2/+8
* Remove copy coroutine build rule.Samuel Williams2021-07-031-3/+0
* Removed extinit.o from main programsNobuyoshi Nakada2021-07-031-2/+3
* Add parentheses to avoid pointless conditionJeremy Evans2021-06-231-1/+1
* [Win32] fixed PACKED_STRUCT_UNALIGNED on x86Nobuyoshi Nakada2021-06-091-1/+1
* [Win32] long path name support [Bug #12551]Gabriel Nagy2021-05-172-1/+9
* `_MSC_VER` may not be definedxtkoba2021-05-041-1/+1
* win32: fix RUBY_RELEASE_DATE in MakefileNobuyoshi Nakada2021-04-101-3/+11
* Remove unused DEFAULT_KCODEKazuhiro NISHIYAMA2021-03-171-2/+0
* 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
* Search subclasses from constantsNobuyoshi Nakada2021-02-221-6/+3
* MSys is a variant of CygwinNobuyoshi Nakada2021-02-201-0/+3
* [Win32] Fixed preprocessed file pathNobuyoshi Nakada2021-02-201-4/+4
* Fix link msdn.microsoft.com (#4202)S.H2021-02-191-1/+1
* 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/file.c:rb_file_expand_path_internal: delete OBJ_TAINT卜部昌平2021-01-271-24/+0
* ifchange: check the number of argumentsNobuyoshi Nakada2021-01-041-2/+28
* 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-202-1/+10
* win32: Use UTF-8 as filesystem encoding [Feature #12654]Nobuyoshi Nakada2020-12-203-3/+4
* Revived the getenv macro for dln_find.cNobuyoshi Nakada2020-12-201-0/+1
* Made LARGEFILE_SUPPORT mandatoryNobuyoshi Nakada2020-12-161-7/+0
* Removed obsolete autoconf checksNobuyoshi Nakada2020-12-121-1/+0
* Signal handler type should be voidNobuyoshi Nakada2020-12-121-1/+0
* Omit checks for C89 standard or laterNobuyoshi Nakada2020-12-121-3/+0
* 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