summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2011-08-25* ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.drbrain
2011-08-25* ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and adddrbrain
2011-08-24* ext/psych/lib/psych.rb: Fixing psych version number.tenderlove
2011-08-24* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove
2011-08-23* ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi
2011-08-20* ext/stringio/stringio.c (strio_read): return new string if nilnobu
2011-08-17* ext/bigdecimal/bigdecimal.c (cannot_be_coerced_into_BigDecimal):mrkn
2011-08-17Merge branch '5172_bigdecimal_gc_issue' into trunkmrkn
2011-08-16* ext/openssl/ossl_x509cert.c: fixed whitespace issuesemboss
2011-08-16* ext/openssl/ossl_x509cert.c: Add class documentation foremboss
2011-08-16* ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH doesemboss
2011-08-16* ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192]drbrain
2011-08-15* ext/.document (fiddle): Remove duplicate entrydrbrain
2011-08-15* ext/socket: Make Socket documentation appear. Add documentation fordrbrain
2011-08-15* ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss
2011-08-13 * ext/date/date_core.c: [ruby-core:38861]tadf
2011-08-13* ext/date/date_parse.c parse_ddd_cb): fix r32896. RB_GC_GUARDnagachika
2011-08-13* ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.tenderlove
2011-08-13 * ext/date/date_core.c (date_strftime_alloc): followed the changetadf
2011-08-13* ext/psych/lib/psych/scalar_scanner.rb: Only consider stringstenderlove
2011-08-12 * ext/date/date_core.c: [ruby-core:38855].tadf
2011-08-12* ext/digest/digest.c: Add documentation for the Digest module. Patch bydrbrain
2011-08-11* ext/socket/ipsocket.c (init_inetsock_internal): use SOMAXCONN forakr
2011-08-10* ext/socket/lib/socket.rb: fix argument check in the previous commit.akr
2011-08-10* ext/socket/lib/socket.rb (Socket.tcp): add :connect_timeout option.akr
2011-08-09* ext/date/date_parse.c (date_zone_to_diff): add RB_GC_GUARD.nagachika
2011-08-09* ext/fiddle/conversions.c (generic_to_value): ffi_arg and ffi_sargngoto
2011-08-09 * ext/zlib/zlib.c (gzfile_wrap): Document encoding options.drbrain
2011-08-07* ext/openssl/ossl_asn1.c (decode_eoc): remove unused variables.kosaki
2011-08-07* ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly.naruse
2011-08-07* ext/objspace/objspace.c: fix typos in a document.ktsj
2011-08-06* ext/tk/lib/tk/wm.rb (Tk::Wm.command): Add the missing receivernaruse
2011-08-04* ext/psych/psych.gemspec (files): remove extra commas.nobu
2011-08-03oops, fix author in the psych gemspectenderlove
2011-08-03installing psych as a gemtenderlove
2011-08-03* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa
2011-07-30* ext/bigdecimal/bigdecimal.c (BigDecimal_version): version 1.1.0.mrkn
2011-07-29* ext/socket/lib/socket.rb (udp_server_sockets): unused variableakr
2011-07-29* remove unused variables.nobu
2011-07-29* ext/socket/mkconstants.rb: fix typos.akr
2011-07-29* ext/socket/mkconstants.rb: use whitespaces as a separator.akr
2011-07-29* ext/socket/mkconstants.rb: add documents for constants.akr
2011-07-28* ext/fiddle/closure.c (callback): use rb_ary_tmp_new() instead ofnagachika
2011-07-28* ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi
2011-07-28* ext/dl/callback/mkcallback.rb (gencallback): use PTR2NUM.nobu
2011-07-28* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu
2011-07-28* ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall.nobu
2011-07-28* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fix wrapping condition.nobu
2011-07-27* ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn