summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-04-24 * ext/date/lib/date/format.rb: omitted to call _parse.tadf
2011-04-23 * ext/date/date_parse.c (n2i): takes long.tadf
2011-04-23 * ext/date/date_parse.c: reverted.tadf
2011-04-23* ext/date/date_core.c (leap_p): surpress warning: parentheses.naruse
2011-04-23 * ext/date/date_parse.c: removed some unused macros. use strchr()tadf
2011-04-23 * ext/date/date_core.c: replacement of implementation oftadf
2011-04-21* ext/psych/parser.c (parse): strings from psych have proper tainttenderlove
2011-04-20 * ext/date/date_strptime.c (date__strptime_internal): do nottadf
2011-04-16added date_tmx.htadf
2011-04-16 * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.tadf
2011-04-16typotadf
2011-04-16 * ext/date/date_strftime.c (date_strftime_wo_timespec): changedtadf
2011-04-16 * ext/date/date_core.c: replacement of implementation oftadf
2011-04-14fix style.nobu
2011-04-12* ext/readline/extconf.rb: --disable-libedit to disablekouji
2011-04-10 * ext/openssl/ossl.c: Fix typo, document version constants.drbrain
2011-04-09* ext/stringio/stringio.c (strio_each, strio_readlines):sorah
2011-04-09* ext/stringio/stringio.c (strio_each):sorah
2011-04-09* ext/stringio/stringio.c (strio_each, strio_readlines):sorah
2011-04-08* ext/stringio/stringio.c (strio_getline): check whether str isnaruse
2011-04-06* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse
2011-04-06* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):naruse
2011-04-04* ext/io/nonblock/nonblock.c (io_nonblock_set): Avoid F_SETFL ifkosaki
2011-04-03 * ext/syslog/syslog.c: improve rdoc.nagachika
2011-04-03* ext/zlib/zlib.c: parenthesize macro arguments.akr
2011-04-01* ext/syslog/syslog.c: parenthesize macro arguments.akr