aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_atfork): Add small comment why we needkosaki2010-12-252-0/+7
* * test/csv/base.rb (TestCSV.with_diffrent_ofs): give name tonobu2010-12-252-2/+5
* * lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu2010-12-253-40/+25
* * lib/csv.rb (CSV::foreach, CSV#initialize): fixed passing options.nobu2010-12-251-3/+10
* * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu2010-12-253-10/+9
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-2513-54/+80
* * signal.c: change rb_atomic_t definition from uchar to uint.kosaki2010-12-252-1/+5
* * test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu2010-12-252-2/+10
* * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki2010-12-252-0/+8
* * io.c (rb_io_extract_encoding_option): accept Encoding object asnobu2010-12-253-7/+60
* Fixed a minor warning in 1.9.3ryan2010-12-251-2/+2
* Imported minitest 2.0.2 r6093ryan2010-12-254-6/+68
* * ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer):nobu2010-12-252-2/+2
* Dunno why this conflictedryan2010-12-251-0/+4
* * random.c: parenthesize macro arguments.akr2010-12-252-4/+8
* * load.c (rb_f_require_relative): don't omit return type.nobu2010-12-252-1/+5
* Document require_relativedrbrain2010-12-252-1/+13
* * ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu2010-12-253-16/+125
* * ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu2010-12-252-10/+15
* * test/zlib/test_zlib.rb (test_readline): renamed from test_gets.nobu2010-12-251-4/+4
* * ext/json/generator/generator.c (fbuffer_free): unused.nobu2010-12-252-6/+3
* * 2010-12-25svn2010-12-251-2/+2
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.nobu2010-12-252-1/+8
* update doc.akr2010-12-231-2/+3
* * process.c: parenthesize macro arguments.akr2010-12-232-9/+13
* * 2010-12-24svn2010-12-231-2/+2
* fix typoskazu2010-12-231-8/+8
* * test/net/imap/cacert.pem: updated because it has been expired.yugui2010-12-233-54/+107
* * parse.y: parenthesize macro arguments.akr2010-12-232-122/+126
* * error.c (rb_check_type): check for type from extensions for rubynobu2010-12-232-1/+9
* adding tests for Net::SMTP::Response#exception_classtenderlove2010-12-221-0/+36
* adding more tests for Net::SMTP::Response classtenderlove2010-12-222-1/+27
* passing nil to split is not necessarytenderlove2010-12-221-1/+1
* * lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove2010-12-223-9/+24
* adding tests for the SMTP response parsertenderlove2010-12-221-0/+37
* * lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove2010-12-223-2/+109
* * 2010-12-23svn2010-12-221-2/+2
* * NEWS: remove #object_id. [ruby-dev:42840]kazu2010-12-222-1/+5
* * gc.c (Init_GC): move back object_id to Kernel. [ruby-dev:42840]matz2010-12-222-1/+5
* * NEWS: add Module#private_constant and Module#public_constant.kazu2010-12-212-0/+10
* sort and remove skazu2010-12-211-34/+34
* * 2010-12-22svn2010-12-211-2/+2
* NEWS: add IO#advise.kazu2010-12-212-0/+6
* * configure.in (target_archs): remove temporary objects.nobu2010-12-214-4/+12
* * pack.c: parenthesize macro arguments.akr2010-12-202-36/+40
* * test/rexml/test_contrib.rb (ContribTester#test_pos): should notnobu2010-12-203-12/+18
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-206-24/+16
* * io.c : add an extra byte to buffer for the specification of readtarui2010-12-202-36/+40
* * error.c: Fix build error for win32. This regression waskosaki2010-12-202-0/+13
* * thread.c (thread_cleanup_func): Moved interrupted_lockkosaki2010-12-204-2/+10