Age | Commit message (Expand) | Author |
---|
2023-11-09 | [Bug #18286] Make builtin binary if sharable in universal binaries | Nobuyoshi Nakada |
2023-10-27 | [Feature #19244] Windows: Prefer USERPROFILE over HOMEPATH on startup as well | Lars Kanis |
2023-09-27 | Rename YARP symbols to prism | Kevin Newton |
2023-09-25 | Add `rb_w32_uspawn_process` | Nobuyoshi Nakada |
2023-09-21 | Move YARP_BUILD_DIR to common.mk | Nobuyoshi Nakada |
2023-08-18 | Revert "Fix tool/update-deps for YARP files" | Takashi Kokubun |
2023-08-18 | Use $(top_srcdir) entries for mswin (#8244) | Takashi Kokubun |
2023-08-15 | Use `::` form workflow commands | Nobuyoshi Nakada |
2023-07-27 | Clean up OPT_STACK_CACHING (#8132) | Takashi Kokubun |
2023-06-30 | Don't check for null pointer in calls to free | Peter Zhu |
2023-06-21 | [Feature #19741] Add yarp to builds | Jemma Issroff |
2023-06-02 | Fix the case no file under bin directory | Nobuyoshi Nakada |
2023-06-01 | Hide the usage of `rb_io_t` where possible. (#7880) | Samuel Williams |
2023-06-01 | Revert "Hide most of the implementation of `struct rb_io`. (#6511)" | NARUSE, Yui |
2023-05-30 | Hide most of the implementation of `struct rb_io`. (#6511) | Samuel Williams |
2023-05-24 | Fix "runs a C function with the global lock unlocked and unlocks IO with the ... | Samuel Williams |
2023-05-24 | Add support for pread/pwrite on windows. (#7827) | Samuel Williams |
2023-05-12 | Use Lrama LALR parser generator instead of Bisonv3_3_0_preview1 | Yuichiro Kaneko |
2023-04-21 | Add rubyspec-capiext on mswin | Nobuyoshi Nakada |
2023-04-11 | [DOC] Remove obsolete win32/.document | Alan Wu |
2023-03-06 | s/MJIT/RJIT/ | Takashi Kokubun |
2023-03-06 | Remove obsoleted mjit_sp_inc.inc.erb | Takashi Kokubun |
2023-03-06 | Stop exporting symbols for MJIT | Takashi Kokubun |
2023-02-27 | Revert "reuse open(2) from rb_file_load_ok on POSIX-like system" | Takashi Kokubun |
2023-02-27 | Prefer to use File.foreach instead of IO.foreach | Hiroshi SHIBATA |
2023-02-26 | reuse open(2) from rb_file_load_ok on POSIX-like system | Eric Wong |
2023-02-26 | Adjust `else` style to be consistent in each files [ci skip] | Nobuyoshi Nakada |
2023-02-08 | Extract include/ruby/internal/attr/packed_struct.h | Nobuyoshi Nakada |
2023-02-02 | [DOC] Merge README.win32 to doc/windows.md | Nobuyoshi Nakada |
2023-02-01 | Reject VS2022 compiler versions with the known bugs | Nobuyoshi Nakada |
2022-12-24 | Windows: Prefer USERPROFILE over HOMEPATH | Lars Kanis |
2022-12-24 | Windows: Fix encoding of Dir.home | Lars Kanis |
2022-12-21 | Win32: add dependency of revision.h | Nobuyoshi Nakada |
2022-12-20 | MSVS lacks `touch` [ci skip] | Nobuyoshi Nakada |
2022-12-15 | Add more comments why CRuby uses __pioinfo | NARUSE, Yui |
2022-12-10 | Win32: Move fallback BASERUBY definition | Nobuyoshi Nakada |
2022-12-05 | Handle depend files on nmake | Nobuyoshi Nakada |
2022-12-01 | Use class methods of `File` over `Kernel.open` and `IO.read` | Nobuyoshi Nakada |
2022-11-29 | MJIT: Rename mjit_compile_attr to mjit_sp_inc | Takashi Kokubun |
2022-11-25 | Use `rb_sprintf` instead of deprecated `sprintf` | Nobuyoshi Nakada |
2022-11-21 | Use class methods of `File` over `Kernel.open` and `IO.read` | Nobuyoshi Nakada |
2022-11-20 | Avoid warnings on MINGW: | Lars Kanis |
2022-11-17 | Add support for `sockaddr_un` on Windows. (#6513) | Samuel Williams |
2022-11-17 | Windows: Readlink improvements (#6745) | Lars Kanis |
2022-10-26 | [win32] Only include base windows types | Josh Cooper |
2022-09-18 | Demote mjit_instruction.rb from builtin to stdlib | Takashi Kokubun |
2022-09-17 | Always generate non-empty revision.h | Takashi Kokubun |
2022-09-17 | Auto-generate the release date on version.h from git CommitDate (#6382) | Takashi Kokubun |
2022-09-13 | Add GMP support for mswin | U.Nakamura |
2022-09-10 | [win32] Set proper `NULLCMD` in rbconfig.rb [ci skip] | Nobuyoshi Nakada |