aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/minitest/unit.rb (Minitest::Unit#_run_suite): split testnaruse2010-12-142-1/+8
* * configure.in: Add -Werror=declaration-after-statement to defaultnaruse2010-12-142-0/+7
* * 2010-12-14svn2010-12-141-2/+2
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa2010-12-142-1/+6
* * io.c (simple_sendfile): disable the use of sendfile(2) onnaruse2010-12-132-3/+11
* * io.c: define USE_SENDFILE on FreeBSD or DragonFly BSD.naruse2010-12-132-1/+8
* adding a test for OpenSSL::PKCS12.createtenderlove2010-12-131-0/+149
* * file.c: parenthesize macro arguments.akr2010-12-132-22/+26
* * io.c (simple_sendfile): added for BSD version of sendfile(2).naruse2010-12-132-8/+32
* * 2010-12-13svn2010-12-131-2/+2
* * lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse2010-12-134-1/+241
* * compile.c (iseq_compile_each): fix for __goto__ and __label__nobu2010-12-123-9/+56
* * common.mk (ID_H_INCLUDES): now id.h depends on vm_opts.h.nobu2010-12-122-3/+6
* update how to install again.kazu2010-12-121-3/+3
* * template/id.h.tmpl: suppress all warning: "SUPPORT_JOKE" is notkazu2010-12-122-2/+9
* * misc/rb_optparse.zsh: update how to install.kazu2010-12-123-6/+22
* * eval_error.c: parenthesize macro arguments.akr2010-12-122-2/+6
* * encoding.c: parenthesize macro arguments.akr2010-12-122-3/+7
* * string.c (rb_str_inspect): fix: extra back slash is added whennaruse2010-12-113-2/+13
* * 2010-12-12svn2010-12-111-2/+2
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-113-27/+352
* ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' bu...kazu2010-12-112-1/+6
* refactor load error rescue to the openssl util filetenderlove2010-12-115-23/+9
* * encoding.c: parenthesize macro arguments.akr2010-12-112-1/+5
* Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain2010-12-103-55/+145
* Include Comparable in OpenSSL::X509::Name, document #<=>drbrain2010-12-103-0/+32
* add an entry.nagai2010-12-101-0/+2
* * ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai2010-12-102-58/+77
* * 2010-12-11svn2010-12-101-2/+2
* * ext/openssl/extconf.rb: try pkgconfig first, then fall back totenderlove2010-12-102-5/+13
* * dln_find.c: parenthesize macro arguments.akr2010-12-102-1/+5
* * template/id.h.tmpl (ruby_method_ids): suppress warnings.nobu2010-12-102-2/+7
* * ruby.c (ruby_init_loadpath_safe): relatively called non-sharednobu2010-12-102-1/+6
* * cygwin/GNUmakefile.in (SCRIPTPROGRAMS): ignore backup files and etc.nobu2010-12-102-2/+8
* * tool/rbinstall.rb (install_recursive): always skip default ignorednobu2010-12-102-12/+18
* * test/mkmf/base.rb (TestMkmf#config_value): extract macro value fromnobu2010-12-103-1/+42
* * lib/mkmf.rb (check_signedness): should use the prelude code.nobu2010-12-104-3/+40
* * lib/mkmf.rb (Logging.log_close): separate from Logging.logfile.nobu2010-12-105-4/+22
* remove a comma at end of enumerator list.kazu2010-12-105-6/+20
* * sprintf.c (_HAVE_SANE_QUAD_): Don't forget LP64, r30156.naruse2010-12-102-4/+8
* * sprintf.c (_HAVE_SANE_QUAD_): if a certain platform has LONG_LONG inusa2010-12-102-0/+9
* Add doc to warn the userinfo for auth. [ruby-core:33255]naruse2010-12-101-0/+2
* * lib/net/http.rb: remove version 1.1 features.naruse2010-12-103-145/+22
* * 2010-12-10svn2010-12-091-2/+2
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove2010-12-095-13/+27
* * parse.y (lvar_defined_gen, shadowing_lvar_gen, dvar_defined): nonobu2010-12-092-8/+16
* * dln.c: parenthesize macro arguments.akr2010-12-092-6/+10
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): supportakr2010-12-093-0/+15
* * array.c (rb_ary_dup): should copy contents only. no instancematz2010-12-092-14/+17
* * test/irb/test_option.rb (test_end_of_option): don't read .irbrc. Bug#4138nobu2010-12-082-3/+3