aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz2008-11-061-0/+24
* * lib/rexml/entity.rb (unnormalized): do not callshugo2008-11-061-1/+2
* * ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,suke2008-11-063-0/+24
* * test/zlib/test_zlib.rb(test_readchar): compare in same type.takano322008-11-031-1/+1
* * test/win32ole/test_win32ole_event.rb: rename test class.suke2008-11-024-54/+75
* * test/win32ole/test_err_in_callback.rb: add teardown.suke2008-11-021-0/+4
* * ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvisesuke2008-11-023-341/+292
* Don't require rubygems/defaults from gem_prelude.rb.drbrain2008-10-311-1/+26
* * test/ruby/test_array.rb (test_array_subclass) test for r20076.yugui2008-10-311-0/+2
* * enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst2008-10-311-0/+73
* * ruby.c (process_options): delays setting safe level.nobu2008-10-301-0/+4
* * array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame2008-10-291-0/+8
* * test/ruby/test_array.rb: add some tests.mame2008-10-291-0/+29
* * io.c (rb_io_rewind): should reset fptr->readconv if it'smatz2008-10-291-8/+16
* * test/ruby/test_array (test_permutation): add a test that replacesmame2008-10-291-0/+5
* * test/webrick/utils.rb (start_server): provide a reference to log ofmame2008-10-297-140/+147
* * test/ruby/test_array.rb (test_pack): use utf-8.nobu2008-10-292-4/+4
* * test/ruby/test_proc.rb: filled all patterns for testingyugui2008-10-281-0/+197
* * test/ruby/test_require.rb (test_require_too_long_filename): too longusa2008-10-281-5/+9
* * test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa2008-10-281-1/+1
* * test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa2008-10-281-1/+7
* * test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip someusa2008-10-281-50/+80
* * test/ruby/test_file.rb (test_*_extended_file): forgot to set mode.usa2008-10-281-13/+13
* merged r19975 and r19978 from ruby_1_9_1 into trunk.yugui2008-10-281-1/+1
* * test/ruby/test_file.rb (test_*_extended_file): test in default/text/binaryusa2008-10-281-32/+46
* * test/ruby/test_file.rb (test_each_char_extended_file,usa2008-10-281-0/+16
* * test/ruby/test_argf.rb (test_readpartial2): readpartial works just likeusa2008-10-281-0/+2
* * test_cgi_multipart.rb (_prepare): tempfile should be binmode.usa2008-10-281-1/+1
* * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui2008-10-271-0/+160
* * test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu2008-10-271-16/+17
* * io.c (argf_init): initial value of $. should be 0.nobu2008-10-271-1/+1
* * test/minitest/test_mini_test.rbyugui2008-10-271-2/+2
* * test/minitest/test_mini_test.rb: fixed that r19958 madeyugui2008-10-271-2/+4
* * test/ruby/envutil.rb: reverted the changeset 19948 because ityugui2008-10-272-2/+2
* * test/minitest/test_mini_test.rb (test_filter_backtrace):yugui2008-10-271-11/+14
* * test/nkf/test_nkf.rb: add a test for [ruby-dev:36909].mame2008-10-261-0/+6
* * test/json/test_json.rb: remove dependency on permutation gem.mame2008-10-261-21/+13
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-262-2/+2
* Update to RubyGems 1.3.1 r1909.drbrain2008-10-2562-240/+185
* Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan2008-10-252-22/+49
* * test/ruby/test_proc.rb (test_proc_args_unleashed): test fornobu2008-10-252-0/+18
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-253-6/+12
* Import RDoc 2.2.2 r192drbrain2008-10-2416-43/+90
* * test/ruby/test_array.rb (test_sample): add tests for size ofmame2008-10-241-0/+17
* * lib/cgi/html.rb: allow symbolized key. xibbar2008-10-241-0/+1
* fix test for 1.8xibbar2008-10-241-3/+6
* * test/ruby/test_array.rb (TestArray#test_join): should restorematz2008-10-242-2/+5
* * lib/cgi/core.rb (read_multipart): change field value as Stringxibbar2008-10-241-6/+22
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu2008-10-241-1/+1
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-222-10/+4