summaryrefslogtreecommitdiff
path: root/win32/setup.mak
AgeCommit message (Expand)Author
2004-12-28* win32/Makefile.sub, win32/setup.mak (RDOCTARGET, install,usa
2004-11-16* {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.usa
2004-11-16* {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h andusa
2004-06-24* {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa
2002-12-27* bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir fromnobu
2002-12-26* win32/setup.mak (-prologue-): moved srcdir macro definition.usa
2002-12-25* bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h):usa
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu
2002-09-10* win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).usa
2002-08-23* configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban
2002-04-19* win32/Makefile.sub: add -DNT to $CFLAGS instead of $CPPFLAGS.usa
2002-03-20* win32/Makefile.sub: made variables configurable.nobu
2001-06-09* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa
2000-12-26matzmatz
2000-09-19ebaneban
2000-08-07matzmatz
2000-08-03matz - add/remove filesmatz
09-18Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun 2022-09-04Ruby MJIT (#6028)Takashi Kokubun 2022-08-02Implement Queue#pop(timeout: sec)Jean Boussier 2022-06-15Move RubyVM::MJIT to builtin RubyTakashi Kokubun 2021-11-10IO::Buffer for scheduler interface.Samuel Williams 2021-10-20Match the main-branch location of yjit in inits.cNoah Gibbs 2021-10-20Yet Another Ruby JIT!Jose Narvaez 2021-10-20Directly link libcapstone for easier developmentAaron Patterson 2021-10-05marshal.c Marshal.load accepts a freeze: true option.Jean Boussier 2021-06-02Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)S.H 2021-02-09Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams 2021-01-01Improve performance some Float methods [Feature #17498] (#4018)S.H 2020-12-31Moved time.rb to timev.rbNobuyoshi Nakada 2020-12-31Add time.rb as builtinNobuyoshi Nakada