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
*
* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexp
akr
2007-12-18
1
-0
/
+7
*
fix test. [ruby-dev:32625].
akr
2007-12-18
1
-4
/
+11
*
more tests.
akr
2007-12-18
1
-0
/
+103
*
* string.c (str_nth): need not to raise out-of-range exception.
matz
2007-12-18
1
-1
/
+0
*
more tests.
akr
2007-12-18
1
-71
/
+120
*
more tests.
akr
2007-12-17
1
-4
/
+183
*
for undefined conversions.
matz
2007-12-17
1
-0
/
+1
*
avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.
akr
2007-12-15
1
-1
/
+1
*
* transcode.c (str_transcode, transcode_dispatch): added two-step
matz
2007-12-15
1
-35
/
+69
*
* encoding.c (rb_enc_compatible): encoding should never fall back
matz
2007-12-13
1
-7
/
+7
*
* string.c (rb_str_shared_replace): make str noembed after free.
akr
2007-12-13
1
-0
/
+3
*
upcase hex.
akr
2007-12-13
1
-25
/
+25
*
* test/ruby/test_transcode.rb: added tests from Martin Duerst <duerst
nobu
2007-12-11
1
-28
/
+59
*
* array.c (rb_ary_slice_bang): If an invalid range is given, do
knu
2007-12-10
1
-0
/
+16
*
* transcode*.[ch], test/ruby/test_transcode.rb: set properties.
nobu
2007-12-10
1
-44
/
+44
*
* transcode.c: new file to provide encoding conversion features.
matz
2007-12-10
1
-0
/
+44
*
update tests for String#inspect replacing \xHH instead of \OOO.
akr
2007-12-09
1
-27
/
+27
*
* re.c (rb_reg_expr_str): use \xHH instead of \OOO.
akr
2007-12-09
2
-2
/
+2
*
* re.c (rb_reg_names): new method Regexp#names.
akr
2007-12-09
1
-3
/
+26
*
* re.c (rb_reg_s_last_match): accept named capture's name.
akr
2007-12-09
1
-1
/
+7
*
document named capture of MatchData#{offset,begin,end,inspect}.
akr
2007-12-09
1
-1
/
+0
*
* re.c (match_backref_number): new function for converting a backref
akr
2007-12-09
1
-0
/
+23
*
* re.c (append_utf8): check unicode range.
akr
2007-12-09
1
-0
/
+10
*
* string.c (tr_find): returns true if no characters to be removed is
nobu
2007-12-09
1
-0
/
+5
*
* string.c (tr_trans): get rid of segfaults when has mulitbytes but
nobu
2007-12-09
1
-0
/
+6
*
* re.c (rb_reg_check_preprocess): new function for validating regexp
akr
2007-12-08
1
-10
/
+25
*
add test for UTF-8 bit pattern.
akr
2007-12-08
1
-0
/
+59
*
* encoding.c (rb_enc_mbclen): make it never fail.
akr
2007-12-08
2
-6
/
+6
*
* encoding.c (rb_enc_precise_mbclen): new function for mbclen with
akr
2007-12-06
1
-113
/
+145
*
* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing
nobu
2007-12-04
1
-0
/
+3
*
check Process.kill instead of Process#kill.
akr
2007-12-02
1
-1
/
+1
*
s/unicode/Unicode/ in error messages.
akr
2007-12-02
1
-7
/
+75
*
* parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP.
akr
2007-12-02
1
-0
/
+8
*
* include/ruby/intern.h (rb_uv_to_utf8): declared.
akr
2007-12-01
2
-39
/
+79
*
* bootstraptest/test_knownbug.rb: move fixed bugs.
ko1
2007-12-01
1
-0
/
+4
*
report the reason of process termination.
akr
2007-11-30
1
-1
/
+1
*
add test for enumerator.
akr
2007-11-28
1
-1
/
+10
*
* insnhelper.ci (vm_invoke_block): should splat args.
ko1
2007-11-28
1
-0
/
+8
*
test exceptions.
akr
2007-11-28
1
-29
/
+41
*
* compile.c, insns.def: change return value of "defined?"
ko1
2007-11-27
1
-0
/
+29
*
* test_beginendblock.rb: add loop to wait signal.
ko1
2007-11-27
1
-2
/
+4
*
* eval.c (rb_method_missing): fix stack trace.
ko1
2007-11-27
1
-0
/
+12
*
more tests.
akr
2007-11-26
2
-157
/
+99
*
* test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):
matz
2007-11-26
1
-15
/
+5
*
* include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.
akr
2007-11-25
1
-21
/
+189
*
test_to_s refined.
akr
2007-11-25
1
-1
/
+1
*
add more roundtrip tests.
akr
2007-11-25
1
-0
/
+44
*
add test for printf format %x, %o and %b.
akr
2007-11-24
1
-0
/
+79
*
* bootstraptest/test_knownbug.rb: move solved tests.
ko1
2007-11-23
2
-0
/
+11
*
* re.c (REG_CASESTATE): unused macro removed.
akr
2007-11-23
1
-0
/
+201
[next]