index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* 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
*
* test/ruby/test_module.rb (TestModule#_wrap_assertion): add
matz
2008-10-06
1
-0
/
+4
*
* string.c (rb_str_comparable): string comparison should be
matz
2008-10-06
1
-3
/
+1
*
* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): test
matz
2008-10-06
1
-3
/
+1
*
* dln.c: Ruby no longer supports Windows CE.
yugui
2008-10-04
1
-1
/
+1
*
* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.
yugui
2008-10-04
3
-7
/
+7
*
* x68/_dtos18.c: removed. Ruby no longer supports human68k.
yugui
2008-10-04
2
-5
/
+5
*
* test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...
yugui
2008-10-04
3
-0
/
+1094
*
* lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBody
xibbar
2008-10-02
1
-4
/
+4
*
* string.c (rb_str_sub_bang): fix coderange.
akr
2008-10-02
2
-12
/
+36
*
Back out the previous change after miniunit import.
knu
2008-10-02
1
-12
/
+12
*
* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,
mame
2008-10-01
4
-5
/
+5
*
* test/ruby/test_settracefunc.rb (test_call, test_class): line number
mame
2008-09-30
1
-4
/
+4
*
Temporarily removed test/mini/* because they depend on the minitest version
yugui
2008-09-30
3
-1094
/
+0
*
* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): wrong
matz
2008-09-30
1
-3
/
+3
*
Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...
ryan
2008-09-30
1
-5
/
+15
*
Remove extra call to setup to fix ENV['HOME'] pollution
drbrain
2008-09-30
1
-1
/
+0
*
Updated to 1.3.0 r4255.
ryan
2008-09-30
3
-0
/
+1084
*
Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rb
drbrain
2008-09-29
3
-0
/
+16
*
delete a meaningless line.
tadf
2008-09-29
1
-1
/
+0
*
fixed previous commit.
tadf
2008-09-29
1
-2
/
+4
*
* test/date/*.rb: imported additional tests and some adjustments.
tadf
2008-09-29
4
-4
/
+153
*
* ext/win32ole/win32ole.c (fev_initialize): initialization
suke
2008-09-29
1
-1
/
+1
*
* test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir for
mame
2008-09-28
1
-1
/
+1
*
* lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):
xibbar
2008-09-28
1
-0
/
+11
*
add a test
xibbar
2008-09-28
1
-0
/
+13
*
* test/date/*.rb: imported a date test suite ruby 1.9 limited ed.
tadf
2008-09-28
9
-0
/
+3088
*
* lib/csv/csv.rb: Worked around some minor encoding changes in Ruby
jeg2
2008-09-28
2
-5
/
+6
*
* test/bigdecimal/test_bigdecimal.rb (test_inspect): fixed CPU bit
nobu
2008-09-26
1
-1
/
+2
*
* test/pathname/test_pathname.rb: Fix use of deprecated methods.
knu
2008-09-26
1
-12
/
+12
*
Forgot to remove test/unit tests
ryan
2008-09-25
11
-1798
/
+0
*
* transcode.c (rb_eUndefinedConversionError): renamed from
akr
2008-09-25
4
-92
/
+92
*
* pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies with
mame
2008-09-25
2
-0
/
+129
*
Fix broken merge of gemutilities, add build_rake_in as necessary
drbrain
2008-09-25
3
-6
/
+10
*
Update to RubyGems 1.3.0 r1891
drbrain
2008-09-25
28
-105
/
+630
*
I finally clued into the fact that test/unit's -x was for file level filterin...
ryan
2008-09-25
1
-2
/
+21
*
Import RDoc 2.2.1 r185
drbrain
2008-09-25
15
-63
/
+777
*
* test: assert_raises has been deprecated since a long time ago.
nobu
2008-09-24
59
-284
/
+284
*
* test/cgi/test_cgi_multipart.rb : revert last change.
xibbar
2008-09-24
3
-9
/
+9
*
* lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :
xibbar
2008-09-24
1
-0
/
+38
*
add a test. cf. [ruby-dev:36484].
akr
2008-09-24
1
-3
/
+2
*
Allow for -v and other flags to be passed through properly
ryan
2008-09-24
1
-1
/
+4
*
Added ARGV filtering for tests. Allows for multiple values
ryan
2008-09-24
1
-4
/
+11
*
* test/cgi/test_cgi_multipart.rb : test for miniunit.
xibbar
2008-09-24
3
-8
/
+8
*
Added changes needed for miniunit. usually from using internal calls that are...
ryan
2008-09-23
4
-2
/
+20
*
* test/ruby/test_rational2.rb: updated.
tadf
2008-09-23
3
-0
/
+1168
*
* string.c (rb_str_casecmp): make the ordering consistent with
akr
2008-09-23
1
-0
/
+13
*
* complex.c (nucomp_s_canonicalize_internal): does no apply
tadf
2008-09-23
2
-219
/
+42
*
* lib/pathname.rb (each_filename): return Enumerator if no block
mame
2008-09-23
1
-0
/
+1
[prev]
[next]