Age | Commit message (Expand) | Author |
---|
2014-02-15 | minor rdoc typo | ryan |
2013-12-14 | scanf.rb: fix rescue modifier | nobu |
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 typos | nagachika |
2011-05-19 | * lib/scanf.rb: Improve documentation. 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 per | drbrain |
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 accept | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2006-10-03 | * parse.y (block_param): restrict block parameters to be local | matz |
2005-10-08 | * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched | nobu |
2004-03-06 | refixed the previous fix in IO#block_scanf | dblack |
2004-03-06 | Fixed a logic glitch in IO#block_scanf | dblack |
2004-03-02 | * soak_up_spaces only ungetc's non-space last character | dblack |
2004-03-01 | Fixed Kernel#scanf to propagate code block | dblack |
2004-03-01 | Partial fix so STDIN#scanf works with new STDIN#pos behavior | dblack |
2003-09-11 | Took out useless @matched_item variable; some small refactoring. | dblack |
2003-07-19 | Initial commit of scanf.rb. | dblack |