aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah2011-06-024-1/+197
* * io.c (io_flush, rb_io_flush): need to fsync() when ruby calls internalusa2011-06-022-3/+8
* * ext/tk/tcltklib.c: reduce CPU power required by an eventloop.nagai2011-06-012-6/+34
* Imported minitest 2.2.2 (r6281)ryan2011-06-014-21/+42
* Clarified String#tr rdoc. (RickHull)ryan2011-06-011-9/+12
* More clarification for enumerator_feedryan2011-06-011-2/+2
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr2011-06-012-1/+6
* * 2011-06-02svn2011-06-011-2/+2
* * ext/tk/extconf.rb: fix for uninitialized global variables. [Ruby 1.9 - Bug ...nagai2011-06-012-39/+52
* * thread_pthread.c (native_sleep): fix 1000times calculation error.kosaki2011-06-012-1/+6
* * thread_pthread.c: remove unused macro.kosaki2011-06-012-2/+4
* * parse.y (peek_n): new macro to see next nth char.nobu2011-06-012-5/+11
* * test/ruby/test_syntax.rb (TestSyntax#test_syntax): show script namenobu2011-06-011-1/+1
* * tool/rbinstall.rb (gem): fix for rubygems change.nobu2011-06-012-8/+8
* fix typoskazu2011-06-011-5/+5
* MOSTLY Imported minitest 2.2.1 (r6277)ryan2011-06-018-58/+525
* * lib/rubygems, test/rubygems: properties.nobu2011-06-016-7/+7
* Import rubygems 1.8.5 (released @ 137c80f)ryan2011-06-01103-3416/+4707
* * NEWS: add new features of bigdecimal.mrkn2011-06-012-3/+16
* doco: p outputs newline regardless of record separatorryan2011-06-011-3/+2
* * lib/cgi/util.rb: Improve documentation. Patch by Kuba Fietkiewicz.drbrain2011-06-013-10/+24
* * lib/mathn.rb: Improve documentation and attach it to Numeric.drbrain2011-06-012-21/+28
* * lib/prime.rb: Indent examples enough to appear as code sections.drbrain2011-06-012-18/+37
* Extra formatting and clarification of enumerator_feed [#4757]ryan2011-05-311-14/+18
* * hash.c (key_i): Change rdoc from "the first occurence" to "andrbrain2011-05-312-1/+7
* * ext/pty/pty.c (pty_check): Restore "not reached" comment.drbrain2011-05-312-1/+6
* * ext/zlib/zlib.c: Fix document-method declarations for set_sync anddrbrain2011-05-312-2/+7
* * load.c (loaded_feature_path): cut nonsence loop execution to fixtarui2011-05-312-4/+20
* * ChangeLog: adjust indent.nobu2011-05-311-20/+20
* * class.c (rb_mix_module): implement Module#mix.nobu2011-05-315-24/+243
* * io.c (io_encoding_set): should honor already set ecflags since itnobu2011-05-312-5/+8
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): remove unusednagachika2011-05-312-1/+5
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): support instantiation frommrkn2011-05-313-0/+41
* * ChangeLog: fix typosnagachika2011-05-311-3/+3
* * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support coerce with amrkn2011-05-313-2/+26
* * 2011-06-01svn2011-05-311-3/+3
* no space inside parensnobu2011-05-311-8/+8
* * ext/date/date_core.c (offset_to_sec): fixed invalid validation.tadf2011-05-312-12/+22
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm formrkn2011-05-313-41/+94
* * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation amrkn2011-05-313-33/+65
* * ext/date/date_core.c: use simple/complex mode instead of light/right mode.tadf2011-05-316-5399/+3654
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr2011-05-312-0/+6
* * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi2011-05-315-6/+144
* * io.c (rb_io_s_pipe): potential bug. the mode of read IO is set asusa2011-05-312-0/+16
* * strftime.c (rb_strftime_with_timespec): improved style consistency.yugui2011-05-313-7/+17
* * test/io/wait/test_io_wait.rb (TestIOWait#{test_nread,test_ready?,usa2011-05-312-2/+10
* * test/ruby/test_io.rb (TestIO#test_open_mode): MUST release resourcesusa2011-05-312-4/+13
* * vm_exec.c: remove conditions for clangnaruse2011-05-312-4/+9
* * ChangeLog: fix typo.nobu2011-05-301-1/+1
* * 2011-05-31svn2011-05-301-2/+2