index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
* test/ruby/test_proc.rb (test_proc_args_unleashed): test for
nobu
2008-10-25
2
-0
/
+18
*
* lib/csv.rb: Fixed a bug in read_to_char() that would slurp
jeg2
2008-10-25
3
-6
/
+12
*
Import RDoc 2.2.2 r192
drbrain
2008-10-24
16
-43
/
+90
*
* test/ruby/test_array.rb (test_sample): add tests for size of
mame
2008-10-24
1
-0
/
+17
*
* lib/cgi/html.rb: allow symbolized key.
xibbar
2008-10-24
1
-0
/
+1
*
fix test for 1.8
xibbar
2008-10-24
1
-3
/
+6
*
* test/ruby/test_array.rb (TestArray#test_join): should restore
matz
2008-10-24
2
-2
/
+5
*
* lib/cgi/core.rb (read_multipart): change field value as String
xibbar
2008-10-24
1
-6
/
+22
*
* test/ruby/test_signal.rb (TestSignal#test_exit_action): Thread
kazu
2008-10-24
1
-1
/
+1
*
* string.c (rb_external_str_new_with_enc): no implicit strlen call.
matz
2008-10-22
2
-10
/
+4
*
Fixed test failures [ruby-dev:36837].
seki
2008-10-21
1
-1
/
+0
*
* ext/stringio/stringio.c (strio_write): should convert writing
matz
2008-10-21
1
-1
/
+1
*
* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done
matz
2008-10-21
1
-1
/
+1
*
* ext/zlib/zlib.c: remove obsolete prototype macros.
matz
2008-10-21
1
-1
/
+11
*
* ext/iconv/iconv.c (strip_glibc_option, map_charset): check if
nobu
2008-10-21
1
-0
/
+7
*
* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BIT
matz
2008-10-20
1
-3
/
+3
*
fix test of multipart
xibbar
2008-10-20
1
-13
/
+17
*
* test/runner.rb: search srcdir/test/arg at first to find test/ruby
akr
2008-10-20
1
-3
/
+3
*
* lib/test/unit.rb (Test::Unit.setup_argv): call given block for
akr
2008-10-19
1
-1
/
+21
*
* enc/trans/single_byte.trans: adding WINDOWS-wwww encodings
duerst
2008-10-19
1
-0
/
+259
*
* test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's
jeg2
2008-10-18
11
-10
/
+10
*
add test for {SimpleDelegator, DelegateClass}#class .
xibbar
2008-10-18
1
-0
/
+12
*
add test for encoding option.
xibbar
2008-10-18
1
-0
/
+21
*
* re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead of
matz
2008-10-18
1
-1
/
+2
*
* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal):
matz
2008-10-17
1
-1
/
+5
*
* test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in):
nobu
2008-10-17
1
-0
/
+3
*
* ext/socket/socket.c (init_sock): sockets should be binmode.
shugo
2008-10-17
1
-0
/
+19
*
* ruby.c (proc_options): no warning when default_external already
matz
2008-10-16
1
-2
/
+2
*
add an assertion.
akr
2008-10-16
1
-1
/
+3
*
* io.c (rb_io_binmode): reset encoding conversion.
akr
2008-10-16
1
-1
/
+12
*
* lib/test/unit: removed test/unit.
akr
2008-10-16
1
-16
/
+2
*
* test/ruby/test_transcode.rb (TestTranscode#test_errors):
matz
2008-10-15
1
-2
/
+0
*
Disable minitest autorunner and run manually in order to get test/unit fork/s...
ryan
2008-10-15
1
-1
/
+11
*
add test for %B.
akr
2008-10-14
1
-1
/
+6
*
* enc/trans/single_byte.trans: added windows-1252
duerst
2008-10-14
1
-0
/
+27
*
* test/ruby/test_variable.rb (TestVariable#test_variable): add
kazu
2008-10-14
1
-0
/
+1
*
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
kazu
2008-10-14
1
-0
/
+132
*
* ext/win32ole/win32ole.c (load_conv_function51932): support
suke
2008-10-13
1
-14
/
+6
*
* ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,
suke
2008-10-12
1
-0
/
+24
*
* lib/csv/csv.rb: Added support for Encoding::default_internal.
jeg2
2008-10-10
10
-137
/
+137
*
Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rb
ryan
2008-10-10
1
-43
/
+1
*
removed miniunit's tests
ryan
2008-10-10
3
-1094
/
+0
*
Added minitest 1.3.0
ryan
2008-10-10
3
-0
/
+1073
*
* test/ruby/test_module.rb (test_remove_class_variable): add a test
mame
2008-10-09
2
-10
/
+16
*
* add test for Encoding#names.
naruse
2008-10-09
1
-0
/
+9
*
revert previous commit.
akr
2008-10-08
1
-1
/
+0
*
add an assertion.
akr
2008-10-08
1
-0
/
+1
*
* lib/date.rb (today,now): should produce own instances.
tadf
2008-10-07
1
-0
/
+5
*
* lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix the
xibbar
2008-10-06
2
-4
/
+4
*
* test/ruby/test_module.rb (TestModule#test_mod_constants): should
matz
2008-10-06
1
-4
/
+5
[next]