summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-05-13Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-13Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-12 * ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is ...iwamatsu
2011-05-11Thu May 12 08:01:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-11 * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain
2011-05-11 * Various .document files: Update .document files to match files whichdrbrain
2011-05-11Thu May 12 08:18:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-11Thu May 12 07:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-09fixed indent.tadf
2011-05-08 * ext/date/date_{parse,strptime}.c: introduced some macros.tadf
2011-05-08 * ext/date/lib/date/format.rb (_httpdate): omitted to call zone_to_diff.tadf
2011-05-08 * ext/date/date_core.c (date_s_test_*): use macros.tadf
2011-05-06* ext/syck/rubyext.c (mktime_do): extra digits are not used.nobu
2011-05-06* ext/syck/rubyext.c (mktime_do): remove unused variable offset.naruse
2011-05-06* ext/date/date_core.c (DAY_IN_NANOSECONDS): refix: 31438.naruse
2011-05-06* ext/syck/rubyext.c (mktime_do): avoid buffer overrun, byshyouhei
2011-05-06YAML.load time correctly parse usecs smaller than 1 fixes #4571shyouhei
2011-05-05* ext/date/date_core.c (DAY_IN_NANOSECONDS): long long int is notnobu
2011-05-04fix capture to avoid doing a sub on the useconds when parsing datestenderlove
2011-05-04* ext/-test-/wait_for_single_fd: New. for testingkosaki
2011-05-04* ext/socket/init.c (wait_connectable): fix error handling code.kosaki
2011-05-04* ext/readline/readline.c (readline_event): use rb_wait_for_single_fd().kosaki
2011-05-04* ext/socket/init.c (wait_connectable): use rb_wait_for_single_fd().kosaki
2011-05-04* ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().kosaki
2011-05-03* ext/psych/lib/psych/visitors/yaml_tree.rb: fix time dumping so thattenderlove