summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-25Support OpenSSL 1.1; it supports RSA1024 and DSS1.naruse
2010-12-25 * thread.c (rb_thread_atfork): Add small comment why we needkosaki
2010-12-25* test/csv/base.rb (TestCSV.with_diffrent_ofs): give name tonobu
2010-12-25* lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu
2010-12-25* lib/csv.rb (CSV::foreach, CSV#initialize): fixed passing options.nobu
2010-12-25* lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu
2010-12-25* lib/csv.rb, test/csv: should not assume $, invariant.nobu
2010-12-25 * signal.c: change rb_atomic_t definition from uchar to uint.kosaki
2010-12-25* test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu
2010-12-25 * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki
2010-12-25* io.c (rb_io_extract_encoding_option): accept Encoding object asnobu
2010-12-25Fixed a minor warning in 1.9.3ryan
2010-12-25Imported minitest 2.0.2 r6093ryan
2010-12-25* ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer):nobu
2010-12-25Dunno why this conflictedryan
2010-12-25* random.c: parenthesize macro arguments.akr
2010-12-25* load.c (rb_f_require_relative): don't omit return type.nobu
2010-12-25Document require_relativedrbrain
2010-12-25* ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu
2010-12-25* ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu
2010-12-25* test/zlib/test_zlib.rb (test_readline): renamed from test_gets.nobu
2010-12-25* ext/json/generator/generator.c (fbuffer_free): unused.nobu
2010-12-25* 2010-12-25svn
2010-12-25* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.nobu
2010-12-23update doc.akr
2010-12-23* process.c: parenthesize macro arguments.akr
2010-12-23* 2010-12-24svn
2010-12-23fix typoskazu
2010-12-23* test/net/imap/cacert.pem: updated because it has been expired.yugui
2010-12-23* parse.y: parenthesize macro arguments.akr
2010-12-23* error.c (rb_check_type): check for type from extensions for rubynobu
2010-12-22adding tests for Net::SMTP::Response#exception_classtenderlove
2010-12-22adding more tests for Net::SMTP::Response classtenderlove
2010-12-22passing nil to split is not necessarytenderlove
2010-12-22* lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove
2010-12-22adding tests for the SMTP response parsertenderlove
2010-12-22* lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove
2010-12-22* 2010-12-23svn
2010-12-22* NEWS: remove #object_id. [ruby-dev:42840]kazu
2010-12-22* gc.c (Init_GC): move back object_id to Kernel. [ruby-dev:42840]matz
2010-12-21* NEWS: add Module#private_constant and Module#public_constant.kazu
2010-12-21sort and remove skazu
2010-12-21* 2010-12-22svn
2010-12-21NEWS: add IO#advise.kazu
2010-12-21* configure.in (target_archs): remove temporary objects.nobu
2010-12-20* pack.c: parenthesize macro arguments.akr
2010-12-20* test/rexml/test_contrib.rb (ContribTester#test_pos): should notnobu
2010-12-20* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-20 * io.c : add an extra byte to buffer for the specification of readtarui
2010-12-20 * error.c: Fix build error for win32. This regression waskosaki