summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2011-05-31 * ext/pty/pty.c (pty_check): Restore "not reached" comment.drbrain
2011-05-31 * ext/zlib/zlib.c: Fix document-method declarations for set_sync anddrbrain
2011-05-31* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): remove unusednagachika
2011-05-31* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): support instantiation frommrkn
2011-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support coerce with amrkn
2011-05-31 * ext/date/date_core.c (offset_to_sec): fixed invalid validation.tadf
2011-05-31* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm formrkn
2011-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation amrkn
2011-05-31 * ext/date/date_core.c: use simple/complex mode instead of light/right mode.tadf
2011-05-30Tue Jun 30 06:45:21 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-26* ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.nagai
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 * ext/zlib/zlib.c: Fix Document-method declarations. Improvedrbrain
2011-05-23* ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi...nagai
2011-05-23* ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss
2011-05-22* ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1_initialize): Allow creation ofemboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1_cons_to_der): Add an additionalemboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1data_to_der): Remove redundantemboss
2011-05-22* ext/openssl/ossl_asn1.c: Instead of rb_intern use static symbols toemboss
2011-05-22* ext/openssl/ossl_asn1.c: Use OpenSSL constants V_ASN1_xxx instead ofemboss
2011-05-22* ext/openssl/ossl_asn1.c(ossl_asn1_default_tag): avoid using RCLASS_SUPERnahi
2011-05-22* ext: remove trailing spaces.nobu
2011-05-22 * ext/pty/pty.c: Improve documentaton. Patch by David Copeland.drbrain
2011-05-22 * ext/curses/curses.c: Complete documentation. Patch by Vincentdrbrain
2011-05-22* ext/openssl/ossl_asn1.c: Default tag lookup in constant time via hashemboss
2011-05-21* ext/openssl/ossl_digest.c: Explain DSS and DSS1 in documentation.emboss
2011-05-21 * ext/date/date_core.c: modified documentation.tadf
2011-05-21removed a line.tadf
2011-05-21 * ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".tadf
2011-05-21 * ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.tadf
2011-05-20 * ext/.document: Add curses to documented extensions.drbrain
2011-05-20 * ext/bigdecimal/lib/bigdecimal/util.rb: Improve documentation. Patchdrbrain
2011-05-20 * ext/bigdecimal/lib/bigdecimal/jacobian.rb: Document isEqual. Patchdrbrain
2011-05-20 * ext/date/lib/date/format.rb: Document date formats. Patch bydrbrain
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18*ext/openssl/ossl_pkey.c: Add documentation.emboss
2011-05-18* ext/io/console/lib/console/size.rb (IO#console_size): newnobu
2011-05-18* internal.h: add for internal use only.nobu
2011-05-16* ext/openssl/ossl_digest.c: Add documentation.emboss
2011-05-16* ext/openssl/ossl_asn1.c: Fix more typos. Document attributesemboss
2011-05-16 * ext/digest: Improve documentation of Digest, Digest::HMAC anddrbrain
2011-05-16 * ext/openssl/ossl_asn1.c: fix typos and remove trailing spacesnagachika
2011-05-15Mon May 16 05:13:20 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-15* remove trailing spaces.nobu
2011-05-14 * ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.drbrain
2011-05-13* ext/psych/lib/psych.rb: released a new gem, so increasing version.tenderlove