summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-03-31* ext/strscan/strscan.c: parenthesize macro arguments.akr
2011-03-30* ext/date: use timev.h in toplevel.nobu
2011-03-29* ext/stringio/stringio.c: parenthesize macro arguments.akr
2011-03-28* ext/socket/raddrinfo.c: parenthesize macro arguments.akr
2011-03-28* ext/date/date_core.c (date_s_today): use int for year.naruse
2011-03-28* ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.usa
2011-03-27* ext/socket/ipsocket.c: parenthesize macro arguments.akr
2011-03-27 * ext/date/date_core.c: removed unused variables.tadf
2011-03-26* ext/socket/getaddrinfo.c: parenthesize macro arguments.akr
2011-03-25* ext/date/lib/date/format.rb (DateTime#strftime): removed becausenaruse