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
/
ruby
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
test updated.
akr
2008-03-03
1
-0
/
+4
*
* re.c (rb_reg_regsub): remove too strict encoding check.
matz
2008-03-03
1
-2
/
+0
*
add tests.
akr
2008-03-01
1
-0
/
+54
*
add a test.
akr
2008-03-01
1
-0
/
+1
*
add a test.
akr
2008-03-01
1
-0
/
+3
*
* object.c (rb_cstr_to_dbl): check for successive underscores.
nobu
2008-03-01
1
-0
/
+1
*
* test/ruby/allpairs.rb: new file for all pairs method.
akr
2008-03-01
3
-28
/
+111
*
test/test_{string,sprintf}.rb: updated.
matz
2008-03-01
2
-5
/
+5
*
* sprintf.c (rb_str_format): "%#.0o" should keep prefix where
matz
2008-03-01
1
-3
/
+3
*
* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using too
nobu
2008-02-29
1
-3
/
+2
*
* bignum.c (big2str_find_n1): check integer overflow.
nobu
2008-02-29
1
-0
/
+9
*
* test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): test
matz
2008-02-29
1
-2
/
+6
*
add a test.
akr
2008-02-29
1
-0
/
+9
*
* test/ruby/test_iterator.rb (TestIterator::test_enumerator):
matz
2008-02-29
1
-2
/
+2
*
* string.c (rb_str_chomp_bang): now works on UTF-16.
matz
2008-02-29
2
-7
/
+13
*
* time.c (time_strftime): format should be ascii compatible.
matz
2008-02-29
1
-5
/
+15
*
* string.c (rb_str_rpartition): calculation was done in byte indexing.
matz
2008-02-29
1
-0
/
+2
*
* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):
nobu
2008-02-29
1
-1
/
+1
*
* test/ruby/test_time.rb (test_readers): fix typo.
naruse
2008-02-28
1
-1
/
+2
*
* encoding.c (enc_find): check type of argument and convert to String
naruse
2008-02-28
1
-0
/
+7
*
* process.c (rlimit_resource_type): new function.
akr
2008-02-22
1
-0
/
+32
*
* encoding.c (rb_enc_mbclen): return minlen instead of 1 when
akr
2008-02-22
1
-0
/
+27
*
commit miss. orz
usa
2008-02-22
1
-3
/
+3
*
sorry, typo.
usa
2008-02-22
1
-1
/
+1
*
* test/ruby/test_m17n.rb: add tests.
usa
2008-02-22
1
-1
/
+13
*
Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-02-21
1
-2
/
+5
*
* io.c (open_key_args): set arg->io even if no options passed.
usa
2008-02-20
1
-0
/
+6
*
use require_relative to require ut_eof and envutil.
akr
2008-02-18
4
-5
/
+8
*
use require_relative to require marshaltestlib and sentence.
akr
2008-02-18
3
-3
/
+6
*
* string.c (rb_str_each_line): fix newline size.
akr
2008-02-18
1
-0
/
+6
*
add tests.
akr
2008-02-18
1
-0
/
+2
*
add tests for sub/gsub with hash.
akr
2008-02-18
1
-0
/
+18
*
avoid regexp warnings.
akr
2008-02-18
1
-10
/
+11
*
add a test.
akr
2008-02-18
1
-0
/
+6
*
add tests.
akr
2008-02-17
1
-0
/
+20
*
* re.c (rb_reg_regsub): don't repeat repl twice with
akr
2008-02-17
1
-1
/
+1
*
* re.c (rb_reg_prepare_re): add enable_warning parameter.
akr
2008-02-17
1
-0
/
+2
*
* test/ruby/test_regexp.rb: add tests to achieve over 90% test
mame
2008-02-17
1
-0
/
+495
*
add tests.
akr
2008-02-17
1
-2
/
+9
*
add a test for [ruby-dev:33826]
akr
2008-02-17
1
-0
/
+7
*
* re.c (rb_reg_quote): return US-ASCII string consistently.
akr
2008-02-17
1
-10
/
+8
*
* string.c (rb_str_times): reduce loop overhead.
akr
2008-02-17
1
-1
/
+10
*
* encoding.c (rb_enc_compatible): empty strings are always compatible.
akr
2008-02-16
1
-1
/
+41
*
* test/ruby/test_math.rb: actual-expected argument ordering for
matz
2008-02-14
1
-25
/
+25
*
add a test for named class in regexp.
akr
2008-02-14
1
-0
/
+5
*
more tests for embedding regexps.
akr
2008-02-14
1
-0
/
+36
*
* re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp source
akr
2008-02-14
1
-0
/
+6
*
* eval.c (eval): allow to eval in a binding that has a singleton method.
mame
2008-02-13
2
-0
/
+245
*
* proc.c (proc_curry): new method. [ruby-dev:33676]
mame
2008-02-13
1
-0
/
+63
*
* bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,
naruse
2008-02-12
1
-1
/
+1
[prev]
[next]