aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki2011-09-261-1/+1
* * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss2011-09-251-4/+14
* suppress warnings.nobu2011-09-251-1/+1
* * ext/openssl/ossl_asn1.c: remove unused variable.emboss2011-09-231-4/+0
* Merge branch 'tk_utf8' into trunkayumin2011-09-1486-2393/+2393
* * thread.c (rb_thread_select): fix to ignore an argumentkosaki2011-09-121-0/+19
* * ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.ayumin2011-09-091-1/+1
* * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)naruse2011-09-081-3/+3
* * ext/syck/lib/syck/types.rb: use toplevel Syck.naruse2011-09-071-8/+8
* Revert "Change encoding from ISO-2022 to UTF-8"naruse2011-09-071-23/+23
* * ext/readline/README.ja:ayumin2011-09-071-172/+172
* Change encoding from ISO-2022 to UTF-8ayumin2011-09-071-23/+23
* Fix typo: U+0456->U+0069. [Bug #5275]naruse2011-09-051-1/+1
* * ext/io/console/console.c (console_set_winsize): removenobu2011-09-031-0/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged astenderlove2011-09-011-1/+8
* * Release GVL while OpenSSL's public key generation.nahi2011-09-016-10/+228
* * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse2011-08-315-36/+49
* * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa2011-08-301-1/+1
* Don't include complex and rational; fix r33122.naruse2011-08-301-2/+0
* * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse2011-08-309-274/+635
* * thread.c (rb_thread_select): rewrite by usingkosaki2011-08-303-0/+59
* * ext/date/date_parse.c (date_zone_to_diff): keep a temporary stringnagachika2011-08-281-3/+6
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-262-8/+10
* * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.drbrain2011-08-254-60/+76
* * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and adddrbrain2011-08-252-0/+22
* * ext/psych/lib/psych.rb: Fixing psych version number.tenderlove2011-08-242-95/+12
* * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove2011-08-241-1/+1
* * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi2011-08-231-0/+6
* * ext/stringio/stringio.c (strio_read): return new string if nilnobu2011-08-201-10/+12
* * ext/bigdecimal/bigdecimal.c (cannot_be_coerced_into_BigDecimal):mrkn2011-08-171-4/+3
* Merge branch '5172_bigdecimal_gc_issue' into trunkmrkn2011-08-171-6/+22
* * ext/openssl/ossl_x509cert.c: fixed whitespace issuesemboss2011-08-161-7/+7
* * ext/openssl/ossl_x509cert.c: Add class documentation foremboss2011-08-161-0/+98
* * ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH doesemboss2011-08-161-2/+2
* * ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192]drbrain2011-08-167-7/+393
* * ext/.document (fiddle): Remove duplicate entrydrbrain2011-08-157-1/+202
* * ext/socket: Make Socket documentation appear. Add documentation fordrbrain2011-08-1515-103/+245
* * ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss2011-08-151-0/+3
* * ext/date/date_core.c: [ruby-core:38861]tadf2011-08-131-11/+28
* * ext/date/date_parse.c parse_ddd_cb): fix r32896. RB_GC_GUARDnagachika2011-08-131-1/+1
* * ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.tenderlove2011-08-131-0/+1
* * ext/date/date_core.c (date_strftime_alloc): followed the changetadf2011-08-131-1/+5
* * ext/psych/lib/psych/scalar_scanner.rb: Only consider stringstenderlove2011-08-131-2/+5
* * ext/date/date_core.c: [ruby-core:38855].tadf2011-08-121-0/+6
* * ext/digest/digest.c: Add documentation for the Digest module. Patch bydrbrain2011-08-121-0/+47
* * ext/socket/ipsocket.c (init_inetsock_internal): use SOMAXCONN forakr2011-08-114-5/+5
* * ext/socket/lib/socket.rb: fix argument check in the previous commit.akr2011-08-101-3/+1
* * ext/socket/lib/socket.rb (Socket.tcp): add :connect_timeout option.akr2011-08-101-12/+83
* * ext/date/date_parse.c (date_zone_to_diff): add RB_GC_GUARD.nagachika2011-08-091-0/+4
* * ext/fiddle/conversions.c (generic_to_value): ffi_arg and ffi_sargngoto2011-08-093-5/+15