summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2011-06-13* ext/coverage/coverage.c: make it restartable. [ruby-core:36539]mame
2011-06-13* ext/io/console/console.c (console_dev): typo.usa
2011-06-13* ext/io/console/console.c (console_dev): console should benobu
2011-06-13* ext/io/console/console.c (console_dev): take care of no-cttynobu
2011-06-13* ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr
2011-06-13* ext/io/console/console.c (console_dev): fix typo.nobu
2011-06-13* ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal): new function tomrkn
2011-06-13* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrecmrkn
2011-06-13Fix: r32043 may raise NameError.naruse
2011-06-13* ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss
2011-06-13* ext/syck/lib/syck/rubytypes.rb: ditto.naruse
2011-06-13* ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):naruse
2011-06-13* ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss
2011-06-13* ext/openssl/pkey_dh.c: corrected documentation.emboss
2011-06-13* ext/openssl/pkey_dh.c: clarify difference between DH#public_key andemboss
2011-06-12* ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss
2011-06-12* ext/objspace/objspace.c (total_i): fix to skip no ruby objects.ko1
2011-06-12* ext/openssl/ossl_pkey_dh.c: completed documentation.emboss
2011-06-12* ext/openssl/ossl_pkey_dsa.c: completed documentation.emboss
2011-06-12 * ext/date/date_core.c (d_lite_marshal_load): should give converted value.tadf
2011-06-12 * ext/date/date_core.c: edited doc.tadf
2011-06-12* ext/tk/extconf.rb: fails on Mac OS X [Ruby 1.9 - Bug #4853]nagai
2011-06-11 * ext/date/date_core.c: edited doc.tadf
2011-06-11 * ext/date/date_core.c: edited doc.tadf
2011-06-11* ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi
2011-06-11 * ext/date/date_core.c: replaced doc for strftime based on Time's one.tadf
2011-06-11 * ext/date/date_core.c (datetime_s_{iso8601,rfc3339,xmlschema,rfc2822,httpda...tadf
2011-06-11 * ext/date/date_core.c: added examples.tadf
2011-06-11* ext/openssl/ossl_x509req.c: raise RequestError instead ofnahi
2011-06-11 * ext/date/date_core.c (Date::(ABBR_)?(MONTH|DAY)NAMES): should be usascii.tadf
2011-06-11 * ext/date/date_core.c: rewrote doc.tadf
2011-06-10* ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS withkosaki
2011-06-09* ext/psych/lib/psych.rb: updating version to match released gem.tenderlove
2011-06-09 * ext/bigdecimal (BigDecimal_to_i): Integer#** may return flonum.tadf
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Hash subclasses can be readtenderlove
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Ruby modules can be loadedtenderlove
2011-06-09* ext/psych/lib/psych/visitors/to_ruby.rb: Ruby classes can be loadedtenderlove
2011-06-07* ext/date/date_core.c (date_s_today, datetime_s_now): check thenobu
2011-06-07* ext/tk/extconf.rb: use $defs not $CPPFLAGS to get rid ofnobu
2011-06-06 * ext/date/date_core.c: added notes.tadf
2011-06-06 * ext/date/date_core.c: flattened format to strftimev.tadf
2011-06-06* ext/date/date_core.c (valid_jd_sub): need to convert from VALUE tousa
2011-06-06* ext/psych/parser.c (parse): release event objects to plug memorytenderlove
2011-06-05 * ext/date/date_core.c (m_real_cwyear): new. derived from m_cwyear.tadf
2011-06-05* ext/tk/config_list.in: add new options for tcltklib.nagai
2011-06-05 * ext/date/date_tmx.h: now does not place decoded data. allows totadf
2011-06-04 * ext/date/date_core.c (d_lite_inspect): changed the format.tadf
2011-06-03* ext/date/date_core.c (d_lite_plus): get rid of compiler warnings.usa
2011-06-01* ext/tk/tcltklib.c: reduce CPU power required by an eventloop.nagai
2011-06-01* ext/tk/extconf.rb: fix for uninitialized global variables. [Ruby 1.9 - Bug ...nagai