aboutsummaryrefslogtreecommitdiffstats
path: root/lib/scanf.rb
Commit message (Expand)AuthorAgeFilesLines
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-8/+8
* * lib/scanf.rb: fixed bug involving matching literal '['dblack2008-09-031-1/+1
* * lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu2008-08-201-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * parse.y (block_param): restrict block parameters to be localmatz2006-10-031-1/+2
* * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu2005-10-081-2/+2
* refixed the previous fix in IO#block_scanfdblack2004-03-061-1/+2
* Fixed a logic glitch in IO#block_scanfdblack2004-03-061-1/+2
* * soak_up_spaces only ungetc's non-space last characterdblack2004-03-021-3/+7
* Fixed Kernel#scanf to propagate code blockdblack2004-03-011-2/+2
* Partial fix so STDIN#scanf works with new STDIN#pos behaviordblack2004-03-011-6/+6
* Took out useless @matched_item variable; some small refactoring.dblack2003-09-111-18/+18
* Initial commit of scanf.rb.dblack2003-07-191-0/+697