aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/csv.rb: Added more Hash methods to CSV::Row.jeg22012-12-273-17/+84
* * lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next tokenkeiju2012-12-272-1/+11
* * lib/irb/ruby-lex.rb: allow to handle recursive heredocs onkeiju2012-12-272-4/+24
* * ext/stringio/stringio.c (strio_getline): fix not to raise TypeErrorglass2012-12-273-2/+10
* * vm_core.h (VM_DEFINECLASS_TYPE): explicit cast to enum type to avoid 64->32charliesome2012-12-272-1/+6
* * ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeErrorglass2012-12-273-0/+20
* * 2012-12-27svn2012-12-261-2/+2
* fix typo from r38623zzak2012-12-261-1/+1
* * lib/irb/context.rb: fix IRB::Inspector#keys_with_inspector [Bug #7598]keiju2012-12-262-1/+5
* fix a typo.shugo2012-12-261-1/+1
* * lib/irb/context.rb: IRB::Context#use_readline= has been obsolatekeiju2012-12-262-10/+9
* * lib/irb/context.rb: make a correct prompt fromkeiju2012-12-262-1/+6
* * lib/irb/ext/math-mode.rb: make not able to change math-modekeiju2012-12-262-1/+6
* * lib/irb/init.rb: change default debug level forkeiju2012-12-262-1/+6
* * configure.in: enable -fPIE when checking -pie for fixingkosaki2012-12-262-1/+14
* Add opts to prevent generating core filenaruse2012-12-261-1/+2
* string.c: empty string is not invalidnobu2012-12-252-7/+11
* string.c: reduce duplicated codenobu2012-12-252-15/+10
* string.c: GC guardnobu2012-12-252-4/+12
* test_rubyoptions.rb: ARGFnobu2012-12-251-1/+1
* Fix argument for assert_in_out_err to fix test failurenaruse2012-12-251-1/+1
* * remove trailing spaces.nobu2012-12-253-4/+4
* * lib/irb/init.rb, lib/irb/context.rb: fix conf.debug_level= keiju2012-12-253-3/+7
* * 2012-12-26svn2012-12-251-2/+2
* * lib/irb/ruby-lex.rb: improve RubyLex performance for large fileskeiju2012-12-252-4/+9
* * lib/irb/output-method.rb: raise right exception whenkeiju2012-12-252-2/+9
* * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):ko12012-12-255-9/+69
* * lib/irb/init.rb, lib/irb/lc/ja/error.rb, lib/irb/lc/error.rb:keiju2012-12-254-1/+13
* * lib/irb/workspace.rb: define method to private on top-level irbkeiju2012-12-252-2/+7
* * ChangeLog: revert a part of r38595. 'iff' means 'if and only if', not typo.usa2012-12-251-1/+1
* * bignum.c, include/ruby/intern.h (rb_big_eql): exported.usa2012-12-254-6/+23
* * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): moveko12012-12-257-20/+40
* Add test for r38543 [Bug #7597] [ruby-dev:46786]naruse2012-12-251-4/+10
* * vm_core.h (RUBY_VM_THREAD_VM_STACK_SIZE): change defaultko12012-12-252-1/+9
* add empty line for style.ko12012-12-251-0/+1
* error.c: rb_write_error_strnobu2012-12-256-3/+37
* Fix test to avoid failure from the order of Dir.foreachnaruse2012-12-251-2/+2
* scoped constant op-assignmentnobu2012-12-251-1/+4
* scoped constant op-assignmentnobu2012-12-241-4/+4
* scoped constant op-assignmentnobu2012-12-246-10/+173
* error.c: NameError::message _dumpnobu2012-12-241-1/+8
* * 2012-12-25svn2012-12-241-2/+2
* error.c: VALUE to messagesnobu2012-12-241-3/+2
* test_argf.rb: duplicated testnobu2012-12-241-10/+0
* * error.c (rb_compile_error_append): fix typo.nobu2012-12-231-1/+1
* * 2012-12-24svn2012-12-231-2/+2
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-233-0/+19
* * thread.c: rename methods:ko12012-12-2310-170/+208
* profiler.rb: concurrent-executionnobu2012-12-232-9/+30
* profiler.rb: Wrapper for BasicObjectnobu2012-12-232-24/+23