aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-111-27/+120
* ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' bu...kazu2010-12-111-1/+1
* Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain2010-12-102-55/+140
* Include Comparable in OpenSSL::X509::Name, document #<=>drbrain2010-12-101-0/+13
* * ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai2010-12-101-58/+72
* * ext/openssl/extconf.rb: try pkgconfig first, then fall back totenderlove2010-12-101-5/+8
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove2010-12-093-13/+10
* * ext/dl/lib/dl/struct.rb: clean a warning: assigned but unusednaruse2010-12-082-2/+0
* * ext/nkf/lib/kconv.rb (String#kconv): fix typo and update rdoc.naruse2010-12-071-5/+5
* Add toplevel documentation for OpenSSLdrbrain2010-12-0613-56/+615
* Add documentation for OpenSSL::X509::Extension.newdrbrain2010-12-041-0/+12
* * ext/iconv/iconv.c (Init_iconv): no warnings if $VERBOSE is nil.nobu2010-12-031-1/+3
* * ext/stringio/stringio.c (strio_getline): round upto next charnobu2010-12-021-1/+1
* * ext/json/lib/json/add/rails.rb: removed.naruse2010-12-021-58/+0
* * ext/extmk.rb: remove $makeflags.defined?, it should be $mflags.naruse2010-12-021-6/+2
* * ext/json/generator/extconf.rb: remove the lines which set -O3naruse2010-12-022-20/+0
* * ext/extmk.rb: define $makeflags.defined? like $mflags.naruse2010-12-021-0/+4
* * ext/io/console/console.c (setattr): should retry on EINTR.nobu2010-12-011-1/+9
* * ext/json/lib/json/common.rb: don't use iconv on 1.9.naruse2010-12-011-3/+9
* * ext/json: Update github/flori/json from 1.4.2+ tonaruse2010-12-0110-1673/+435
* Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain2010-11-291-0/+13
* * ext/dl/callback/mkcallback.rb (gencallback): shouldn't assume thatusa2010-11-251-1/+9
* * lib/mkmf.rb (create_makefile): make extension libraries messagesnobu2010-11-171-1/+2
* * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unusedmrkn2010-11-161-1/+1
* * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove2010-11-141-1/+1
* * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu2010-11-121-14/+7
* * ext/iconv/iconv.c (warn_deprecated): show caller position.nobu2010-11-111-1/+25
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-111-0/+13
* * lib/mkmf.rb (try_func): accept variable address.nobu2010-11-111-2/+8
* * fix type warnings.nobu2010-11-115-20/+20
* * ext/openssl/ossl_ocsp.c (ossl_ocspcid_initialize): an optionaltenderlove2010-11-051-3/+16
* * ext/fiddle/extconf.rb: fixing ffi library location on windows.tenderlove2010-11-041-1/+1
* * ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessortenderlove2010-11-022-9/+6
* * ext/psych/lib/psych/visitors/visitor.rb (accept): switch totenderlove2010-11-021-10/+11
* * ext/socket/extconf.rb: win64 is just same with win32 about socket.usa2010-11-011-1/+1
* * ext/fiddle/closure.c (fiddle_closure): embed cif not referencenobu2010-10-301-5/+3
* * ext/objspace/objspace.c (memsize_of): take care ofko12010-10-291-0/+3
* * ext/objspace/objspace.c (ObjectSpace.memsize_of_all): renameko12010-10-281-13/+28
* * ext/objspace/objspace.c (memsize_of): fix rdoc.ko12010-10-271-3/+53
* * ext/iconv/iconv.c (Init_iconv): warn deprecated use.nobu2010-10-271-0/+1
* * ext/dbm/dbm.c: rdoc based on a patch by mathew meta ATnobu2010-10-201-1/+279
* Commit miss.nobu2010-10-191-131/+0
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-0/+131
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-181-0/+8
* * ext/win32ole/win32ole.c (ole_encoding2cp): set codepage 20936suke2010-10-161-2/+2
* * ext/sdbm/_sdbm.c (SEEDUPS, BADMESS): make settable using commandnobu2010-10-162-7/+13
* * ext/win32ole/win32ole.c (ole_hresult2msg): get English message first, suke2010-10-151-3/+10
* * ext/win32ole/win32ole.c (reg_get_val): expand environment in suke2010-10-141-1/+8
* * ext/syck/rubyext.c (struct mktime_arg): constified.nobu2010-10-121-11/+14
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu2010-10-121-7/+9