summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-06-03* ext/rbconfig/sizeof/extconf.rb: Check C99 standard integer types.akr
2015-06-03* configure.in: Don't check __int128.akr
2015-06-03* class.c (clone_method): remove redundant check for me->def != NULL.ko1
2015-06-03* vm_core.h: rename enum missing_reason to enum method_missing_reason.ko1
2015-06-03* vm.c: eagerly allocate `loading_table`. This eliminates the need totenderlove
2015-06-03* method.h: change fileds order to gather frequent acces fields.ko1
2015-06-03fix typo in ChangeLogko1
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-06-02* ChangeLog: typo.usa
2015-06-02* gem/bundled_gems: updated to test-unit 3.1.1 and minitest 5.7.0.usa
2015-06-02add a ticket numberko1
2015-06-02* vm_insnhelper.c (vm_defined): check respond_to_missing?ko1
2015-06-02* vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko1
2015-06-02* insns.def (defined), vm_insnhelper.c (vm_defined):ko1
2015-06-02* test/ruby/test_module.rb: Do not assume class variable order.eregon
2015-06-02* vm_method.c (rb_method_definition_set): remove a double assignment.mame
2015-06-02* vm_method.c (rb_alias): rename parameter names.ko1
2015-06-02* method.h: remove rb_method_iseq_t::iseqval.ko1
2015-06-02* proc.c (proc_curry): remove a debug line.ko1
2015-06-02fix typos [ci skip]kazu
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-06-02test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal
2015-06-02lib/benchmark.rb: just use Process::CLOCK_MONOTONICnormal
2015-06-01fix a typo [ci skip]kazu
2015-06-01fix typokazu
2015-06-01fix indent (tabify) [ci skip]kazu
2015-06-01fix a typo [ci skip]kazu
2015-06-01mkmf.rb: split --libsnobu
2015-06-01* gc.c (gc_mark_children): remove a garbage characterko1
2015-06-01* vm_method.c (rb_method_entry_make): do not show warning messageko1
2015-06-01* internal.h: move class related definitions.ko1
2015-06-01* class.c: remove needless include pragmra for method.h.ko1
2015-05-31* eval_intern.h, vm_method.c: move macros to functions.ko1
2015-05-31* ext/date/date_core.c: [DOC] Add comparison of Time and DateTimezzak
2015-05-31* vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type toko1
2015-05-31* class.c (rb_class_has_methods): added to reduce depenedencyko1
2015-05-31* gc.c , gc.h (rb_obj_info): export obj_info(VALUE) for debugging.ko1
2015-05-31* test/ruby/test_gc.rb: increase timeout seconds for GC stressfulko1
2015-05-30* method.h: fix typo of comments.ko1
2015-05-30* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko1
2015-05-30* vm_method.c (rb_unlink_method_entry): make it static.ko1
2015-05-30fix ChangeLog message.ko1
2015-05-30* method.h, vm_method.c (rb_free_method_entry): constify a parameter.ko1
2015-05-30* lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa
2015-05-30ext/socket/ancdata.c: use RB_GC_GUARD instead of volatilenormal
2015-05-30* lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fixusa
2015-05-30change lingering dtrace probe documentation from function- to method-tenderlove
2015-05-30* lib/tempfile.rb: refactoring.glass
2015-05-30variable.c: avoid compatibility table with generic ivarsnormal
2015-05-30cont.c: Check ruby_current_threadnobu