aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Tue Jun 30 06:45:21 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-301-0/+16
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): don'takr2011-05-302-1/+6
* * test/ruby/test_signal.rb (TestSignal#test_signal_requiring): smallusa2011-05-302-1/+7
* Fix mixed declarations in r31822.naruse2011-05-301-1/+2
* * insns.def (opt_mult): as r31805, volatile it.naruse2011-05-304-4/+13
* * numeric.c (int_pow): make sure to assign the result of x * z.naruse2011-05-302-1/+6
* revert r31783.nobu2011-05-292-5/+1
* NetBSD also denies to set sticky bit against regular file.naruse2011-05-291-1/+2
* try and catch for the test of setenv(3).naruse2011-05-291-3/+7
* * 2011-05-30svn2011-05-291-2/+2
* * bignum.c (bigmul1_toom3): remove unused variable.nobu2011-05-291-1/+1
* * numeric.c (flo_round): use absolute value as divisor.nobu2011-05-292-1/+5
* * test/date/test_switch_hitter.rb: properties.nobu2011-05-290-0/+0
* * re.c (rb_reg_match): fix rdoc of Regexp#=~.naruse2011-05-292-2/+7
* * lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):naruse2011-05-292-0/+6
* * numeric.c: add #include "interna.h" for rb_big_uminus() prototype.nagachika2011-05-292-0/+5
* * numeric.c (flo_round): fix for negative value.nobu2011-05-295-3/+16
* * test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.kosaki2011-05-282-3/+9