aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 2011-05-23svn2011-05-221-2/+2
* * bignum.c (dump_bignum, bigmul1_balance, big_split, biglsh_bang,mrkn2011-05-223-22/+317
* * ext/openssl/ossl_asn1.c: Instead of rb_intern use static symbols toemboss2011-05-222-13/+26
* * ext/openssl/ossl_asn1.c: Use OpenSSL constants V_ASN1_xxx instead ofemboss2011-05-222-23/+28
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.nahi2011-05-223-33/+16
* * ext/openssl/ossl_asn1.c(ossl_asn1_default_tag): avoid using RCLASS_SUPERnahi2011-05-222-6/+13
* * gc.c (vm_xcalloc): use calloc provided by platforms.nobu2011-05-222-20/+51
* * ext: remove trailing spaces.nobu2011-05-2283-1033/+1033
* * ext/pty/pty.c: Improve documentaton. Patch by David Copeland.drbrain2011-05-222-29/+77
* * lib/timeout.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-222-20/+32
* * lib/ipaddr.rb: Improve documentation. Patch by Sandor Szucs.drbrain2011-05-222-0/+21
* * lib/forwardable.rb: Document def_delegator. Patch by Sandor Szucs.drbrain2011-05-222-1/+25
* * lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch bydrbrain2011-05-222-0/+9
* * ext/curses/curses.c: Complete documentation. Patch by Vincentdrbrain2011-05-222-4/+500
* test cleanupkosaki2011-05-221-4/+26
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):kosaki2011-05-222-2/+8
* * ext/openssl/ossl_asn1.c: Default tag lookup in constant time via hashemboss2011-05-222-7/+41
* * ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.emboss2011-05-212-2/+7
* * test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.emboss2011-05-212-0/+39
* * test/openssl/test_x509cert.rb: Merge DSA-related tests from ruby_1_8emboss2011-05-212-0/+39
* * thread.c (Init_Thread): add a code comment why the meaninglesskosaki2011-05-212-0/+6
* * ext/date/date_core.c: modified documentation.tadf2011-05-212-118/+120
* * 2011-05-22svn2011-05-211-2/+2