summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-03* lib/net/http.rb (URI::HTTP#request_uri): return nil when the urinaruse
2011-06-02* lib/csv.rb: Improve the line ending detection algorithmjeg2
2011-06-02* io.c (rb_io_s_write, rb_io_s_binwrite): return!!!usa
2011-06-02* io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah
2011-06-02* io.c (io_flush, rb_io_flush): need to fsync() when ruby calls internalusa
2011-06-01* ext/tk/tcltklib.c: reduce CPU power required by an eventloop.nagai
2011-06-01Imported minitest 2.2.2 (r6281)ryan
2011-06-01Clarified String#tr rdoc. (RickHull)ryan
2011-06-01More clarification for enumerator_feedryan
2011-06-01* test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr
2011-06-01* 2011-06-02svn
2011-06-01* ext/tk/extconf.rb: fix for uninitialized global variables. [Ruby 1.9 - Bug ...nagai
2011-06-01* thread_pthread.c (native_sleep): fix 1000times calculation error.kosaki
2011-06-01* thread_pthread.c: remove unused macro.kosaki
2011-06-01* parse.y (peek_n): new macro to see next nth char.nobu
2011-06-01* test/ruby/test_syntax.rb (TestSyntax#test_syntax): show script namenobu
2011-06-01* tool/rbinstall.rb (gem): fix for rubygems change.nobu
2011-06-01fix typoskazu
2011-06-01MOSTLY Imported minitest 2.2.1 (r6277)ryan
2011-06-01* lib/rubygems, test/rubygems: properties.nobu
2011-06-01Import rubygems 1.8.5 (released @ 137c80f)ryan
2011-06-01* NEWS: add new features of bigdecimal.mrkn
2011-06-01doco: p outputs newline regardless of record separatorryan
2011-06-01 * lib/cgi/util.rb: Improve documentation. Patch by Kuba Fietkiewicz.drbrain
2011-06-01 * lib/mathn.rb: Improve documentation and attach it to Numeric.drbrain
2011-06-01 * lib/prime.rb: Indent examples enough to appear as code sections.drbrain
2011-05-31Extra formatting and clarification of enumerator_feed [#4757]ryan
2011-05-31 * hash.c (key_i): Change rdoc from "the first occurence" to "andrbrain
2011-05-31 * ext/pty/pty.c (pty_check): Restore "not reached" comment.drbrain
2011-05-31 * ext/zlib/zlib.c: Fix document-method declarations for set_sync anddrbrain
2011-05-31 * load.c (loaded_feature_path): cut nonsence loop execution to fixtarui
2011-05-31* ChangeLog: adjust indent.nobu
2011-05-31* class.c (rb_mix_module): implement Module#mix.nobu
2011-05-31* io.c (io_encoding_set): should honor already set ecflags since itnobu
2011-05-31* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): remove unusednagachika
2011-05-31* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): support instantiation frommrkn
2011-05-31* ChangeLog: fix typosnagachika
2011-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support coerce with amrkn
2011-05-31* 2011-06-01svn
2011-05-31no space inside parensnobu
2011-05-31 * ext/date/date_core.c (offset_to_sec): fixed invalid validation.tadf
2011-05-31* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm formrkn
2011-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation amrkn
2011-05-31 * ext/date/date_core.c: use simple/complex mode instead of light/right mode.tadf
2011-05-31* test/ruby/test_signal.rb (TestSignal#test_signal_requiring):akr
2011-05-31* lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi
2011-05-31* io.c (rb_io_s_pipe): potential bug. the mode of read IO is set asusa
2011-05-31* strftime.c (rb_strftime_with_timespec): improved style consistency.yugui
2011-05-31* test/io/wait/test_io_wait.rb (TestIOWait#{test_nread,test_ready?,usa
2011-05-31* test/ruby/test_io.rb (TestIO#test_open_mode): MUST release resourcesusa