index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
optparse
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/optparse] Add symbolize_names to getopts
Junichi Ito
2022-12-26
1
-0
/
+16
*
[ruby/optparse] The encoding argument of `Regexp.new` has been ignored since 1.9
Nobuyoshi Nakada
2022-12-21
1
-0
/
+3
*
[ruby/optparse] Fix the test failure i ruby/ruby
Yusuke Endoh
2022-11-28
1
-3
/
+3
*
[ruby/optparse] Add `raise_unknown` flag
Nobuyoshi Nakada
2022-11-28
1
-0
/
+12
*
[ruby/optparse] Add tests for `load(into:)`
Nobuyoshi Nakada
2022-10-29
1
-0
/
+2
*
[ruby/optparse] Add tests for `OptionParser#load`
Nobuyoshi Nakada
2022-10-29
1
-0
/
+139
*
[ruby/optparse] Don't treat empty string as an option description
Maciek Rząsa
2022-10-08
1
-0
/
+23
*
[ruby/optparse] Also accept '-' as an optional argument (https://github.com/r...
konsolebox
2022-07-29
1
-0
/
+6
*
Avoid defining the same test class in multiple files
Jeremy Evans
2022-04-22
13
-29
/
+19
*
[ruby/optparse] Fix for ruby 3.0 or earlier
Nobuyoshi Nakada
2022-01-12
1
-5
/
+5
*
[ruby/optparse] DidYouMean::PlainFormatter is deprecated
Nobuyoshi Nakada
2022-01-12
1
-3
/
+11
*
Revert "Revert "Replace an deprecated constant with a new one in did_you_mean""
Yuki Nishijima
2021-12-24
1
-5
/
+1
*
Revert "Replace an deprecated constant with a new one in did_you_mean"
Yuki Nishijima
2021-12-23
1
-1
/
+5
*
Replace an deprecated constant with a new one in did_you_mean
Yuki Nishijima
2021-12-22
1
-5
/
+1
*
[ruby/optparse] Fix typo [ci skip]
Nobuyoshi Nakada
2021-11-03
1
-1
/
+1
*
Remove the test for DYM's verbose formatter
Yuki Nishijima
2021-10-22
1
-8
/
+0
*
[ruby/optparse] Add EditorConfig file
Alexander Popov
2021-04-28
1
-1
/
+0
*
[ruby/optparse] Fixed error message of unparsed non-option
Nobuyoshi Nakada
2021-03-29
1
-0
/
+8
*
[ruby/optparse] Add OptionParser#require_exact accessor
Jeremy Evans
2021-03-29
1
-0
/
+22
*
`LoadError` is not a subclass of `StandardError`
Nobuyoshi Nakada
2019-11-29
1
-1
/
+5
*
test/optparse/test_did_you_mean.rb - fix suggestion order
MSP-Greg
2019-10-21
1
-3
/
+3
*
Support DidYouMean by AmbiguousOption too
Nobuyoshi Nakada
2019-10-18
1
-0
/
+6
*
Default DidYouMean.formatter to PlainFormatter
Nobuyoshi Nakada
2019-10-18
1
-1
/
+5
*
Added no suggestion test case
Nobuyoshi Nakada
2019-10-18
1
-0
/
+5
*
Use DidYouMean.formatter
Nobuyoshi Nakada
2019-10-18
1
-7
/
+18
*
lib/optparse.rb: Show a did_you_mean hint for unknown option
Yusuke Endoh
2019-10-18
1
-0
/
+22
*
Fixed the test-case class name for zsh
Nobuyoshi Nakada
2019-06-28
1
-1
/
+1
*
Allow --enable/--disable options to take an argument
Nobuyoshi Nakada
2019-05-15
1
-0
/
+7
*
optparse: Suppress warnings
nobu
2018-05-06
1
-0
/
+2
*
optparse.rb: froze string literals
nobu
2018-01-26
1
-0
/
+9
*
multiple arguments to write
nobu
2017-10-23
3
-3
/
+3
*
optparse.rb: case-sensitive candidate
nobu
2017-07-24
1
-0
/
+5
*
optparse.rb: get rid of eval
nobu
2017-07-12
1
-0
/
+3
*
Fix DecimalInteger converting to octal bug
nobu
2017-07-06
1
-6
/
+6
*
optparse/kwargs.rb
nobu
2016-10-14
1
-0
/
+40
*
optparse.rb: hyphenize
nobu
2016-10-14
4
-0
/
+64
*
optparse.rb: fix char class option
nobu
2016-05-31
1
-0
/
+18
*
optparse.rb: into kwdarg
nobu
2016-01-06
1
-0
/
+11
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
11
-0
/
+11
*
use assert_raise
nobu
2015-06-02
1
-21
/
+21
*
* lib/optparse.rb: The Integer acceptable now allows binary and
drbrain
2013-09-05
1
-0
/
+195
*
test_optparse.rb: skip no_error in backtrace
nobu
2013-04-01
1
-1
/
+2
*
* test/optparse/test_summary.rb (test_summary_containing_space): add
nagachika
2012-04-25
1
-0
/
+8
*
* lib/optparse.rb (OptionParser#to_a): split for each lines.
nobu
2012-04-24
1
-1
/
+1
*
* lib/optparse.rb (OptionParser#to_a): should split by end-of-line
nobu
2012-04-24
1
-3
/
+3
*
* lib/optparse.rb (OptionParser#to_a): String#to_a is no longer
nobu
2012-04-24
1
-0
/
+17
*
* lib/optparse/ac.rb: autoconf-like options.
nobu
2012-04-02
1
-0
/
+63
*
* lib/optparse.rb (Regexp): fix incorrect options when casting to
nobu
2012-01-16
4
-0
/
+24
*
* lib/optparse.rb: shell completion support for zsh. based on
nobu
2010-11-19
1
-0
/
+22
*
* lib/optparse.rb: shell completion support for bash.
nobu
2010-11-19
2
-1
/
+45
[next]