Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 1251 (100.0%) | 54.3 |
lib/ | 7 (30.4%) | 734 (58.7%) | 104.8 |
test/scanf/ | 8 (34.8%) | 478 (38.2%) | 59.7 |
/ | 8 (34.8%) | 39 (3.1%) | 4.8 |
scanf.rb
4 lines of code changed in:
refixed the previous fix in IO#block_scanf
2 lines of code changed in:
lib/scanf.rb
6 lines of code changed in:
Fixed a logic glitch in IO#block_scanf
2 lines of code changed in:
scanf.rb
9 lines of code changed in:
* soak_up_spaces only ungetc's non-space last character
* IO#block_scanf now returns partial last iteration
array if format string matches partly
7 lines of code changed in:
Fixed to work with Ruby test suite (patch from Nobu)
56 lines of code changed in:
scanf.rb fix
4 lines of code changed in:
Fixed Kernel#scanf to propagate code block
2 lines of code changed in:
scanf.rb note
5 lines of code changed in:
Partial fix so STDIN#scanf works with new STDIN#pos behavior
6 lines of code changed in:
First commit of scanf test files
422 lines of code changed in:
whitespace fix in ChangeLog entry
2 lines of code changed in:
lib/scanf.rb
5 lines of code changed in:
Took out useless @matched_item variable; some small refactoring.
18 lines of code changed in:
* lib/scanf.rb: import. [back-dated to July 19]
4 lines of code changed in:
Initial commit of scanf.rb.
697 lines of code changed in: