summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-05-28* test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.kosaki
2011-05-28* 2011-05-29svn
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-27update comment.akr
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* 2011-05-28svn
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* proc.c: Rdoc formatting, clarification & example fixmarcandre
2011-05-27* object.c (rb_mod_attr_accessor, rb_mod_const_set): made rdocmarcandre
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
2011-05-27* test/ruby/test_io.rb (TestIO#test_ungetc2): get rid of busy loop.nobu
2011-05-27ChangeLog for itshyouhei
2011-05-27prevent an error when passing a frozen string to REXML::Text.newshyouhei
2011-05-26* thread.c (ppoll): typo bug fix.nagai
2011-05-26* ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.nagai
2011-05-26* 2011-05-27svn
2011-05-26* lib/csv.rb: Enhance each() to support Enumerator.jeg2
2011-05-26* lib/csv.rb: Documentation improvements from Ysiad Ferreiras.jeg2
2011-05-26ChangeLog for it.shyouhei
2011-05-26* 2011-05-26svn
2011-05-26* lib/xmlrpc/parser.rb (FaultException): fix to_s and inspectshyouhei
2011-05-25* lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg2
2011-05-25 * ext/curses/curses.c: Remove color constants block.drbrain
2011-05-25 * ext/curses/curses.c: Add missing documentation for button state, MINdrbrain
2011-05-25 * lib/benchmark.rb: Restore nodoc for Benchmark::Job anddrbrain
2011-05-25 * lib/net/pop.rb: Hide implementation details from RDoc.drbrain
2011-05-25 * lib/net/ftp.rb: Add :nodoc: for private methods.drbrain
2011-05-25 * ext/zlib/zlib.c: Fix Document-method declarations. Improvedrbrain
2011-05-24 * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethoddrbrain
2011-05-24 * lib/erb.rb: Hide documentation for implementation details of ERB.drbrain
2011-05-24* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backwardnobu
2011-05-24* spec/README: update the description.nobu
2011-05-24* lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.nobu