aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2010-12-21svn2010-12-201-2/+2
* * thread.c (thread_cleanup_func): Don't touch native threadingkosaki2010-12-202-3/+18
* * error.c (exit_success_p): Check status code more carefully.kosaki2010-12-202-3/+14
* * node.c: parenthesize macro arguments.akr2010-12-202-4/+8
* * NEWS: add #__id__ and #object_id. [ruby-dev:42778]kazu2010-12-202-1/+5
* * thread_pthread.c (native_thread_destroy): Fixed gvl_cond leak.kosaki2010-12-202-0/+5
* Update NEWS, add ChangeLog entry for RDoc 3.0.1drbrain2010-12-202-0/+10
* There is no Perl parser in RDoc 3 ☹drbrain2010-12-201-1/+0
* Import RDoc 3drbrain2010-12-20106-4182/+8881
* * 2010-12-20svn2010-12-191-2/+2
* * io.c (Init_IO): Added O_DIRECT. This feature was propsed by Run Pai...kosaki2010-12-192-0/+9
* * 2010-12-19svn2010-12-191-2/+2