summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-01eval.c: fix messagenobu
2012-11-01suppress warning: 'val' may be used uninitialized in this functionnaruse
2012-11-01mkmf.rb: timestamp_filenobu
2012-11-01test_process.rb: use never existing filenobu
2012-11-01* tool/merger.rb: add feature to tag preview/rc.naruse
2012-11-01lib/mkmf.rb: fix for if config["libdir"] is nil.naruse
2012-11-01* tool/make-snapshot: fix wrong regexp for releasing preview.naruse
2012-11-01* NEWS: add a news about objspace,ko1
2012-11-01* ext/bigdecimal/bigdecimal.c (BigDecimal_new),mrkn
2012-11-01* ext/bigdecimal/bigdecimal.c (BigDecimal_add),mrkn
2012-11-01* test/ruby/test_process.rb: Revert r37404. My ubuntu box hasmame
2012-11-01* test/ruby/test_process.rb: Process.exec raised EACCES on Linuxmame
2012-11-01iseq.c: fix r37397nobu
2012-11-01thread_pthread.c: RUBY_STACK_MINnobu
2012-11-01* NEWS: add note for Module#refine, Module#refinements,shugo
2012-11-01* ChangeLog: fix indentation.shugo
2012-11-01* eval.c (rb_using_module): using should be used indirectly.shugo
2012-11-01* 2012-11-01svn
2012-11-01iseq.c: simplifynobu
2012-10-31* gc.c (gc_profile_record): don't define unused variables whennari
2012-10-31* gc.c (gc_prof_mark_timer_stop): count is not initialized.nari
2012-10-31* thread.c (rb_thread_call_without_gvl2): Note that ubf() may or maydrbrain
2012-10-31* thread.c (rb_thread_call_without_gvl2): Update documentation todrbrain
2012-10-30* 2012-10-31svn
2012-10-30* ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove
2012-10-30* eval.c (rb_mod_refine): fix the error message when no block isshugo
2012-10-30fix typoskazu
2012-10-30* process.c (redirect_dup2): set standard handles when new fd is stdio,usa
2012-10-30Check if there is no error before reconnect [Bug #4387]naruse
2012-10-29rbconfig/obsolete.rb: Confignobu
2012-10-29* 2012-10-30svn
2012-10-29* thread.c: added Thread#thread_variable_(get|set),tenderlove
2012-10-29load.c: adjust stylenobu
2012-10-29stringio.c: close separatedlynobu
2012-10-29Use assert_normal_exit to split processnaruse
2012-10-29gc.c: PRIuSIZEnobu
2012-10-29* properties.nobu
2012-10-29* ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove
2012-10-28Update Changelogmarcandre
2012-10-28* lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre
2012-10-28* lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre
2012-10-28* lib/ostruct.rb: Simplify codemarcandre
2012-10-28* lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre
2012-10-28* lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre
2012-10-28* lib/ostruct.rb: Protect new_ostruct_member [ruby-core:42779] [#6056]marcandre
2012-10-28* lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdocmarcandre
2012-10-28* 2012-10-29svn
2012-10-28* lib/matrix.rb: Fix determinant_e [ruby-dev:46305] [Bug #7228]marcandre
2012-10-28* test/rexml/test_document.rb: Remove needless indent.kou
2012-10-28* test/rexml/test_document.rb: Add tests for parsing XML encodedkou