aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * internal.h: move rb_thread_io_blocking_region() declarationkosaki2011-06-213-1/+4
* * ext/date/date_core.c (datetime_s_*): canonicalize 24 o'clock.tadf2011-06-211-3/+15
* * ext/readline/readline.c (readline_getc): applied a patch inkouji2011-06-211-0/+28
* * ext/readline/extconf.rb: fixed bug, specify --disable-libeditkouji2011-06-211-1/+4
* * ext/openssl/ossl_cipher.c, ext/openssl/lib/openssl/cipher.rb:nahi2011-06-202-4/+4
* * suppress compile warnings.nobu2011-06-171-1/+1
* * ext/bigdecimal/bigdecimal.c (VpNewRbClass): fix type of the 2ndmrkn2011-06-172-2/+2
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): move BigMath.exp frommrkn2011-06-172-42/+136
* * ext/date/date_core.c: do not define wnum[01].tadf2011-06-171-2/+6
* update doc.akr2011-06-171-0/+1
* * ext/curses/curses.c: Clean up documentation.drbrain2011-06-171-30/+39
* * ext/curses/curses.c: Document curses constants. Patch by Vincentdrbrain2011-06-171-98/+585
* * ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it'snagai2011-06-141-4/+4
* * 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