aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/date/date_core.c (dt_lite_set_tmx): should get df value.tadf2011-04-261-0/+1
* * ext/date/lib/date/format.rb (_iso8601): allowed day only civiltadf2011-04-261-30/+40
* * ext/openssl/extconf.rb: Should check SSLv2_*method.iwamatsu2011-04-251-0/+3
* * ext/ripper/lib/ripper/sexp.rb: fix rdoc arround sexp.naruse2011-04-251-5/+20
* * lib/time.rb: require 'date'.tadf2011-04-241-2/+0
* * ext/date/lib/date/format.rb: require 'date'.tadf2011-04-241-1/+2
* * ext/date/lib/date/format.rb (_iso8601): added a pattern.tadf2011-04-241-10/+15
* * ext/date/lib/date/format.rb: require 'date_core.so'.naruse2011-04-241-0/+1
* * ext/date/lib/date/format.rb: fixed a bug of regex.tadf2011-04-241-1/+2
* * ext/date/lib/date/format.rb: an adjustment of regex.tadf2011-04-241-3/+3
* * ext/date/lib/date/format.rb: omitted to call _parse.tadf2011-04-241-58/+253
* * ext/date/date_parse.c (n2i): takes long.tadf2011-04-231-2/+3
* * ext/date/date_parse.c: reverted.tadf2011-04-231-5/+5
* * ext/date/date_core.c (leap_p): surpress warning: parentheses.naruse2011-04-233-12/+8
* * ext/date/date_parse.c: removed some unused macros. use strchr()tadf2011-04-231-19/+9
* * ext/date/date_core.c: replacement of implementation oftadf2011-04-233-594/+1452
* * ext/psych/parser.c (parse): strings from psych have proper tainttenderlove2011-04-211-0/+14
* * ext/date/date_strptime.c (date__strptime_internal): do nottadf2011-04-201-0/+1
* added date_tmx.htadf2011-04-161-0/+19
* * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.tadf2011-04-164-142/+136
* typotadf2011-04-161-2/+2
* * ext/date/date_strftime.c (date_strftime_wo_timespec): changedtadf2011-04-161-59/+7
* * ext/date/date_core.c: replacement of implementation oftadf2011-04-163-219/+781
* fix style.nobu2011-04-141-4/+4
* * ext/readline/extconf.rb: --disable-libedit to disablekouji2011-04-121-1/+8
* * ext/openssl/ossl.c: Fix typo, document version constants.drbrain2011-04-101-2/+10
* * ext/stringio/stringio.c (strio_each, strio_readlines):sorah2011-04-091-4/+4
* * ext/stringio/stringio.c (strio_each):sorah2011-04-091-3/+3
* * ext/stringio/stringio.c (strio_each, strio_readlines):sorah2011-04-091-0/+11
* * ext/stringio/stringio.c (strio_getline): check whether str isnaruse2011-04-081-12/+14
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse2011-04-063-2/+17
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_initialize):naruse2011-04-061-1/+9
* * ext/io/nonblock/nonblock.c (io_nonblock_set): Avoid F_SETFL ifkosaki2011-04-041-2/+8
* * ext/syslog/syslog.c: improve rdoc.nagachika2011-04-031-6/+14
* * ext/zlib/zlib.c: parenthesize macro arguments.akr2011-04-031-2/+2
* * ext/syslog/syslog.c: parenthesize macro arguments.akr2011-04-011-1/+1
* * ext/strscan/strscan.c: parenthesize macro arguments.akr2011-03-311-2/+2
* * ext/date: use timev.h in toplevel.nobu2011-03-303-21/+3
* * ext/stringio/stringio.c: parenthesize macro arguments.akr2011-03-291-2/+2
* * ext/socket/raddrinfo.c: parenthesize macro arguments.akr2011-03-281-1/+1
* * ext/date/date_core.c (date_s_today): use int for year.naruse2011-03-281-9/+9
* * ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.usa2011-03-281-0/+1
* * ext/socket/ipsocket.c: parenthesize macro arguments.akr2011-03-271-1/+1
* * ext/date/date_core.c: removed unused variables.tadf2011-03-271-4/+0
* * ext/socket/getaddrinfo.c: parenthesize macro arguments.akr2011-03-261-2/+2
* * ext/date/lib/date/format.rb (DateTime#strftime): removed becausenaruse2011-03-251-4/+0
* time(3)'s argument and return value is time_t.naruse2011-03-251-4/+3
* * ext/date/date_core.c: should not force cast with macros.tadf2011-03-252-13/+14
* * ext/sdbm/init.c: parenthesize macro arguments.akr2011-03-251-4/+4
* * ext/sdbm/_sdbm.c (sdbm_open): use size_t.naruse2011-03-259-34/+34