Age | Commit message (Expand) | Author |
2024-11-17 | Win32: Remove unreferenced COMDAT from object files | Nobuyoshi Nakada |
2024-11-17 | Workaround for VC 19.42.34433 again | Nobuyoshi Nakada |
2024-11-17 | Workaround for VC 19.42.34433 | Nobuyoshi Nakada |
2024-11-16 | mkexports.rb: Revert removed flip-flop | Nobuyoshi Nakada |
2023-11-23 | windows-arm64 support (#8995) | Pierrick Bouvier |
2023-02-27 | Prefer to use File.foreach instead of IO.foreach | Hiroshi SHIBATA |
2022-11-21 | Use class methods of `File` over `Kernel.open` and `IO.read` | Nobuyoshi Nakada |
2022-09-08 | [MSWin] Fix for non-Windows (cygwin/msys) BASERUBY | Nobuyoshi Nakada |
2021-02-22 | Search subclasses from constants | Nobuyoshi Nakada |
2021-02-20 | MSys is a variant of Cygwin | Nobuyoshi Nakada |
2020-05-12 | win32/mkexports.rb: do not export internal symbols | Nobuyoshi Nakada |
2019-05-17 | Do not export InitVM functions | Nobuyoshi Nakada |
2018-07-29 | mkexports.rb: flip-flop | nobu |
2018-02-04 | mjit_compile.c: merge initial JIT compiler | k0kubun |
2017-10-28 | Localize EC functions | nobu |
2016-12-14 | Fixed link error with VC14. | usa |
2016-04-23 | Support MSVC14 and 15 [Bug #11118] | naruse |
2015-02-23 | Makefile.in: make static IDs symbols local | nobu |
2012-11-12 | * win32/mkexports.rb (each_export): skip garbages generated by VS2012's | usa |
2012-07-27 | * win32/mkexports.rb: should not export DllMain(). | usa |
2011-11-28 | * win32/mkexports.rb (Exports#initialize): remove old symbol name. | usa |
2011-11-28 | * win32/mkexports.rb (Exports#read_substitution): need to read | nobu |
2011-08-16 | * win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_ | nobu |
2010-11-11 | * configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX. | nobu |
2010-11-09 | * cygwin/GNUmakefile.in (scriptbin): make executable file from | nobu |
2010-10-05 | * win32/mkexports.rb: revert r29320 and r29402. | wanabe |
2010-10-03 | * tool/config.sub: revert r29320, r29324, r29347, r29354, r29365 | wanabe |
2010-09-23 | * tool/config.sub: add mingw64. | wanabe |
2010-04-05 | * win32/mkexports.rb (each_export): VC10 support. | usa |
2010-04-04 | * include/ruby/ruby.h: replace snprintf and vsnprintf by | naruse |
2010-02-08 | * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand. | nobu |
2009-10-10 | * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp), | nobu |
2009-06-24 | * win32/mkexports.rb: rbconfig.rb exists on ".". | usa |
2009-02-04 | * win32/mkexports.rb: shouldn't export DllMain. | usa |
2009-02-02 | * cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too. | nobu |
2009-01-27 | * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to export | nobu |
2009-01-20 | * Makefile.in (miniruby): renames and then removes, to get rid of | nobu |
2008-12-22 | * cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rb | nobu |
2008-12-22 | * configure.in (mingw): no longer uses snprintf and vsnprintf of | nobu |
2008-05-28 | * win32/mkexports.rb (Exports#objdump, Exports#each_line): extracted. | nobu |
2008-05-28 | * win32/mkexports.rb (Exports::Mswin#each_export): speed up. | usa |
2007-10-13 | * win32/mkexports.rb: deal with __fastcall name decorations. | nobu |
2007-10-13 | * {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108] | nobu |
2007-09-29 | * main.c (main): use platform-independent per-process initialization. | nobu |
2007-06-27 | * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat, | usa |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2006-12-21 | * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,... | nobu |
2006-10-24 | * win32/mkexports.rb, win32/resource.rb: use unique variable names. | nobu |
2006-09-08 | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu |
2006-02-20 | * mkconfig.rb: generate RbConfig instead of Config. | akr |