aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/dl/lib/dl/struct.rb: clean a warning: assigned but unusednaruse2010-12-083-2/+7
* * vm_dump.c (rb_vm_bugreport): suppress a warning.nobu2010-12-081-1/+1
* * parse.y (shadowing_lvar_gen): fix line number. [ruby-dev:42718]nobu2010-12-083-1/+17
* * dir.c: parenthesize macro arguments.akr2010-12-082-16/+20
* * 2010-12-08svn2010-12-081-2/+2
* reverted to r30124; r30124 breaks testshyouhei2010-12-084-93/+67
* * parse.y (LVAR_USED): should be int same as ruby_sourceline.nobu2010-12-081-1/+1
* * parse.y (struct vtable, struct local_vars, vtable_add):nobu2010-12-074-67/+93
* Set DH Parameter for SSLContext to clean warnings.naruse2010-12-072-0/+5
* * io.c (io_read): duplicate string if shared. [ruby-dev:42719]tarui2010-12-072-1/+8