summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-25This ifdef should be useless after r30374.naruse
2010-12-25 * io.c (advice_arg_check): Change argument check.kosaki
2010-12-25 * ext/socket/extconf.rb: Fix build error which was introduced r30372.kosaki
2010-12-25* 2010-12-26svn
2010-12-25* ext/socket/extconf.rb: check the existence of if_indextoname().usa
2010-12-25* ext/socket/option.c (inspect_ipv4_add_drop_membership): new functionakr
2010-12-25* test/csv: DifferentOFS needs to be include in each classes.nobu
2010-12-25test/with_different_ofs.rb: fixed typos.nobu
2010-12-25* test/digest/test_digest_extend.rb (TestDigestExtend#setup):nobu
2010-12-25* test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu
2010-12-25* test/csv/test_data_converters.rb, test/csv/test_table.rb: don'tnobu
2010-12-25 * io.c (pipe_open): Added rb_thread_atfork(). We must reinitializekosaki
2010-12-25* ext/socket/option.c (inspect_ipv6_mreq): new function to inspectakr
2010-12-25* lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu
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