aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/yaml.rb: switch default YAML engine to Psych, old syck enginetenderlove2011-05-233-0/+17
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to nahi2011-05-232-1/+7
* * ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss2011-05-233-9/+44
* * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.drbrain2011-05-232-0/+30
* * ChangeLog: fix typo.sorah2011-05-231-1/+1
* * lib/test/unit/parallel.rb: Never Ignore SIGINT. When receivedsorah2011-05-233-6/+44
* * lib/mathn.rb: Improve documentation. Patch by Sandor Szucs.drbrain2011-05-232-9/+100
* * lib/ostruct.rb: Improve documentation. Patch by Franklin Webber.drbrain2011-05-222-18/+118
* * hash.c: Improve documentation of Hash#key. Patch by Utkarshdrbrain2011-05-222-2/+9
* * enumerator.c: Improve documentation. Patch by Dave Copeland.drbrain2011-05-222-142/+197
* * NEWS (openssl): Infinite length support. Different behavior ofemboss2011-05-222-0/+10
* * ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss2011-05-223-2/+22
* * ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss2011-05-223-0/+23
* * ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss2011-05-223-136/+308
* * ext/openssl/ossl_asn1.c (ossl_asn1_initialize): Allow creation ofemboss2011-05-222-7/+16
* * ext/openssl/ossl_asn1.c (ossl_asn1_cons_to_der): Add an additionalemboss2011-05-222-31/+51
* * ext/openssl/ossl_asn1.c (ossl_asn1data_to_der): Remove redundantemboss2011-05-221-4/+3