aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove2012-10-221-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-221-0/+9
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-221-0/+8
* * ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove2012-10-221-0/+5
* * vm_core.h (rb_vm_t::trace_running): add a new fieldktsj2012-10-211-0/+9
* * vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'ktsj2012-10-211-0/+5
* * ext/date/date_parse.c (date__parse): uses more tight parser iftadf2012-10-211-0/+6
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-0/+29
* * ext/socket/socket.c: Documentation for Socketzzak2012-10-201-0/+6
* * lib/open-uri.rb: Documentation for OpenURIzzak2012-10-201-0/+4
* * hash.c (initialize_copy): unset the default proc if there isn't onetenderlove2012-10-191-0/+5
* vm.c: pass through thrown objectsnobu2012-10-191-0/+8
* set encoding to ASCII for appropriate String#unpack modifierseregon2012-10-191-0/+11
* * method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko12012-10-191-0/+27
* * eval.c, vm_eval.c: use TH_PUSH_TAG() instead of PUSH_TAG().ko12012-10-191-0/+4
* * benchmark/driver.rb: remove unexpected `output'.ko12012-10-191-0/+5
* * vm_insnhelper.c (vm_search_method): remove needless local variable.ko12012-10-191-0/+4
* * benchmark/bmx_temp.rb: removed.ko12012-10-191-0/+5
* * benchmark/driver.rb: add new option `--ruby-arg [ARG]'ko12012-10-191-0/+6
* * insns.def (opt_send_simple): move the location ofko12012-10-181-0/+6
* * insns.def (send): remove unused condition.ko12012-10-181-0/+8
* * insns.def (opt_send_simple): introduce new instruction usedko12012-10-181-0/+7
* vm_method.c: check arity earliernobu2012-10-181-0/+5
* ChangeLog: adjust spaces.nobu2012-10-181-4/+4
* * vm_insnhelper.c: add `inline' keyword to several functions.ko12012-10-181-0/+5
* * include/ruby/ruby.h: add a decl. ofko12012-10-181-0/+5
* * compile.c (new_callinfo): set a temporary index of callinfoko12012-10-181-0/+7
* * class.c (rb_define_frameless_method): rename fromko12012-10-181-0/+14
* parse.y: fail if yyerrornobu2012-10-181-0/+5
* * hash.c (initialize_copy): duping should rehash the hash.tenderlove2012-10-181-0/+6
* * ChangeLog: fix a typo of r37243.nagachika2012-10-171-1/+1
* extmk.rb: fix mingw make failure with make -jNshirosaki2012-10-171-0/+13
* * benchmark/bm_vm2_method_missing.rb: add a benchmark to measureko12012-10-171-0/+5
* * vm_insnhelper.c (vm_getivar): fix to use `aux.index' instead ofko12012-10-171-0/+5
* * vm_insnhelper.c (vm_call_method_missing): make a refactoringko12012-10-171-0/+12
* configure.in: multiple opt-dirnobu2012-10-171-0/+6
* * ChangeLog: add credit.shugo2012-10-171-0/+1
* * lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo2012-10-171-0/+9
* * ChangeLog: use tab for indentation.shugo2012-10-171-1/+1
* * test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new testusa2012-10-171-0/+5
* * vm_insnhelper.c (vm_search_method): fix a build error that occursshugo2012-10-171-0/+5
* * benchmark/bm_vm2_dstr.rb: add a benchmark to measureko12012-10-161-0/+5
* * compile.c (compile_dstr_fragments): use `putobject' instead ofko12012-10-161-0/+10
* * thread.c (rb_threadptr_interrupt_mask): fix to check interruptko12012-10-161-0/+5
* * vm_insnhelper.c (vm_call_method): fix to return value immediately.ko12012-10-161-0/+5
* * hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove2012-10-161-0/+7
* * vm_insnhelper.c (vm_call_iseq_setup_2): separate tailcall and normalko12012-10-161-0/+6
* * benchmark/bm_vm1_yield.rb: add a benchmark to measure `yield'ko12012-10-161-0/+8
* * vm_insnhelper.c (vm_invoke_block): vm_caller_setup_args() can skipko12012-10-161-0/+5
* * vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko12012-10-161-0/+14