summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
AgeCommit message (Expand)Author
2019-09-14Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from RubyJeremy Evans
2019-09-13Consolidate empty keyword handlingJeremy Evans
2019-09-09workaround for C++ 98 const union problem.卜部昌平
2019-09-06Fix keyword argument separation warnings for enumeratorsJeremy Evans
2019-09-06Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans
2019-09-06add include/ruby/backward/cxxanyargs.hpp卜部昌平
2019-09-05Add rb_funcall_with_block_kwJeremy Evans
2019-09-05hide rb_funcallv_with_cc from public卜部昌平
2019-09-04add rb_funcallv_with_cc()Urabe, Shyouhei
2019-09-03Merge pull request #2422 from jeremyevans/rb_keyword_given_pJeremy Evans
2019-09-03Disable method definition type checks on Cygwin tood0 (Daisuke Fujimura)
2019-08-31fix CI failures in x64-mingw32卜部昌平
2019-08-30Workaround for https://reviews.llvm.org/D25824卜部昌平
2019-08-29Rule out gcc on Windows卜部昌平
2019-08-29drop-in type check for rb_define_global_function卜部昌平
2019-08-29drop-in type check for rb_define_module_function卜部昌平
2019-08-29drop-in type check for rb_define_method卜部昌平
2019-08-27rb_define_hooked_variable now free from ANYARGS卜部昌平
2019-08-27rb_catch now free from ANYARGS卜部昌平
2019-08-27rb_ensure now free from ANYARGS卜部昌平
2019-08-27rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平
2019-08-27rb_iterate now takes rb_block_call_func_t卜部昌平
2019-08-27#define RB_BLOCK_CALL_FUNC_STRICT 1卜部昌平
2019-08-19Fix FL_USER19Nobuyoshi Nakada
2019-08-06The value of rb_scan_args_verify is never usedNobuyoshi Nakada
2019-08-06Distinguish bad scan format from no argument variablesNobuyoshi Nakada
2019-08-05Use negative-sized array instead of zero-divisionNobuyoshi Nakada
2019-08-05Unused macro argument `varc`Nobuyoshi Nakada
2019-07-22constify again.Koichi Sasada
2019-07-19* expand tabs.git
2019-07-19fix shared array terminology.Koichi Sasada
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-06-19Remove IA64 support.Samuel Williams
2019-05-28Added missing predicate macrosNobuyoshi Nakada
2019-05-23Suppress paranoid warnings for external/3rd-party librariesNobuyoshi Nakada
2019-05-17Do not call memcpy if copying nothingNobuyoshi Nakada
2019-04-20Add `GC.compact` again.tenderlove
2019-04-17Reverting compaction for nowtenderlove
2019-04-17Introduce pattern matching [EXPERIMENTAL]ktsj
2019-04-17Adding `GC.compact` and compacting GC support.tenderlove
2019-04-10* expand tabs.svn
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09fix RMoved definition locationtenderlove
2019-04-09Adding `GC.compact` and compacting GC support.tenderlove
2019-02-14Introduce RVALUE_EMBED_LEN_MAX to remove a magic numbermrkn
2018-12-10Define HAVE_STMT_AND_DECL_IN_EXPR and use it [Bug #15293]naruse
2018-12-06`script_compiled` TracePoint event [Feature #15287]ko1
2018-12-06Should be true fix for r66200naruse
2018-12-06refix of r66200naruse
2018-12-05Introduce "COLDFUNC" function attribute.ko1