-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
aamine
committed
Dec 16, 2003
1 parent
ff9f067
commit 6ef31af
Showing
3 changed files
with
173 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
Wed Dec 17 00:16:14 2003 Minero Aoki <[email protected]> | ||
|
||
* 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. | ||
|
||
Tue Dec 16 21:20:47 2003 Tanaka Akira <[email protected]> | ||
|
||
* lib/pp.rb: don't use local variable `pp'. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.