aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2011-05-29svn2011-05-281-2/+2
* * process.c (before_exec, after_exec): change from macro to function.kosaki2011-05-282-13/+31
* * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFLkosaki2011-05-283-7/+54
* * signal.c (Init_signal, default_handler): change default SIGPIPE handlerkosaki2011-05-282-10/+8
* update comment.akr2011-05-271-1/+1
* * io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empty.naruse2011-05-272-0/+7
* email addr fixkosaki2011-05-271-1/+1
* * string.c (rb_str_bytesize): rb_str_bytesize() should use LONG2NUM().kosaki2011-05-272-1/+6
* * io.c (fill_cbuf): Fix test-all crash.kosaki2011-05-272-1/+6
* * 2011-05-28svn2011-05-271-2/+2
* * lib/ostruct.rb (method_missing): Handle [] and []= correctly.marcandre2011-05-273-3/+19
* * test/rexml/test_core.rb (Tester::test_text_frozen): split frozenkou2011-05-272-3/+11
* * proc.c: Rdoc formatting, clarification & example fixmarcandre2011-05-271-40/+39
* * object.c (rb_mod_attr_accessor, rb_mod_const_set): made rdocmarcandre2011-05-271-8/+13
* * tool/rbinstall.rb (gem): install gemspec of json. fixed #4784nobu2011-05-272-4/+9
* * io.c (validate_enc_binmode): do not clear textmode flag ifnobu2011-05-272-1/+6
* * io.c (fill_cbuf): finish reading at EOF.nobu2011-05-272-0/+5
* * test/ruby/test_io.rb (TestIO#test_ungetc2): get rid of busy loop.nobu2011-05-272-5/+5
* ChangeLog for itshyouhei2011-05-271-0/+8
* prevent an error when passing a frozen string to REXML::Text.newshyouhei2011-05-272-1/+4
* * thread.c (ppoll): typo bug fix.nagai2011-05-262-2/+6
* * ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.nagai2011-05-263-176/+347
* * 2011-05-27svn2011-05-261-2/+2
* * lib/csv.rb: Enhance each() to support Enumerator.jeg22011-05-263-4/+20
* * lib/csv.rb: Documentation improvements from Ysiad Ferreiras.jeg22011-05-262-4/+10
* ChangeLog for it.shyouhei2011-05-261-0/+6
* * 2011-05-26svn2011-05-261-2/+2
* * lib/xmlrpc/parser.rb (FaultException): fix to_s and inspectshyouhei2011-05-262-2/+7
* * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg22011-05-253-18/+36
* * ext/curses/curses.c: Remove color constants block.drbrain2011-05-252-26/+16
* * ext/curses/curses.c: Add missing documentation for button state, MINdrbrain2011-05-252-7/+12
* * lib/benchmark.rb: Restore nodoc for Benchmark::Job anddrbrain2011-05-252-2/+7
* * lib/net/pop.rb: Hide implementation details from RDoc.drbrain2011-05-252-4/+9
* * lib/net/ftp.rb: Add :nodoc: for private methods.drbrain2011-05-252-34/+44
* * ext/zlib/zlib.c: Fix Document-method declarations. Improvedrbrain2011-05-252-14/+17
* * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethoddrbrain2011-05-241-2/+2
* * lib/erb.rb: Hide documentation for implementation details of ERB.drbrain2011-05-242-4/+10
* * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backwardnobu2011-05-242-11/+19
* * spec/README: update the description.nobu2011-05-242-5/+10
* * lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.nobu2011-05-242-7/+14
* * 2011-05-25svn2011-05-241-2/+2
* * lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden...nobu2011-05-241-8/+2
* * spec/README: fix typo.naruse2011-05-242-2/+7
* * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi...nagai2011-05-236-234/+728
* * 2011-05-24svn2011-05-231-2/+2