aboutsummaryrefslogtreecommitdiffstats
path: root/lib/scanf.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-141-2/+1
* * lib/scanf.rb: fixed double words typo.hsbt2015-12-031-1/+1
* minor rdoc typoryan2014-02-151-1/+1
* scanf.rb: fix rescue modifiernobu2013-12-141-1/+6
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-1/+1
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* * lib/scanf.rb: fix typosnagachika2011-05-201-2/+2
* * lib/scanf.rb: Improve documentation. Patch by Gabe McArthur.drbrain2011-05-191-326/+376
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-48/+48
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-48/+48
* * lib/scanf.rb (extract_float): allow 2.e+2 style.naruse2010-10-261-0/+2
* * lib/scanf.rb: support %a format. [ruby-dev:40650]naruse2010-04-011-7/+22
* * lib/scanf.rb: fix max width modifier for %f.naruse2010-03-281-2/+3
* * lib/scanf.rb: fix %[egEFG] isn't accept.naruse2010-03-281-3/+3
* * {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