summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-05-01* ext/socket/init.c (rsock_connect): add to care EINTR. basedkosaki
2011-04-30* include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki
2011-04-26 * ext/date/date_core.c (date_zone_to_diff): renamed.tadf
2011-04-26 * ext/date/date_core.c: modified validation methods.tadf
2011-04-26 * ext/date/date_core.c (dt_lite_set_tmx): should get df value.tadf
2011-04-26 * ext/date/lib/date/format.rb (_iso8601): allowed day only civiltadf
2011-04-25* ext/openssl/extconf.rb: Should check SSLv2_*method.iwamatsu
2011-04-25* ext/ripper/lib/ripper/sexp.rb: fix rdoc arround sexp.naruse
2011-04-24 * lib/time.rb: require 'date'.tadf
2011-04-24 * ext/date/lib/date/format.rb: require 'date'.tadf
2011-04-24 * ext/date/lib/date/format.rb (_iso8601): added a pattern.tadf
2011-04-24* ext/date/lib/date/format.rb: require 'date_core.so'.naruse
2011-04-24 * ext/date/lib/date/format.rb: fixed a bug of regex.tadf
2011-04-24 * ext/date/lib/date/format.rb: an adjustment of regex.tadf