summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-11refactor load error rescue to the openssl util filetenderlove
2010-12-11* encoding.c: parenthesize macro arguments.akr
2010-12-10Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain
2010-12-10Include Comparable in OpenSSL::X509::Name, document #<=>drbrain
2010-12-10add an entry.nagai
2010-12-10* ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai
2010-12-10* 2010-12-11svn
2010-12-10* ext/openssl/extconf.rb: try pkgconfig first, then fall back totenderlove
2010-12-10* dln_find.c: parenthesize macro arguments.akr
2010-12-10* template/id.h.tmpl (ruby_method_ids): suppress warnings.nobu
2010-12-10* ruby.c (ruby_init_loadpath_safe): relatively called non-sharednobu
2010-12-10* cygwin/GNUmakefile.in (SCRIPTPROGRAMS): ignore backup files and etc.nobu
2010-12-10* tool/rbinstall.rb (install_recursive): always skip default ignorednobu
2010-12-10* test/mkmf/base.rb (TestMkmf#config_value): extract macro value fromnobu
2010-12-10* lib/mkmf.rb (check_signedness): should use the prelude code.nobu
2010-12-10* lib/mkmf.rb (Logging.log_close): separate from Logging.logfile.nobu
2010-12-10remove a comma at end of enumerator list.kazu
2010-12-10* sprintf.c (_HAVE_SANE_QUAD_): Don't forget LP64, r30156.naruse
2010-12-10* sprintf.c (_HAVE_SANE_QUAD_): if a certain platform has LONG_LONG inusa
2010-12-10Add doc to warn the userinfo for auth. [ruby-core:33255]naruse
2010-12-10* lib/net/http.rb: remove version 1.1 features.naruse
2010-12-09* 2010-12-10svn
2010-12-09* ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove
2010-12-09* parse.y (lvar_defined_gen, shadowing_lvar_gen, dvar_defined): nonobu
2010-12-09* dln.c: parenthesize macro arguments.akr
2010-12-09* lib/webrick/accesslog.rb (WEBrick::AccessLog#format): supportakr
2010-12-09* array.c (rb_ary_dup): should copy contents only. no instancematz
2010-12-08* test/irb/test_option.rb (test_end_of_option): don't read .irbrc. Bug#4138nobu
2010-12-08* ext/dl/lib/dl/struct.rb: clean a warning: assigned but unusednaruse
2010-12-08* vm_dump.c (rb_vm_bugreport): suppress a warning.nobu
2010-12-08* parse.y (shadowing_lvar_gen): fix line number. [ruby-dev:42718]nobu
2010-12-08* dir.c: parenthesize macro arguments.akr
2010-12-08* 2010-12-08svn
2010-12-08reverted to r30124; r30124 breaks testshyouhei
2010-12-08* parse.y (LVAR_USED): should be int same as ruby_sourceline.nobu
2010-12-07* parse.y (struct vtable, struct local_vars, vtable_add):nobu
2010-12-07Set DH Parameter for SSLContext to clean warnings.naruse
2010-12-07 * io.c (io_read): duplicate string if shared. [ruby-dev:42719]tarui
2010-12-07* lib/optparse.rb (OptionParser::Officious): separate completionnobu
2010-12-07* lib/optparse.rb (OptionParser::Completion#candidate),nobu
2010-12-07fix typo: not response.attr.data, but response.data.attr.naruse
2010-12-07* transcode.c (transcode_loop): call default handler of the givennobu
2010-12-07* lib/rexml/light/node.rb: remove circular require.kou
2010-12-07* test/rexml/test_light.rb: really suppress a warning.kou
2010-12-07* test/rexml/test_light.rb: suppress a warning.kou
2010-12-07* debug.c: parenthesize macro arguments.akr
2010-12-07* lib/rexml/doctype.rb, test/rexml/test_doctype.rb: suppress warnings.kou
2010-12-07* ext/nkf/lib/kconv.rb (String#kconv): fix typo and update rdoc.naruse
2010-12-07* test/rexml/test_doctype.rb: add Accessor to test case name.kou
2010-12-07* test/rexml/test_doctype.rb: Doctype -> DocType.kou