aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/date/date_core.c: renamed some functions.tadf2011-06-141-97/+110
* * ext/coverage/coverage.c: make it restartable. [ruby-core:36539]mame2011-06-131-9/+17
* * ext/io/console/console.c (console_dev): typo.usa2011-06-131-1/+1
* * ext/io/console/console.c (console_dev): console should benobu2011-06-131-0/+2
* * ext/io/console/console.c (console_dev): take care of no-cttynobu2011-06-131-8/+17
* * ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr2011-06-131-6/+8
* * ext/io/console/console.c (console_dev): fix typo.nobu2011-06-131-12/+12
* * ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal): new function tomrkn2011-06-131-2/+8
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrecmrkn2011-06-131-20/+76
* Fix: r32043 may raise NameError.naruse2011-06-131-1/+1
* * ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss2011-06-131-3/+6
* * ext/syck/lib/syck/rubytypes.rb: ditto.naruse2011-06-131-0/+1
* * ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):naruse2011-06-131-0/+1
* * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss2011-06-131-4/+8
* * ext/openssl/pkey_dh.c: corrected documentation.emboss2011-06-131-8/+11
* * ext/openssl/pkey_dh.c: clarify difference between DH#public_key andemboss2011-06-131-18/+54
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-122-6/+66
* * ext/objspace/objspace.c (total_i): fix to skip no ruby objects.ko12011-06-121-2/+13
* * ext/openssl/ossl_pkey_dh.c: completed documentation.emboss2011-06-122-31/+69
* * ext/openssl/ossl_pkey_dsa.c: completed documentation.emboss2011-06-121-18/+88
* * ext/date/date_core.c (d_lite_marshal_load): should give converted value.tadf2011-06-121-1/+1
* * ext/date/date_core.c: edited doc.tadf2011-06-121-24/+163
* * ext/tk/extconf.rb: fails on Mac OS X [Ruby 1.9 - Bug #4853]nagai2011-06-121-9/+9
* * ext/date/date_core.c: edited doc.tadf2011-06-111-23/+27
* * ext/date/date_core.c: edited doc.tadf2011-06-111-9/+207
* * ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi2011-06-111-3/+2
* * ext/date/date_core.c: replaced doc for strftime based on Time's one.tadf2011-06-111-1/+169
* * ext/date/date_core.c (datetime_s_{iso8601,rfc3339,xmlschema,rfc2822,httpda...tadf2011-06-111-24/+12
* * ext/date/date_core.c: added examples.tadf2011-06-111-3/+262
* * ext/openssl/ossl_x509req.c: raise RequestError instead ofnahi2011-06-111-1/+1
* * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.tadf2011-06-111-1/+1
* * ext/date/date_core.c: rewrote doc.tadf2011-06-111-765/+574
* * ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS withkosaki2011-06-101-1/+1
* * ext/psych/lib/psych.rb: updating version to match released gem.tenderlove2011-06-091-1/+1
* * ext/bigdecimal (BigDecimal_to_i): Integer#** may return flonum.tadf2011-06-091-4/+9
* * ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be readtenderlove2011-06-092-23/+34
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loadedtenderlove2011-06-092-1/+6
* * ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loadedtenderlove2011-06-092-1/+4
* * ext/date/date_core.c (date_s_today, datetime_s_now): check thenobu2011-06-071-2/+4
* * ext/tk/extconf.rb: use $defs not $CPPFLAGS to get rid ofnobu2011-06-071-5/+4
* * ext/date/date_core.c: added notes.tadf2011-06-061-2/+7
* * ext/date/date_core.c: flattened format to strftimev.tadf2011-06-061-9/+11
* * ext/date/date_core.c (valid_jd_sub): need to convert from VALUE tousa2011-06-061-2/+3
* * ext/psych/parser.c (parse): release event objects to plug memorytenderlove2011-06-061-0/+1
* * ext/date/date_core.c (m_real_cwyear): new. derived from m_cwyear.tadf2011-06-052-56/+84
* * ext/tk/config_list.in: add new options for tcltklib.nagai2011-06-051-1/+5
* * ext/date/date_tmx.h: now does not place decoded data. allows totadf2011-06-053-321/+344
* * ext/date/date_core.c (d_lite_inspect): changed the format.tadf2011-06-041-807/+1108
* * ext/date/date_core.c (d_lite_plus): get rid of compiler warnings.usa2011-06-031-2/+2
* * ext/tk/tcltklib.c: reduce CPU power required by an eventloop.nagai2011-06-011-6/+30