summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-10-24* benchmark/driver.rb: add `-x' or `--exclude' optionko1
2012-10-24rename it to a more fitting namenari
2012-10-24fix the function name which is not grammatically correct.nari
2012-10-24* gc.c (free_object_aquire): rename to match the behavior of thisnari
2012-10-24* ext/objspace/objspace.c (reachable_object_from_i): change datako1
2012-10-24* gc.c (garbage_collect, gc_marks): move the location ofko1
2012-10-24* ext/objspace/objspace.c (Init_objspace): add a new methodko1
2012-10-24* ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):ko1
2012-10-23* vm_insnhelper.c (vm_call_method): remove `default' andko1
2012-10-23* eval_error.c (error_print), vm_eval.c (eval_string_with_cref),ko1
2012-10-23* vm_eval.c (vm_call0_body): remove RUBY_VM_CHECK_INTS()ko1
2012-10-23* ChangeLog: fix typos of r37293.nagachika
2012-10-23* thread.c (thread_raise_m): check interrupts after Thread#raiseko1
2012-10-23ruby.c: --help optionnobu
2012-10-23ruby-electric.el: fix #198nobu
2012-10-23configure.in: no visibility option for older GCCnobu
2012-10-23Revert the last commit because some tests (in btest) failko1
2012-10-23* thread.c (rb_threadptr_raise): check interrupts afterko1
2012-10-23* vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko1
2012-10-22* ext/psych/parser.c: just get the constant defined in Ruby.tenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove
2012-10-22* ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove
2012-10-22* ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove
2012-10-22* ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove
2012-10-21* vm_core.h (rb_vm_t::trace_running): add a new fieldktsj
2012-10-21* vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'ktsj
2012-10-21 * ext/date/date_parse.c (date__parse): uses more tight parser iftadf
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-10-20* ext/socket/socket.c: Documentation for Socketzzak
2012-10-20* lib/open-uri.rb: Documentation for OpenURIzzak
2012-10-19* hash.c (initialize_copy): unset the default proc if there isn't onetenderlove
2012-10-19vm.c: pass through thrown objectsnobu
2012-10-19set encoding to ASCII for appropriate String#unpack modifierseregon
2012-10-19* method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko1
2012-10-19* eval.c, vm_eval.c: use TH_PUSH_TAG() instead of PUSH_TAG().ko1
2012-10-19* benchmark/driver.rb: remove unexpected `output'.ko1
2012-10-19* vm_insnhelper.c (vm_search_method): remove needless local variable.ko1
2012-10-19* benchmark/bmx_temp.rb: removed.ko1
2012-10-19* benchmark/driver.rb: add new option `--ruby-arg [ARG]'ko1
2012-10-18* insns.def (opt_send_simple): move the location ofko1
2012-10-18* insns.def (send): remove unused condition.ko1
2012-10-18* insns.def (opt_send_simple): introduce new instruction usedko1
2012-10-18vm_method.c: check arity earliernobu
2012-10-18ChangeLog: adjust spaces.nobu
2012-10-18* vm_insnhelper.c: add `inline' keyword to several functions.ko1
2012-10-18* include/ruby/ruby.h: add a decl. ofko1
2012-10-18* compile.c (new_callinfo): set a temporary index of callinfoko1
2012-10-18* class.c (rb_define_frameless_method): rename fromko1