aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/nkf/nkf-utf8/nkf.c: import nkf 7f18e30.naruse2011-03-251-3/+3
* * ext/sdbm/_sdbm.c: parenthesize macro arguments.akr2011-03-241-5/+5
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-2419-71/+70
* * ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT becausenaruse2011-03-243-6/+6
* * ext/openssl/ossl_x509name.c: id_aref's type is ID.naruse2011-03-241-1/+1
* * ext/io/console/console.c (console_set_winsize):naruse2011-03-241-1/+1
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify): flags is VALUE,naruse2011-03-241-2/+2
* * ext/readline/readline.c: parenthesize macro arguments.akr2011-03-231-1/+1
* * ext/psych/parser.c: parenthesize macro arguments.akr2011-03-221-2/+2
* * ext/openssl/ruby_missing.h: parenthesize macro arguments.akr2011-03-221-5/+5
* * ext/openssl/lib/openssl/buffering.rb: removed circular require ofnahi2011-03-225-17/+0
* * ext/date/date_strftime.c (date_strftime_wo_timespec):naruse2011-03-211-2/+2
* * lib/test/unit/parallel.rb: remove unused variable.naruse2011-03-211-42/+42
* * enc/utf_16le.c: surpress warning: shorten-64-to-32.naruse2011-03-212-22/+22
* * ext/date/date_strftime.c: checks duplicated modifiers.tadf2011-03-201-0/+2
* * ext/date/date_strftime.c: removed unused code and arguments.tadf2011-03-201-3/+3
* * ext/date/date_strftime.c: removed unused code and arguments.tadf2011-03-201-45/+8
* * ext/date/date_core.c: replacement of implementation oftadf2011-03-204-209/+1500
* * ext/openssl/ossl_x509store.c: parenthesize macro arguments.akr2011-03-201-12/+12
* * ext/openssl/ossl_x509revoked.c: parenthesize macro arguments.akr2011-03-191-6/+6
* * ext/openssl/ossl_x509req.c: parenthesize macro arguments.akr2011-03-181-6/+6
* * ext/win32ole/extconf.rb (create_docfile): removed. should notnobu2011-03-172-14/+1
* * include/ruby/ruby.h (rb_funcall_passing_block): add prototype.nobu2011-03-172-0/+32
* * ext/openssl/ossl_x509name.c: parenthesize macro arguments.akr2011-03-161-7/+7
* * ext/socket/ipsocket.c (init_inetsock_internal): raise an error onakr2011-03-161-1/+1
* * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush shoulddrbrain2011-03-161-0/+2
* de-nest the Buffering moduledrbrain2011-03-161-63/+173