index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
strscan
Age
Commit message (
Expand
)
Author
2010-02-14
avoid method redefinition.
akr
2009-08-26
* ext/strscan/strscan.c (strscan_set_string): set string should not be
nobu
2009-06-17
* ext/strscan/strscan.c (Init_strscan): remove obsolete
matz
2008-09-24
* test: assert_raises has been deprecated since a long time ago.
nobu
2008-06-05
* test/stringio/test_stringio.rb: add tests to achieve over 95% test
mame
2008-05-12
* re.c (rb_reg_prepare_re): made non static with small refactoring.
matz
2007-12-28
add a test.
akr
2007-12-28
* ext/strscan/strscan.c (str_new): new function for allocate an string
akr
2007-11-14
* test/socket/test_socket.rb: update not to use 1.8 assignment to
matz
2006-07-26
* ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...
aamine
2004-03-05
* ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...
aamine
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-12-16
introduce some new methods
aamine
2003-09-17
* test/strscan/test_stringscanner.rb: require test/unit.
aamine
2003-09-17
* test/strscan/test_stringscanner.rb: new file.
aamine