summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn
2011-07-26* bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn
2011-07-25* ext/openssl/lib/openssl.rb: End of transition period introduced bynahi
2011-07-25* ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi
2011-07-25* ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi
2011-07-24* ext/socket/extconf.rb: refine the recvmsg test.akr
2011-07-24* ext/socket/extconf.rb: fix the recvmsg test.akr
2011-07-23* ext/socket/extconf.rb: test recvmsg allocates file descriptors forakr
2011-07-23 * ext/date/date_core.c: an issue that is same as [ruby-dev:44071].tadf
2011-07-23* io.c (rb_update_max_fd): validate fd.akr
2011-07-22 * ext/readline/readline.c: Add examples for Readline.completion_proc=.drbrain
2011-07-22* ext/openssl/ossl_hmac.c: Revert checking return type ofemboss
2011-07-22* ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss
2011-07-22* ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss
2011-07-21* ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.akr