aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getoptlong.rb
Commit message (Expand)AuthorAgeFilesLines
* lib/getoptlong.rb: Specify frozen_string_literal: true.kazu2017-01-081-1/+1
* * tool/mkconfig.rb: use true instead of TRUE.shugo2016-07-091-1/+1
* [DOC] Fix typosa_matsuda2015-12-231-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* fix typos inspired by r40825kazu2013-05-191-1/+1
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-1/+1
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-107/+107
* * lib/getoptlong.rb (set_options): ensure that the type of argument ismame2010-01-291-2/+5
* * lib/getoptlong.rb: remove unused udoc/usage from example.matz2009-04-021-1/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-21/+21
* * lib/getoptlong.rb: use $stderr instead of $deferr.akr2008-05-041-2/+2
* Remove lib/rdoc/usage.rbdrbrain2008-01-111-20/+14
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-1/+1
* * Merge YARVko12006-12-311-1/+3
* * lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa2006-06-101-8/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-28/+168
* Added .document file for lib/uri.ryan2005-09-071-1/+1
* Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan2005-08-241-4/+17
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-6/+6
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-7/+7
* * array.c (push_values_at): Array#values_at should work withmatz2003-06-021-2/+2
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-1/+1
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-211-1/+1
* * io.c (io_read): takes optional second argument to specify amatz2002-12-111-4/+5
* The author of getoptlong.rb has agreed on changing the license fromknu2002-01-041-9/+2
* 2000-03-09matz2000-03-091-43/+44
* 2000-02-01matz2000-02-011-1/+1
* regexp literal (e.g. \202) match, etc.matz1999-09-011-2/+2
* 1.4.0matz1999-08-131-0/+473