summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-27* def/id.def: use split(/^/) instead of String#lines to supportnaruse
2012-12-27* variable.c (rb_mod_remove_const): fix segv caused by r38558.naruse
2012-12-27* 2012-12-28svn
2012-12-27* lib/csv.rb: Added more Hash methods to CSV::Row.jeg2
2012-12-27 * lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next tokenkeiju
2012-12-27 * lib/irb/ruby-lex.rb: allow to handle recursive heredocs onkeiju
2012-12-27* ext/stringio/stringio.c (strio_getline): fix not to raise TypeErrorglass
2012-12-27* vm_core.h (VM_DEFINECLASS_TYPE): explicit cast to enum type to avoid 64->32charliesome
2012-12-27* ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeErrorglass
2012-12-26* 2012-12-27svn
2012-12-26fix typo from r38623zzak
2012-12-26 * lib/irb/context.rb: fix IRB::Inspector#keys_with_inspector [Bug #7598]keiju
2012-12-26fix a typo.shugo
2012-12-26 * lib/irb/context.rb: IRB::Context#use_readline= has been obsolatekeiju
2012-12-26 * lib/irb/context.rb: make a correct prompt fromkeiju
2012-12-26 * lib/irb/ext/math-mode.rb: make not able to change math-modekeiju
2012-12-26 * lib/irb/init.rb: change default debug level forkeiju
2012-12-26* configure.in: enable -fPIE when checking -pie for fixingkosaki
2012-12-26Add opts to prevent generating core filenaruse
2012-12-25string.c: empty string is not invalidnobu
2012-12-25string.c: reduce duplicated codenobu
2012-12-25string.c: GC guardnobu
2012-12-25test_rubyoptions.rb: ARGFnobu
2012-12-25Fix argument for assert_in_out_err to fix test failurenaruse
2012-12-25* remove trailing spaces.nobu
2012-12-25 * lib/irb/init.rb, lib/irb/context.rb: fix conf.debug_level= keiju
2012-12-25* 2012-12-26svn
2012-12-25 * lib/irb/ruby-lex.rb: improve RubyLex performance for large fileskeiju
2012-12-25 * lib/irb/output-method.rb: raise right exception whenkeiju
2012-12-25* vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):ko1
2012-12-25 * lib/irb/init.rb, lib/irb/lc/ja/error.rb, lib/irb/lc/error.rb:keiju
2012-12-25 * lib/irb/workspace.rb: define method to private on top-level irbkeiju
2012-12-25* ChangeLog: revert a part of r38595. 'iff' means 'if and only if', not typo.usa
2012-12-25* bignum.c, include/ruby/intern.h (rb_big_eql): exported.usa
2012-12-25* vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): moveko1
2012-12-25Add test for r38543 [Bug #7597] [ruby-dev:46786]naruse
2012-12-25* vm_core.h (RUBY_VM_THREAD_VM_STACK_SIZE): change defaultko1
2012-12-25add empty line for style.ko1
2012-12-25error.c: rb_write_error_strnobu
2012-12-25Fix test to avoid failure from the order of Dir.foreachnaruse
2012-12-25scoped constant op-assignmentnobu
2012-12-24scoped constant op-assignmentnobu
2012-12-24scoped constant op-assignmentnobu
2012-12-24error.c: NameError::message _dumpnobu
2012-12-24* 2012-12-25svn
2012-12-24error.c: VALUE to messagesnobu
2012-12-24test_argf.rb: duplicated testnobu
2012-12-23* error.c (rb_compile_error_append): fix typo.nobu
2012-12-23* 2012-12-24svn
2012-12-23* lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse