summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-05-31 * ext/pty/pty.c (pty_check): Restore "not reached" comment.drbrain
2011-05-31 * ext/zlib/zlib.c: Fix document-method declarations for set_sync anddrbrain
2011-05-31* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): remove unusednagachika
2011-05-31* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): support instantiation frommrkn
2011-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support coerce with amrkn
2011-05-31 * ext/date/date_core.c (offset_to_sec): fixed invalid validation.tadf
2011-05-31* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm formrkn
2011-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation amrkn
2011-05-31 * ext/date/date_core.c: use simple/complex mode instead of light/right mode.tadf
2011-05-30Tue Jun 30 06:45:21 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-26* ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.nagai