summaryrefslogtreecommitdiff
path: root/lib/scanf.rb
AgeCommit message (Expand)Author
2010-10-26* lib/scanf.rb (extract_float): allow 2.e+2 style.naruse
2010-04-01* lib/scanf.rb: support %a format. [ruby-dev:40650]naruse
2010-03-28* lib/scanf.rb: fix max width modifier for %f.naruse
2010-03-28* lib/scanf.rb: fix %[egEFG] isn't accept.naruse
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-09-03* lib/scanf.rb: fixed bug involving matching literal '['dblack
2008-08-20* lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2006-10-03* parse.y (block_param): restrict block parameters to be localmatz
2005-10-08* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu
2004-03-06refixed the previous fix in IO#block_scanfdblack
2004-03-06Fixed a logic glitch in IO#block_scanfdblack
2004-03-02* soak_up_spaces only ungetc's non-space last characterdblack
2004-03-01Fixed Kernel#scanf to propagate code blockdblack
2004-03-01Partial fix so STDIN#scanf works with new STDIN#pos behaviordblack
2003-09-11Took out useless @matched_item variable; some small refactoring.dblack
2003-07-19Initial commit of scanf.rb.dblack