summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-15drying up the requires in the openssl teststenderlove
2010-12-15* lib/test/unit.rb (process_args): need to setup @help to print options.usa
2010-12-15* common.mk (clean-local): remove pc file.nobu
2010-12-15* io.c (nogvl_copy_stream_sendfile): fix missing condition.nobu
2010-12-15* test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.usa
2010-12-15* io.c (simple_sendfile): enable on Mac OS X.nobu
2010-12-14* hash.c: parenthesize macro arguments.akr
2010-12-14 * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):kosaki
2010-12-14 * test/ripper/test_parser_events.rb (TestRipper#test_block_variables):kosaki
2010-12-14* 2010-12-15svn
2010-12-14* io.c (simple_sendfile): improve linux compatibility on FreeBSD,naruse
2010-12-14* gc.c: parenthesize macro arguments.akr
2010-12-14* lib/test/unit.rb: help messages.usa
2010-12-14* common.mk (help): there is no reason to use the abbreviation for here.usa
2010-12-14* test/ruby/test_io.rb (test_reopen, test_reinitialize): should closeusa
2010-12-14* test/ruby/test_io.rb (test_binmode_after_closed): the temporary fileusa
2010-12-14* test/ruby/test_io.rb (test_flush_in_finalizer[12]): should closeusa
2010-12-14* ext/zlib/zlib.c (gzfile_s_open): should close the IO if some errorusa
2010-12-14* lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse
2010-12-14* test/zlib/test_zlib.rb (*): should close files associated with zlib.usa
2010-12-14fix wrong argument.naruse
2010-12-14* test/ruby/test_argf.rb (test_inplace_rename_impossible): unlinkusa
2010-12-14* lib/minitest/unit.rb (Minitest::Unit#_run_suite): split testnaruse
2010-12-14* configure.in: Add -Werror=declaration-after-statement to defaultnaruse
2010-12-14* 2010-12-14svn
2010-12-14* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa
2010-12-13* io.c (simple_sendfile): disable the use of sendfile(2) onnaruse
2010-12-13* io.c: define USE_SENDFILE on FreeBSD or DragonFly BSD.naruse
2010-12-13adding a test for OpenSSL::PKCS12.createtenderlove
2010-12-13* file.c: parenthesize macro arguments.akr
2010-12-13* io.c (simple_sendfile): added for BSD version of sendfile(2).naruse
2010-12-13* 2010-12-13svn
2010-12-13* lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse
2010-12-12* compile.c (iseq_compile_each): fix for __goto__ and __label__nobu
2010-12-12* common.mk (ID_H_INCLUDES): now id.h depends on vm_opts.h.nobu
2010-12-12update how to install again.kazu
2010-12-12* template/id.h.tmpl: suppress all warning: "SUPPORT_JOKE" is notkazu
2010-12-12* misc/rb_optparse.zsh: update how to install.kazu
2010-12-12* eval_error.c: parenthesize macro arguments.akr
2010-12-12* encoding.c: parenthesize macro arguments.akr
2010-12-11* string.c (rb_str_inspect): fix: extra back slash is added whennaruse
2010-12-11* 2010-12-12svn
2010-12-11* ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove
2010-12-11ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' bu...kazu
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