aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ext/tk/extconf.rb: fix for uninitialized global variables. [Ruby 1.9 - Bug ...nagai2011-06-011-39/+47
* * ext/pty/pty.c (pty_check): Restore "not reached" comment.drbrain2011-05-311-1/+1
* * ext/zlib/zlib.c: Fix document-method declarations for set_sync anddrbrain2011-05-311-2/+2
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): remove unusednagachika2011-05-311-1/+0
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): support instantiation frommrkn2011-05-311-0/+13
* * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support coerce with amrkn2011-05-311-2/+11
* * ext/date/date_core.c (offset_to_sec): fixed invalid validation.tadf2011-05-311-12/+18
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm formrkn2011-05-311-41/+66
* * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation amrkn2011-05-311-33/+37
* * ext/date/date_core.c: use simple/complex mode instead of light/right mode.tadf2011-05-312-5384/+3515
* Tue Jun 30 06:45:21 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-301-0/+16
* * ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.nagai2011-05-262-176/+341
* * ext/curses/curses.c: Remove color constants block.drbrain2011-05-251-26/+11
* * ext/curses/curses.c: Add missing documentation for button state, MINdrbrain2011-05-251-7/+6
* * ext/zlib/zlib.c: Fix Document-method declarations. Improvedrbrain2011-05-251-14/+12