summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2020-06-04Properly resolve refinements in defined? on private call [Bug #16932]Nobuyoshi Nakada
2020-06-03Ensure origins for all included, prepended, and refined modulesJeremy Evans
2020-05-23Allow Dir.home to work for non-login procs when $HOME not setAlan D. Salewski
2020-05-22Fix origin iclass pointer for modulesJeremy Evans
2020-05-22Revert "Fix origin iclass pointer for modules"Jeremy Evans
2020-05-22Fix origin iclass pointer for modulesJeremy Evans
2020-05-18Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-05-15Merge pull request #3047 from mame/suppress-backtraceYusuke Endoh
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s/RUBY3/RBIMPL/g卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-07Allow global variables to moveAaron Patterson
2020-05-02internal/process.h: forgot to guard "#ifdef HAVE_WORKING_FORK"Yusuke Endoh
2020-05-02internal/process.h: add a no-warning simple wrapper for fork(2)Yusuke Endoh
2020-04-21__GNUC__ is too lax卜部昌平
2020-04-15Added rb_syserr_new_pathNobuyoshi Nakada
2020-04-13delete CACHELINE卜部昌平
2020-04-13add #include guard hack卜部昌平
2020-04-12PAGER without fork&exec too [Feature #16754]Nobuyoshi Nakada
2020-04-09internal/bits.h: Suppress "uninitialized variable"Yusuke Endoh
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-02Export `rb_deprecate_constant`Nobuyoshi Nakada
2020-03-21Removed non-RUBY_INTEGER_UNIFICATION codeNobuyoshi Nakada
2020-03-16hash.c: Do not use the fast path (rb_yield_values) for lambda blocksYusuke Endoh
2020-03-11Fix typos (#2958)K.Takata
2020-02-28Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun
2020-02-22Introduce disposable call-cache.Koichi Sasada
2020-02-22VALUE size packed callinfo (ci).Koichi Sasada
2020-02-22`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada
2020-02-09Separate objspace argument for rb_gc_disable and rb_gc_enableNobuyoshi Nakada
2020-01-28Extract a function, ruby_reset_timezone().Tanaka Akira
2020-01-23Added rb_warn_deprecated_to_removeNobuyoshi Nakada
2020-01-17internal/rational.h: insert assertions in RATIONAL_SET_{NUM,DEN}Kenta Murata
2020-01-17Make RATIONAL_SET_{NUM,DEN} static inline functionsKenta Murata
2020-01-10add missing #include卜部昌平
2020-01-10avoid undefined behaviour when n==0卜部昌平
2020-01-10more use of MSC_VERSION_SINCE卜部昌平
2020-01-10fix Windows breakage卜部昌平
2020-01-10fix typos卜部昌平
2020-01-02Fully separate positional arguments and keyword argumentsJeremy Evans
2020-01-03move internal/debug.h definitions to internal.hKoichi Sasada
2019-12-31Introduce BIGNUM_EMBED_P to check BIGNUM_EMBED_FLAG (#2802)Kenta Murata
2019-12-29Fixed an unavailable sanitizer featureNobuyoshi Nakada
2019-12-27reroute macro conflicts on OpenBSD卜部昌平
2019-12-27Try to fix error on SolarisKazuhiro NISHIYAMA
2019-12-26internal/stdbool.h rework卜部昌平
2019-12-26decouple internal.h headers卜部昌平
2019-12-26other minior internal header tweaks卜部昌平
2019-12-26internal/vm.h rework卜部昌平
2019-12-26internal/thread.h rework卜部昌平