aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adjust stylenobu2012-12-2912-18/+18
* use RB_TYPE_Pnobu2012-12-296-11/+11
* compile.c: no semicolonnobu2012-12-291-1/+1
* * iseq.c (RubyVM::InstructionSequence): rdoc formattingzzak2012-12-292-63/+96
* * iseq.c (RubyVM::InstructionSequence): Add rdoc for new iseq featureszzak2012-12-292-1/+127
* * iseq.c (rb_iseq_line_trace_all, rb_iseq_line_trace_specify): Addzzak2012-12-292-0/+22
* object.c: singleton class clonenobu2012-12-295-1/+32
* * test/ruby/test_class.rb (test_cannot_reinitialize_class_with_initialize_copy),nobu2012-12-291-12/+12
* * 2012-12-29svn2012-12-291-2/+2
* configure.in: AC_CHECK_HEADERSnobu2012-12-292-6/+5
* * configure.in: check for the whether crt_externs.h is present when compilingcharliesome2012-12-286-5/+42
* * lib/irb/context.rb: IRB::Context#new: Check from JobManagerkeiju2012-12-282-1/+7
* ruby-electric.el (ruby-electric-curlies): Automatically indent "}".knu2012-12-282-2/+11
* fix typoskazu2012-12-281-2/+2
* vm.c: suppress warningnobu2012-12-281-0/+3
* vm_insnhelper.c: no splat single opt argnobu2012-12-283-1/+23
* * proc.c (method_eq): fix the documentation to refer to owner.shugo2012-12-283-1/+25
* * ChangeLog: fix indent broen at r38633 and tabify.nobu2012-12-281-23/+23
* * def/id.def: use split(/^/) instead of String#lines to supportnaruse2012-12-272-1/+6
* * variable.c (rb_mod_remove_const): fix segv caused by r38558.naruse2012-12-273-1/+10
* * 2012-12-28svn2012-12-271-2/+2
* * 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