e3556affad811976cfe2b24e69368b683d2f27c3
|
2003-07-19 |
Initial commit of scanf.rb. |
d170fe2cd0380f3e59adf25bd99ac1e560c544be
|
2003-08-03 |
* lib/scanf.rb: import. [back-dated to July 19] |
e7653fa093086b86fcf9adc25d9ecfaccdf92839
|
2003-09-11 |
Took out useless @matched_item variable; some small refactoring. |
689389ac950adabf50a4cdbf40dd4826530bf422
|
2003-09-11 |
lib/scanf.rb |
960b91c629ee3ca11decc86ff4fb3a1fb1bf92f9
|
2003-09-11 |
whitespace fix in ChangeLog entry |
933fb96a12978ca76cb2538a1daf19f0e968226e
|
2004-03-01 |
First commit of scanf test files |
b0c388896a1ce1d099df25e4a732ed6ab58569f8
|
2004-03-01 |
Partial fix so STDIN#scanf works with new STDIN#pos behavior |
e5f6e2c8b8d5ebdf325f1780f005da4d64ed730d
|
2004-03-01 |
scanf.rb note |
2e9663f152d07c1ef57e70fa1348dfb2bdee8a37
|
2004-03-01 |
Fixed Kernel#scanf to propagate code block |
4bea8f3ce2b0542334ac38a8ef83e94cd1049b03
|
2004-03-01 |
scanf.rb fix |
760691ca01f6785fa7c63a0a51dca04b82a2fc37
|
2004-03-02 |
Fixed to work with Ruby test suite (patch from Nobu) |
24aac11a56933f55149ead00b2dfab18f4facf16
|
2004-03-02 |
* soak_up_spaces only ungetc's non-space last character * IO#block_scanf now returns partial last iteration array if format string matches partly |
a5e13ce5ffbf6febf65b74de3358e9b2f73a4e6b
|
2004-03-02 |
scanf.rb |
ac9845a16c237e850bb5fa53cf0e9430fe2a302e
|
2004-03-06 |
Fixed a logic glitch in IO#block_scanf |
eddd3b4158435ea494ecf749a853d47e84abe84c
|
2004-03-06 |
lib/scanf.rb |
ad5c34fa0c9410e3b22db3d09ce0da2f97421305
|
2004-03-06 |
refixed the previous fix in IO#block_scanf |
11229973f4936e46b71c17a6939787b9fa8fd4dd
|
2004-03-06 |
scanf.rb |
9cab7d15ca791d0b14db03217485a7c756097a71
|
2008-09-03 |
* lib/scanf.rb: fixed bug involving matching literal '[' |