1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
aamine 6ef31af2d1 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.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-12-16 15:18:11 +00:00
..
csv * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell, 2003-12-12 13:44:58 +00:00
digest
drb
fileutils * lib/fileutils.rb (mkdir): remove trailing `/' from pathes. 2003-12-12 10:33:24 +00:00
logger
monitor * test/monitor/test_monitor.rb (test_cond): use Queue#deq 2003-12-10 06:02:27 +00:00
optparse
ostruct
ruby * ext/stringio/stringio.c (strio_read): set EOF flag at short read. 2003-12-10 10:29:00 +00:00
soap * descrictive warning message. 2003-12-14 13:37:01 +00:00
stringio * ext/stringio/stringio.c (strio_read): adjust behavior at reading 2003-12-10 08:16:14 +00:00
strscan introduce some new methods 2003-12-16 15:18:11 +00:00
testunit
uri
wsdl
xsd
yaml * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012] 2003-12-15 18:17:43 +00:00
runner.rb