summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-25Update to RubyGems 1.3.0 r1891drbrain
2008-09-25* class.c (rb_make_metaclass): Made class of class of classyugui
2008-09-25properties.nobu
2008-09-25Added passed? per Jim's request. Fixed file/line reporting bug for refutation...ryan
2008-09-25Not a typo. The name is better plural. Better English and more consistent wit...ryan
2008-09-25updated to rake code to rake-0.8.3 source code basejim
2008-09-25I finally clued into the fact that test/unit's -x was for file level filterin...ryan
2008-09-25ChangeLog: should have mungle mail address.matz
2008-09-25properties.nobu
2008-09-25Import RDoc 2.2.1 r185drbrain
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-09-24* io.c (rb_io_mode_enc): make it static.akr
2008-09-24* lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.nobu
2008-09-24* 2008-09-25svn
2008-09-24update rdoc.akr
2008-09-24* test/cgi/test_cgi_multipart.rb : revert last change.xibbar
2008-09-24* lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar
2008-09-24 * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa
2008-09-24add a test. cf. [ruby-dev:36484].akr
2008-09-24comment changed.akr
2008-09-24 * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa
2008-09-24Allow for -v and other flags to be passed through properlyryan
2008-09-24removed basedir and runner args to test/runner.rb. not valid args anymoreryan
2008-09-24* complex.c (Init_Complex), rational.c (Init_Rational): undefinesnobu
2008-09-24Added ARGV filtering for tests. Allows for multiple valuesryan
2008-09-24* complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATORnobu
2008-09-24* string.c (rb_str_rstrip_bang): removing mixed spaces and nuls atmatz
2008-09-24properties.nobu
2008-09-24* test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar
2008-09-24 * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.usa
2008-09-24updated miniunit to defer error message creationryan
2008-09-24* io.c (rb_io_s_binread): offset argument was wrongly passed tomatz
2008-09-23 * vm_core.h: ruby/ruby.h should be included at the very firstshyouhei
2008-09-23Updated changelogryan
2008-09-23Added changes needed for miniunit. usually from using internal calls that are...ryan
2008-09-23Added miniunit 1.3.0ryan
2008-09-23committed one dir too deep. THIS removes the rest of test/unitryan
2008-09-23Removed test/unitryan
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* vm_core.h: remove unused frame values.ko1
2008-09-23* vm_core.h: remove unused frame values.ko1
2008-09-23* signal.c (signal_exec): execute rb_eval_cmd() directly.ko1
2008-09-23* 2008-09-24svn
2008-09-23Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain
2008-09-23* lib/csv/csv.rb: Improved the idea of whitespace and word characters usedjeg2
2008-09-23* io.c (io_binwrite): allocate wbuf if nosync.akr
2008-09-23* io.c (copy_stream_body): use io_binwrite instead of io_fwrite.akr
2008-09-23 * test/ruby/test_rational2.rb: updated.tadf
2008-09-23* string.c (rb_str_casecmp): make the ordering consistent withakr
2008-09-23* io.c (io_binwrite): add nosync argument.akr