summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/optparse.rb2
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@
Tue Jul 21 05:20:21 2015 Eric Wong <[email protected]>
* io.c (nogvl_wait_for_single_fd): new function for Linux
@@ -1711,7 +1711,7 @@ XXX
# Completes shortened long style option switch and returns pair of
# canonical switch and switch descriptor OptionParser::Switch.
#
- # +id+:: Searching table.
# +opt+:: Searching key.
# +icase+:: Search case insensitive if true.
# +pat+:: Optional pattern for completion.