Age | Commit message (Expand) | Author |
2014-03-20 | * include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance): | ko1 |
2014-03-09 | * eval.c: remove needless space. | hsbt |
2014-02-26 | eval.c: suppress a warning | nobu |
2014-02-26 | eval.c: preserve encoding | nobu |
2014-02-26 | eval.c: preserve errinfo | nobu |
2014-02-26 | eval.c: remove unneeded GC guard | nobu |
2014-01-17 | eval.c: singleton class constants | nobu |
2014-01-09 | * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event. | ko1 |
2014-01-01 | eval.c: extra modifier | nobu |
2013-12-31 | eval.c: raise with cause | nobu |
2013-12-24 | eval.c: unused declaration | nobu |
2013-12-13 | eval.c: reuse tag | nobu |
2013-12-13 | * error.c: add Exception#backtrace_locations. | ko1 |
2013-12-13 | eval.c: clear cache | nobu |
2013-12-13 | eval.c: indent | nobu |
2013-12-11 | * eval.c (rb_raise_jump): call c_return hook immediately after | ko1 |
2013-12-11 | revert r44133. See https://bugs.ruby-lang.org/issues/8886 details | ko1 |
2013-12-11 | * eval.c (rb_raise_jump): pop frame after setup exception. | ko1 |
2013-12-03 | * include/ruby/ruby.h (struct RClass): Add wrapper struct around | tmm1 |
2013-11-30 | eval.c: determine exit status and signal before finalization | nobu |
2013-11-15 | * cont.c : Introdule ensure rollback mechanism. Please see below. | tarui |
2013-11-15 | eval.c: refactor exception cause | nobu |
2013-11-10 | error.c: Exception#cause | nobu |
2013-11-05 | eval.c: suppress warning | nobu |
2013-10-29 | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome |
2013-09-09 | eval.c, vm_insnhelper.c: adjust style | nobu |
2013-09-04 | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome |
2013-09-03 | * eval.c (Init_eval): Make Module#include and Module#prepend public | a_matsuda |
2013-07-31 | * eval.c (rb_mod_refine, mod_using, top_using): don't show | shugo |
2013-07-01 | * eval.c (rb_using_module): activate refinements in the ancestors of | shugo |
2013-06-24 | * eval_error.c (warn_printf): use rb_vsprintf instead so ruby specific | charliesome |
2013-06-22 | * include/ruby/ruby.h, gc.c: rename macros and functions: | ko1 |
2013-06-22 | * class.c (rb_include_class_new), eval.c (rb_using_refinement): | ko1 |
2013-06-13 | eval.c: use local variable | nobu |
2013-06-12 | * eval.c (mod_using): new method Module#using, which activates | shugo |
2013-06-12 | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo |
2013-06-07 | * internal.h (numberof): Gathered from various files. | akr |
2013-05-25 | eval.c: rb_frame_callee returns current name | nobu |
2013-05-19 | fix typos. Patch by k_takata. | ktsj |
2013-05-13 | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 |
2013-05-01 | eval.c: use predefined IDs | nobu |
2013-04-04 | reduce overhead of TYPE | nobu |
2013-02-08 | eval.c: preserve errinfo | nobu |
2013-01-24 | re-fix documents | nobu |
2013-01-24 | fix documents. __dir__ is a shorthand File.realdirpath(__FILE__). | nari |
2013-01-24 | Refix of r38916: it uses realpath | naruse |
2013-01-24 | fix rdoc of __dir__ [Bug #7729] | naruse |
2013-01-24 | * eval.c (f_current_dirname): Add documentation about "__dir__ | nari |
2013-01-17 | * eval.c: Fix a typo in ruby_finalize() documentation. | kou |
2013-01-07 | * eval.c (Init_eval): main.include should be private. | shugo |