aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog: fix indentation.shugo2012-11-011-1/+1
* * eval.c (rb_using_module): using should be used indirectly.shugo2012-11-013-2/+95
* * 2012-11-01svn2012-11-011-3/+3
* iseq.c: simplifynobu2012-11-011-14/+2
* * gc.c (gc_profile_record): don't define unused variables whennari2012-10-312-5/+15
* * gc.c (gc_prof_mark_timer_stop): count is not initialized.nari2012-10-312-1/+5
* * thread.c (rb_thread_call_without_gvl2): Note that ubf() may or maydrbrain2012-10-312-4/+14
* * thread.c (rb_thread_call_without_gvl2): Update documentation todrbrain2012-10-312-64/+71
* * 2012-10-31svn2012-10-301-2/+2
* * ext/dl/lib/dl/struct.rb: fix strange require order. [ruby-dev:45702]tenderlove2012-10-305-4/+14
* * eval.c (rb_mod_refine): fix the error message when no block isshugo2012-10-303-0/+20
* fix typoskazu2012-10-301-11/+11
* * process.c (redirect_dup2): set standard handles when new fd is stdio,usa2012-10-303-2/+26
* Check if there is no error before reconnect [Bug #4387]naruse2012-10-301-0/+2
* rbconfig/obsolete.rb: Confignobu2012-10-293-0/+44
* * 2012-10-30svn2012-10-291-2/+2
* * thread.c: added Thread#thread_variable_(get|set),tenderlove2012-10-295-1/+249
* load.c: adjust stylenobu2012-10-291-6/+7
* stringio.c: close separatedlynobu2012-10-293-45/+63
* Use assert_normal_exit to split processnaruse2012-10-291-11/+12
* gc.c: PRIuSIZEnobu2012-10-291-3/+3
* * properties.nobu2012-10-290-0/+0
* * ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove2012-10-294-0/+87
* Update Changelogmarcandre2012-10-281-2/+9
* * lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre2012-10-283-8/+34
* * lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre2012-10-283-3/+14
* * lib/ostruct.rb: Simplify codemarcandre2012-10-281-6/+4
* * lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre2012-10-283-2/+34
* * lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre2012-10-283-0/+22
* * lib/ostruct.rb: Protect new_ostruct_member [ruby-core:42779] [#6056]marcandre2012-10-281-1/+2
* * lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdocmarcandre2012-10-281-22/+4
* * 2012-10-29svn2012-10-281-2/+2
* * lib/matrix.rb: Fix determinant_e [ruby-dev:46305] [Bug #7228]marcandre2012-10-282-1/+5
* * test/rexml/test_document.rb: Remove needless indent.kou2012-10-281-3/+3
* * test/rexml/test_document.rb: Add tests for parsing XML encodedkou2012-10-282-0/+25
* * lib/rexml/source.rb: Move encoding detection code to base class.kou2012-10-283-58/+61
* * ChangeLog: add ML and ticket ref for r37343.nagachika2012-10-281-0/+1
* * lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is usedkou2012-10-283-0/+32
* * test/rexml/test_document.rb: Group tests that they parsekou2012-10-282-14/+21
* * lib/rexml/source.rb (REXML::IOSource#initialize): Reducekou2012-10-283-14/+50
* * test/rexml/test_document.rb: Add tests for parsing XML encodedkou2012-10-282-0/+27
* Revert r37358kou2012-10-282-8/+2
* * lib/rexml/source.rb (REXML::IOSource#initialize): Usekou2012-10-282-2/+8
* * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not matchtadf2012-10-283-2/+27
* * ext/date/date_parse.c (date__parse): revised the tight parser.tadf2012-10-282-87/+207
* * lib/rexml/document.rb (REXML::Document#write): Add :encoding optionkou2012-10-283-5/+36
* * lib/rexml/document.rb (REXML::Document#write): Remove needlesskou2012-10-282-1/+6
* * lib/rexml/document.rb (REXML::Document#write): Accept optionskou2012-10-283-5/+138
* * lib/rexml/document.rb (REXML::Document#write): Fix wrong usagekou2012-10-282-2/+7
* * lib/rexml/document.rb (REXML::Document#write): Fix wrong methodkou2012-10-282-2/+7