summaryrefslogtreecommitdiff
path: root/lib/scanf.rb
AgeCommit message (Expand)Author
2018-01-07lib/scanf.rb: [DOC] fix typosstomar
2017-10-21Fix bug about String#scanf("%a")nobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-14* ext/socket/lib/socket.rb: use safe navigation operator.hsbt
2015-12-03* lib/scanf.rb: fixed double words typo.hsbt
2014-02-15minor rdoc typoryan
2013-12-14scanf.rb: fix rescue modifiernobu
2013-07-18* lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-05-20* lib/scanf.rb: fix typosnagachika
2011-05-19 * lib/scanf.rb: Improve documentation. Patch by Gabe McArthur.drbrain
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
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