aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-08171-4513/+12606
* fix typo in documentationDerek Argueta2020-04-061-1/+1
* Removed non-RUBY_INTEGER_UNIFICATION codeNobuyoshi Nakada2020-03-211-6/+0
* Fix typos (#2958)K.Takata2020-03-111-1/+1
* rb_check_safe_obj no longer exists卜部昌平2020-03-071-1/+0
* kill USE_RGENGC=0卜部昌平2020-02-261-17/+3
* comma at the end of enum is a C++11ism卜部昌平2020-02-201-1/+1
* Consitified `rb_scan_args_set`Nobuyoshi Nakada2020-02-141-2/+2
* Remove rb_eval_cmdJeremy Evans2020-02-111-1/+0
* Parenthesized macro argumentsNobuyoshi Nakada2020-02-031-14/+14
* Make `rb_scan_args_kw` inline tooNobuyoshi Nakada2020-02-031-6/+38
* Removed no longer used variable `last_hash`Nobuyoshi Nakada2020-02-021-6/+2
* a bit terse Doxygen comments [ci skip]卜部昌平2020-01-311-167/+35
* support C++ std::nullptr_t卜部昌平2020-01-311-1/+165
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-01-291-1/+1
* fix rb_define_global_function to take const VALUE*卜部昌平2020-01-281-1/+1
* improved support for rb_f_notimplement卜部昌平2020-01-281-2/+18
* delete duplicated function overload卜部昌平2020-01-281-2/+0
* fix typo卜部昌平2020-01-281-4/+4
* delete RB_METHOD_DEFINITION_DECL_1卜部昌平2020-01-281-50/+33
* delete unreachable branch卜部昌平2020-01-281-70/+2
* template metaprogramming instead of macros卜部昌平2020-01-282-9/+189
* move macros around卜部昌平2020-01-282-202/+194
* Remove special handling of $SAFE and related C-APIsJeremy Evans2020-01-221-36/+0
* Moved the definition of `rb_define_method_if_constexpr`Nobuyoshi Nakada2020-01-092-1/+4
* include/ruby/ruby.h: remove a variable tmp_buffer as it does not changeYusuke Endoh2020-01-051-3/+0
* include/ruby/ruby.h: remove last_idx that is no longer variableYusuke Endoh2020-01-051-5/+5
* Fully separate positional arguments and keyword argumentsJeremy Evans2020-01-021-74/+4
* re-add io.h and encoding.h into internal.h卜部昌平2019-12-262-8/+0
* 2.8.0 (tentative; to be 3.0.0) development has started.Yukihiro "Matz" Matsumoto2019-12-261-1/+1
* Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune2019-12-231-3/+3
* vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh2019-12-201-1/+1
* Fixed misspellingsNobuyoshi Nakada2019-12-201-21/+21
* forward declare struct timespec卜部昌平2019-12-101-0/+1
* Deprecate rb_eval_cmd, add rb_eval_cmd_kwJeremy Evans2019-11-181-0/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-3/+1
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-182-12/+11
* Remove duplicate codeAaron Patterson2019-11-061-2/+1
* mark functions that do not return NULL as such.卜部昌平2019-11-011-10/+19
* RUBY_ATTR_ALOC_SIZE for clang卜部昌平2019-11-011-1/+6
* Check for nonnull attribute in configureNobuyoshi Nakada2019-10-291-0/+3
* include/ruby/backward/cxxanyargs.hpp: call `va_end` before returnYusuke Endoh2019-10-241-1/+2
* Limit strict RUBY_METHOD_FUNC in C++Nobuyoshi Nakada2019-10-231-1/+1
* Also moved fallback definition of __has_attributeNobuyoshi Nakada2019-10-122-4/+4
* Moved RB_METHOD_DEFINITION_DECL to intern.hNobuyoshi Nakada2019-10-122-82/+96
* annotate malloc-ish functions卜部昌平2019-10-091-3/+12
* Note RB_PASS_EMPTY_KEYWORDS and RB_SCAN_ARGS_EMPTY_KEYWORDS will be removedJeremy Evans2019-10-071-2/+2
* array.c (rb_mem_clear): remove "register" from argumentsYusuke Endoh2019-10-041-1/+1
* Add rb_enumeratorize_with_size_kw and related macrosJeremy Evans2019-09-301-0/+11
* Add three more C-API functions for handling keywordsJeremy Evans2019-09-291-0/+3