summaryrefslogtreecommitdiff
path: root/win32/mkexports.rb
AgeCommit message (Expand)Author
2015-02-23Makefile.in: make static IDs symbols localnobu
2012-11-12* win32/mkexports.rb (each_export): skip garbages generated by VS2012'susa
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 readnobu
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 fromnobu
2010-10-05* win32/mkexports.rb: revert r29320 and r29402.wanabe
2010-10-03* tool/config.sub: revert r29320, r29324, r29347, r29354, r29365wanabe
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 bynaruse
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 exportnobu
2009-01-20* Makefile.in (miniruby): renames and then removes, to get rid ofnobu
2008-12-22* cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rbnobu
2008-12-22* configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu
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
2005-11-05* configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu
2002-06-18* win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)usa
2002-03-26* win32/mkexports.rb: support VC++.NET.usa
2001-10-30 * win32/mkexports.rb: follow the change of rb_io_puts().usa
2000-08-03matz - add/remove filesmatz