aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-2459-284/+284
* * io.c (rb_io_mode_enc): make it static.akr2008-09-242-1/+5
* * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.nobu2008-09-243-2/+6
* * 2008-09-25svn2008-09-241-3/+3
* update rdoc.akr2008-09-241-0/+5
* * test/cgi/test_cgi_multipart.rb : revert last change.xibbar2008-09-244-9/+16
* * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar2008-09-243-12/+143
* * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa2008-09-242-3/+16
* add a test. cf. [ruby-dev:36484].akr2008-09-241-3/+2
* comment changed.akr2008-09-241-2/+2
* * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa2008-09-242-1/+5
* Allow for -v and other flags to be passed through properlyryan2008-09-241-1/+4
* removed basedir and runner args to test/runner.rb. not valid args anymoreryan2008-09-241-1/+1
* * complex.c (Init_Complex), rational.c (Init_Rational): undefinesnobu2008-09-243-0/+7
* Added ARGV filtering for tests. Allows for multiple valuesryan2008-09-241-4/+11
* * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATORnobu2008-09-243-24/+11
* * string.c (rb_str_rstrip_bang): removing mixed spaces and nuls atmatz2008-09-242-5/+7
* properties.nobu2008-09-240-0/+0
* * test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar2008-09-244-8/+14
* * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.usa2008-09-242-1/+6
* updated miniunit to defer error message creationryan2008-09-241-35/+40
* * io.c (rb_io_s_binread): offset argument was wrongly passed tomatz2008-09-242-1/+6
* * vm_core.h: ruby/ruby.h should be included at the very firstshyouhei2008-09-233-3/+8
* Updated changelogryan2008-09-231-0/+6
* Added changes needed for miniunit. usually from using internal calls that are...ryan2008-09-235-3/+20
* Added miniunit 1.3.0ryan2008-09-238-0/+730
* committed one dir too deep. THIS removes the rest of test/unitryan2008-09-231-280/+0
* Removed test/unitryan2008-09-2321-3307/+0
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-2317-15/+20
* * vm_core.h: remove unused frame values.ko12008-09-231-9/+0
* * vm_core.h: remove unused frame values.ko12008-09-231-0/+4
* * signal.c (signal_exec): execute rb_eval_cmd() directly.ko12008-09-232-7/+6
* * 2008-09-24svn2008-09-231-3/+3
* Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain2008-09-235-12/+19
* * lib/csv/csv.rb: Improved the idea of whitespace and word characters usedjeg22008-09-232-3/+8
* * io.c (io_binwrite): allocate wbuf if nosync.akr2008-09-232-1/+5
* * io.c (copy_stream_body): use io_binwrite instead of io_fwrite.akr2008-09-232-1/+5
* * test/ruby/test_rational2.rb: updated.tadf2008-09-234-0/+1176
* * string.c (rb_str_casecmp): make the ordering consistent withakr2008-09-233-16/+44
* * io.c (io_binwrite): add nosync argument.akr2008-09-232-30/+58
* * signal.c (signal_exec): fix to use rb_proc_call().ko12008-09-232-5/+7
* * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):matz2008-09-232-0/+6
* * io.c (rb_io_s_binread): a new method to read binary chunk from amatz2008-09-232-1/+40
* * win32/win32.c (subtruct): check tv_sec. reported by ko1.usa2008-09-232-0/+7
* * complex.c (nucomp_s_canonicalize_internal): does no applytadf2008-09-235-268/+76
* * hash.c (rb_obj_is_proc): declaration moved for rdoc.akr2008-09-232-2/+6
* * common.mk (io.o): remove dependency for vm_core.h.ko12008-09-232-1/+5
* * thread.c (rb_thread_blocking_region): fix typo in a document.ko12008-09-232-2/+7
* * thread.c (rb_thread_blocking_region): write a documentko12008-09-232-0/+32
* * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko12008-09-234-5/+20