summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-05-31* vm_exec.c: remove conditions for clangnaruse
2011-05-30* ChangeLog: fix typo.nobu
2011-05-30* 2011-05-31svn
2011-05-30Tue Jun 30 06:45:21 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-30* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): don'takr
2011-05-30* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): smallusa
2011-05-30Fix mixed declarations in r31822.naruse
2011-05-30* insns.def (opt_mult): as r31805, volatile it.naruse
2011-05-30* numeric.c (int_pow): make sure to assign the result of x * z.naruse
2011-05-29revert r31783.nobu
2011-05-29NetBSD also denies to set sticky bit against regular file.naruse
2011-05-29try and catch for the test of setenv(3).naruse
2011-05-29* 2011-05-30svn
2011-05-29* bignum.c (bigmul1_toom3): remove unused variable.nobu
2011-05-29* numeric.c (flo_round): use absolute value as divisor.nobu
2011-05-29* test/date/test_switch_hitter.rb: properties.nobu
2011-05-29* re.c (rb_reg_match): fix rdoc of Regexp#=~.naruse
2011-05-29* lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):naruse
2011-05-29* numeric.c: add #include "interna.h" for rb_big_uminus() prototype.nagachika
2011-05-29* numeric.c (flo_round): fix for negative value.nobu