aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* io.c: export rb_io_extract_modeencNobuyoshi Nakada2019-08-141-0/+3
* Renamed ruby_finalize_{0,1}Nobuyoshi Nakada2019-08-132-3/+10
* Rename rb_gc_mark_no_pin -> rb_gc_mark_movableAaron Patterson2019-08-121-1/+1
* rb_trap_exec has been removed since 1.9Nobuyoshi Nakada2019-08-121-1/+0
* The value of rb_scan_args_verify is never usedNobuyoshi Nakada2019-08-061-5/+5
* Distinguish bad scan format from no argument variablesNobuyoshi Nakada2019-08-061-2/+2
* Use negative-sized array instead of zero-divisionNobuyoshi Nakada2019-08-051-21/+7
* Unused macro argument `varc`Nobuyoshi Nakada2019-08-051-23/+23
* Revert "Always evaluate the expression RUBY_ASSERT_MESG_WHEN just once"Nobuyoshi Nakada2019-08-051-1/+1
* Fix errno at seeking socket/pipe on WindowsNobuyoshi Nakada2019-07-251-1/+2
* 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