set svn:eol-style
0 lines of code changed in:
* ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) should return "". [ruby-Bugs:4361]
10 lines of code changed in:
* ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #dup and #clone.
* test/strscan/test_strscan.rb: test StringScanner#dup.
61 lines of code changed in:
* test/*: should not depend on $KCODE.
28 lines of code changed in:
introduce some new methods
* ext/strscan/strscan.c: new method StringScanner#beginning_of_line? (alias #bol?)
* ext/strscan/strscan.c: new method StringScanner#concat and #<<.
* ext/strscan/strscan.c: StringScanner#new(str) does not duplicate nor freeze STR (allow destructive modification).
* test/strscan/test_stringscanner.rb: test new methods above.
* test/strscan/test_stringscanner.rb: test destructive string modification.
86 lines of code changed in:
* test/strscan/test_stringscanner.rb: require test/unit.
1 lines of code changed in:
* test/strscan/test_stringscanner.rb: new file.
403 lines of code changed in: