aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* constify again.Koichi Sasada2019-07-221-3/+3
* * expand tabs.git2019-07-191-1/+1
* fix shared array terminology.Koichi Sasada2019-07-191-1/+1
* Always evaluate the expression RUBY_ASSERT_MESG_WHEN just onceNobuyoshi Nakada2019-07-151-1/+1
* Enable RUBY_ASSERT_MESG_WHEN when RUBY_DEBUG is turned onNobuyoshi Nakada2019-07-151-3/+4
* introduce RUBY_ASSERT_ALWAYS(expr).Koichi Sasada2019-07-151-0/+1
* Introduce RUBY_DEBUG flag macroNobuyoshi Nakada2019-07-141-1/+4
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* * expand tabs.git2019-07-141-3/+3
* Split RUBY_ASSERT and so on under include/rubyNobuyoshi Nakada2019-07-141-0/+49
* Remove IA64 support.Samuel Williams2019-06-192-10/+0
* Revert "marshal.c: new functions for extensions"Nobuyoshi Nakada2019-06-041-2/+0
* marshal.c: new functions for extensionsNobuyoshi Nakada2019-06-041-0/+2
* Added missing predicate macrosNobuyoshi Nakada2019-05-281-0/+3
* remove obsolete rb_gc_finalize_deferred().Koichi Sasada2019-05-281-1/+0
* Add FrozenError#receiverJeremy Evans2019-05-261-0/+1
* Suppress paranoid warnings for external/3rd-party librariesNobuyoshi Nakada2019-05-231-0/+2
* Eagerly name modules and classesAlan Wu2019-05-221-1/+0
* Rename rb_gc_new_location to rb_gc_locationAaron Patterson2019-05-181-1/+1
* Do not call memcpy if copying nothingNobuyoshi Nakada2019-05-171-0/+9
* Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...Lourens Naudé2019-05-071-1/+1
* Remove member char_offset_updated from struct rmatch as member char_offset_nu...Lourens Naudé2019-04-241-2/+1
* Only define history_root member of the Oniguruma re_registers struct if USE_C...Lourens Naudé2019-04-241-0/+6
* ViewVC of svn.ruby-lang.org was shutdown status.SHIBATA Hiroshi2019-04-221-2/+1
* Make rb_hash_bulk_insert publicnaruse2019-04-211-0/+1
* Add `GC.compact` again.tenderlove2019-04-203-4/+17
* Reverting compaction for nowtenderlove2019-04-173-17/+4
* Introduce pattern matching [EXPERIMENTAL]ktsj2019-04-171-0/+1
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-173-4/+17
* * expand tabs.svn2019-04-101-1/+1
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-103-14/+4
* fix RMoved definition locationtenderlove2019-04-091-5/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-093-4/+19
* Introduce RVALUE_EMBED_LEN_MAX to remove a magic numbermrkn2019-02-141-3/+8
* introduce rb_nogvl C-API to mark ubf as async-signal-safenormal2019-01-041-0/+12
* version.h (RUBY_VERSION): 2.7.0 development has started.matz2018-12-251-1/+1
* remove "deprecated" for rb_frame_method_id_and_class [Bug #15300]ko12018-12-242-3/+1
* complex.c: new APIs for Complexnobu2018-12-121-0/+16
* complex.c: rb_complex_new_polarnobu2018-12-121-1/+2
* enumerator.c: Add rb_arithmetic_sequence_components_tmrkn2018-12-121-1/+7
* enumerator.c: rb_arithmetic_sequence_extractmrkn2018-12-121-0/+1
* Define HAVE_STMT_AND_DECL_IN_EXPR and use it [Bug #15293]naruse2018-12-101-1/+1
* `script_compiled` TracePoint event [Feature #15287]ko12018-12-061-0/+1
* Should be true fix for r66200naruse2018-12-061-5/+0
* refix of r66200naruse2018-12-061-0/+5
* Introduce "COLDFUNC" function attribute.ko12018-12-053-3/+13
* make `RARRAY_PTR_USE` more conservertive.ko12018-12-031-6/+41
* errno.h must be included after config.h because config.h might defineodaira2018-11-211-1/+1
* ruby/ruby.h: void rb_scan_args_verifynobu2018-11-191-3/+3
* * expand tabs.svn2018-11-151-2/+2