aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Handle depend files on nmakeNobuyoshi Nakada2022-12-051-0/+3
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-12-011-1/+1
* MJIT: Rename mjit_compile_attr to mjit_sp_incTakashi Kokubun2022-11-291-1/+1
* Use `rb_sprintf` instead of deprecated `sprintf`Nobuyoshi Nakada2022-11-251-4/+6
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-11-211-1/+1
* Avoid warnings on MINGW:Lars Kanis2022-11-201-0/+4
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-173-19/+142
* Windows: Readlink improvements (#6745)Lars Kanis2022-11-173-63/+20
* [win32] Only include base windows typesJosh Cooper2022-10-261-1/+1
* Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun2022-09-181-4/+0
* Always generate non-empty revision.hTakashi Kokubun2022-09-171-2/+0
* Auto-generate the release date on version.h from git CommitDate (#6382)Takashi Kokubun2022-09-172-0/+3
* Add GMP support for mswinU.Nakamura2022-09-133-0/+17
* [win32] Set proper `NULLCMD` in rbconfig.rb [ci skip]Nobuyoshi Nakada2022-09-101-1/+1
* 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-082-8/+12
* [MSWin] Fix for non-Windows (cygwin/msys) BASERUBYNobuyoshi Nakada2022-09-081-0/+1
* [MSWin] Disable rubygems of BASERUBYNobuyoshi Nakada2022-09-081-1/+1
* Define BOOTSTRAPRUBY from HAVE_BASERUBYNobuyoshi Nakada2022-09-071-2/+4
* Ensure BASERUBY when cross-compilingNobuyoshi Nakada2022-09-071-0/+8
* Ruby MJIT (#6028)Takashi Kokubun2022-09-041-1/+5
* Make sources by BASERUBY if available instead of minirubyNobuyoshi Nakada2022-09-031-2/+8
* Move duplicate dependenciesNobuyoshi Nakada2022-09-031-2/+0
* [Win32] Use `exit` instead of `type` [ci skip]Nobuyoshi Nakada2022-08-281-1/+1
* Drop mswin support of MJIT (#6265)Takashi Kokubun2022-08-203-123/+1
* Stop defining `RUBY_ABI_VERSION` if released versionsNobuyoshi Nakada2022-08-122-2/+10
* Add `--enable-devel` configure optionNobuyoshi Nakada2022-08-112-1/+15
* Adjust styles [ci skip]Nobuyoshi Nakada2022-08-061-2/+4
* Expand tabs [ci skip]Takashi Kokubun2022-07-213-3150/+3150
* 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
* Load fake.rb at `BTESTRUBY`Nobuyoshi Nakada2022-04-051-1/+1
* [Bug #18667] Define RUBY_API_VERSION on WindowsPeter Zhu2022-03-301-1/+1
* Need to reconfigure and rebuild everything when abi.h changedNobuyoshi Nakada2022-03-231-0/+3
* Avoid console input behavior in windows 10 [Bug #18588]YO42022-03-161-3/+3
* [MSWin] Allow gems with VS2022 for VS2019 build ruby [Misc #18362]Nobuyoshi Nakada2022-03-021-1/+4
* Add ABI version to ruby_version tag on WindowsPeter Zhu2022-02-242-1/+2
* [MSWin] Tentative measure for a bug of VS2022 [Misc #18362]Nobuyoshi Nakada2022-02-202-0/+51
* Check if `__assume` is supportedNobuyoshi Nakada2022-02-191-1/+1
* Define `HAVE___BUILTIN_UNREACHABLE` instead of `UNREACHABLE`Nobuyoshi Nakada2022-02-191-1/+0
* [MSWin] Remove stale configuration check [ci skip]Nobuyoshi Nakada2022-02-121-7/+0
* Fixed an missing percent in the batch fileNobuyoshi Nakada2022-01-241-1/+1
* include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)Yuta Saito2022-01-182-1/+19
* 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