summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-06-01* NEWS: add new features of bigdecimal.mrkn
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-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 * 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* 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-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-29* numeric.c (flo_round): use absolute value as divisor.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
2011-05-28* test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.kosaki
2011-05-28* process.c (before_exec, after_exec): change from macro to function.kosaki
2011-05-28* process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFLkosaki
2011-05-28* signal.c (Init_signal, default_handler): change default SIGPIPE handlerkosaki
2011-05-27* io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empty.naruse
2011-05-27email addr fixkosaki
2011-05-27* string.c (rb_str_bytesize): rb_str_bytesize() should use LONG2NUM().kosaki
2011-05-27* io.c (fill_cbuf): Fix test-all crash.kosaki
2011-05-27* lib/ostruct.rb (method_missing): Handle [] and []= correctly.marcandre
2011-05-27* test/rexml/test_core.rb (Tester::test_text_frozen): split frozenkou
2011-05-27* tool/rbinstall.rb (gem): install gemspec of json. fixed #4784nobu
2011-05-27* io.c (validate_enc_binmode): do not clear textmode flag ifnobu
2011-05-27* io.c (fill_cbuf): finish reading at EOF.nobu