aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/zlib/zlib.c (gzfile_wrap): Document encoding options.drbrain2011-08-091-14/+27
* * ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.kosaki2011-08-072-3/+1
* * ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly.naruse2011-08-071-0/+2
* * ext/objspace/objspace.c: fix typos in a document.ktsj2011-08-071-3/+3
* * ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receivernaruse2011-08-061-3/+3
* * ext/psych/psych.gemspec (files): remove extra commas.nobu2011-08-041-83/+83
* oops, fix author in the psych gemspectenderlove2011-08-031-1/+1
* installing psych as a gemtenderlove2011-08-031-0/+108
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-033-27/+0
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): version 1.1.0.mrkn2011-07-302-1/+32
* * ext/socket/lib/socket.rb (udp_server_sockets): unused variableakr2011-07-291-2/+0
* * remove unused variables.nobu2011-07-292-2/+2
* * ext/socket/mkconstants.rb: fix typos.akr2011-07-291-17/+17
* * ext/socket/mkconstants.rb: use whitespaces as a separator.akr2011-07-291-1/+1
* * ext/socket/mkconstants.rb: add documents for constants.akr2011-07-291-348/+354
* * ext/fiddle/closure.c (callback): use rb_ary_tmp_new() instead ofnagachika2011-07-281-11/+12
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-281-1/+9
* * ext/dl/callback/mkcallback.rb (gencallback): use PTR2NUM.nobu2011-07-281-11/+3
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu2011-07-281-5/+11
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall.nobu2011-07-281-3/+2
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fix wrapping condition.nobu2011-07-281-1/+1
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-273-27/+57
* * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn2011-07-261-5/+5
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn2011-07-261-2/+2
* * ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn2011-07-261-0/+17
* * ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn2011-07-261-0/+8
* * bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn2011-07-261-2/+38
* * ext/openssl/lib/openssl.rb: End of transition period introduced bynahi2011-07-255-340/+336
* * ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi2011-07-252-9/+7
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi2011-07-251-1/+2