aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ruby-electric.el: fix #198nobu2012-10-232-2/+8
* configure.in: no visibility option for older GCCnobu2012-10-232-1/+15
* Revert the last commit because some tests (in btest) failko12012-10-232-10/+0
* * thread.c (rb_threadptr_raise): check interrupts afterko12012-10-232-0/+10
* * vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):ko12012-10-237-84/+278
* * ext/psych/parser.c: just get the constant defined in Ruby.tenderlove2012-10-224-2/+35
* * ext/psych/lib/psych/scalar_scanner.rb: Cache symbols whiletenderlove2012-10-222-2/+9
* * ext/psych/lib/psych/scalar_scanner.rb: Updated the RegExp to catchtenderlove2012-10-222-1/+8
* * ext/psych/lib/psych/visitors/to_ruby.rb: Handle nil tags speciallytenderlove2012-10-222-3/+14
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-223-1/+25
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-223-1/+13
* * 2012-10-23svn2012-10-221-2/+2
* * ext/psych/lib/psych.rb: Changed comment in psych.rb to update newtenderlove2012-10-222-4/+11
* * 2012-10-22svn2012-10-221-2/+2
* Supress warnings: unused variablesnaruse2012-10-222-7/+12
* * test/ruby/test_settracefunc.rb: remove trailing spaces.ktsj2012-10-211-1/+1
* * vm_trace.c (rb_threadptr_exec_event_hooks, rb_suppress_tracing):ktsj2012-10-211-3/+3
* * vm_core.h (rb_vm_t::trace_running): add a new fieldktsj2012-10-213-4/+20
* * vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'ktsj2012-10-212-1/+5
* * 2012-10-21svn2012-10-211-2/+2
* * ext/date/date_parse.c (date__parse): uses more tight parser iftadf2012-10-212-24/+479
* * gc.c: fix typos in documentation.eregon2012-10-201-3/+3
* * include/ruby/ruby.h: add C APIs.nari2012-10-2020-42/+74
* * ext/socket/socket.c: Documentation for Socketzzak2012-10-202-36/+51
* * lib/open-uri.rb: Documentation for OpenURIzzak2012-10-202-8/+19
* * 2012-10-20svn2012-10-191-2/+2
* * hash.c (initialize_copy): unset the default proc if there isn't onetenderlove2012-10-192-0/+11
* vm.c: pass through thrown objectsnobu2012-10-194-2/+19
* set encoding to ASCII for appropriate String#unpack modifierseregon2012-10-194-4/+25
* * method.h (rb_method_cfunc_t::invoker): add new field (func ptr)ko12012-10-196-87/+197
* * eval.c, vm_eval.c: use TH_PUSH_TAG() instead of PUSH_TAG().ko12012-10-193-9/+13
* * benchmark/driver.rb: remove unexpected `output'.ko12012-10-192-1/+5
* * vm_insnhelper.c (vm_search_method): remove needless local variable.ko12012-10-192-3/+5
* * benchmark/bmx_temp.rb: removed.ko12012-10-192-5/+5
* * 2012-10-19svn2012-10-191-2/+2
* * benchmark/driver.rb: add new option `--ruby-arg [ARG]'ko12012-10-192-1/+13
* * insns.def (opt_send_simple): move the location ofko12012-10-182-15/+21
* * insns.def (send): remove unused condition.ko12012-10-183-5/+10
* * insns.def (opt_send_simple): introduce new instruction usedko12012-10-183-20/+47
* vm_method.c: check arity earliernobu2012-10-182-0/+7
* ChangeLog: adjust spaces.nobu2012-10-181-4/+4
* * vm_insnhelper.c: add `inline' keyword to several functions.ko12012-10-182-5/+10
* * include/ruby/ruby.h: add a decl. ofko12012-10-182-0/+6
* * compile.c (new_callinfo): set a temporary index of callinfoko12012-10-182-3/+11
* * class.c (rb_define_frameless_method): rename fromko12012-10-186-15/+29
* parse.y: fail if yyerrornobu2012-10-183-7/+15
* test_syntax.rb: test_unassignablenobu2012-10-181-0/+6
* * 2012-10-18svn2012-10-181-2/+2
* * hash.c (initialize_copy): duping should rehash the hash.tenderlove2012-10-183-1/+19
* * ChangeLog: fix a typo of r37243.nagachika2012-10-171-1/+1