aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi...nagai2011-05-235-234/+710
* * ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss2011-05-231-9/+13
* * ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss2011-05-221-2/+5
* * ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss2011-05-221-0/+6
* * ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss2011-05-221-134/+226
* * ext/openssl/ossl_asn1.c (ossl_asn1_initialize): Allow creation ofemboss2011-05-221-7/+9
* * ext/openssl/ossl_asn1.c (ossl_asn1_cons_to_der): Add an additionalemboss2011-05-221-31/+40
* * ext/openssl/ossl_asn1.c (ossl_asn1data_to_der): Remove redundantemboss2011-05-221-4/+3
* * ext/openssl/ossl_asn1.c: Instead of rb_intern use static symbols toemboss2011-05-221-13/+21
* * ext/openssl/ossl_asn1.c: Use OpenSSL constants V_ASN1_xxx instead ofemboss2011-05-221-23/+23
* * ext/openssl/ossl_asn1.c(ossl_asn1_default_tag): avoid using RCLASS_SUPERnahi2011-05-221-6/+8
* * ext: remove trailing spaces.nobu2011-05-2283-1033/+1033
* * ext/pty/pty.c: Improve documentaton. Patch by David Copeland.drbrain2011-05-221-29/+72
* * ext/curses/curses.c: Complete documentation. Patch by Vincentdrbrain2011-05-221-4/+495
* * ext/openssl/ossl_asn1.c: Default tag lookup in constant time via hashemboss2011-05-221-7/+35
* * ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.emboss2011-05-211-2/+3
* * ext/date/date_core.c: modified documentation.tadf2011-05-211-118/+116
* removed a line.tadf2011-05-211-1/+0
* * ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".tadf2011-05-211-1/+1
* * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.tadf2011-05-216-2715/+7232
* * ext/.document: Add curses to documented extensions.drbrain2011-05-202-61/+977
* * ext/bigdecimal/lib/bigdecimal/util.rb: Improve documentation. Patchdrbrain2011-05-201-18/+45
* * ext/bigdecimal/lib/bigdecimal/jacobian.rb: Document isEqual. Patchdrbrain2011-05-201-2/+2
* * ext/date/lib/date/format.rb: Document date formats. Patch bydrbrain2011-05-201-0/+24
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-193-5/+5
* *ext/openssl/ossl_pkey.c: Add documentation.emboss2011-05-181-0/+109
* * ext/io/console/lib/console/size.rb (IO#console_size): newnobu2011-05-181-0/+20
* * internal.h: add for internal use only.nobu2011-05-183-2/+6
* * ext/openssl/ossl_digest.c: Add documentation.emboss2011-05-161-3/+159
* * ext/openssl/ossl_asn1.c: Fix more typos. Document attributesemboss2011-05-161-150/+156
* * ext/digest: Improve documentation of Digest, Digest::HMAC anddrbrain2011-05-163-46/+112
* * ext/openssl/ossl_asn1.c: fix typos and remove trailing spacesnagachika2011-05-161-48/+48
* Mon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-151-1/+496
* * remove trailing spaces.nobu2011-05-1540-261/+261
* * ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.drbrain2011-05-141-36/+469
* * ext/psych/lib/psych.rb: released a new gem, so increasing version.tenderlove2011-05-131-1/+1
* Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-133-49/+15
* Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-133-15/+49
* * ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is ...iwamatsu2011-05-121-0/+3
* Thu May 12 08:01:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-111-32/+31
* * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain2011-05-111-1/+7
* * Various .document files: Update .document files to match files whichdrbrain2011-05-112-18/+48
* Thu May 12 08:18:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-111-5/+5
* Thu May 12 07:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-111-7/+7
* fixed indent.tadf2011-05-091-2/+2
* * ext/date/date_{parse,strptime}.c: introduced some macros.tadf2011-05-082-10/+13
* * ext/date/lib/date/format.rb (_httpdate): omitted to call zone_to_diff.tadf2011-05-081-2/+2
* * ext/date/date_core.c (date_s_test_*): use macros.tadf2011-05-081-24/+18
* * ext/syck/rubyext.c (mktime_do): extra digits are not used.nobu2011-05-061-9/+9
* * ext/syck/rubyext.c (mktime_do): remove unused variable offset.naruse2011-05-062-2/+1