Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [DOC] update extension.ja.rdoc [ci skip] | Nobuyoshi Nakada | 2021-08-21 | 1 | -8/+5 | |
| | | | | `rb_cData` has been deprecated for years. | |||||
* | Allow omission of parentheses in one line pattern matching [Feature #16182] | Kazuki Tsujimoto | 2021-08-19 | 1 | -1/+7 | |
| | ||||||
* | Manually picking https://github.com/ruby/optparse/pull/14 | Hiroshi SHIBATA | 2021-07-28 | 44 | -1339/+0 | |
| | ||||||
* | [ruby/optparse] Remove an errant { character ↵ | Olle Jonsson | 2021-07-28 | 1 | -1/+1 | |
| | | | | | | (https://github.com/ruby/optparse/pull/26) https://github.com/ruby/optparse/commit/47417f1b4c | |||||
* | [ruby/optparse] Fix link in included file | Burdette Lamar | 2021-07-28 | 1 | -1/+1 | |
| | | | | https://github.com/ruby/optparse/commit/bf03038d95 | |||||
* | [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/24) | Burdette Lamar | 2021-07-28 | 4 | -22/+203 | |
| | | | | | | | - Adds section "Parsing" to tutorial.rdoc. - Removes section "Terminators" from option_params.rdoc. (Terminator '--' is not an option parameter.) https://github.com/ruby/optparse/commit/40d51ccbad | |||||
* | [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/23) | Burdette Lamar | 2021-07-28 | 2 | -11/+73 | |
| | | | | | | | | - Removed a largish block of repeated text. - Added sections "Top List and Base List" and "Methods for Defining Options" (on, define, etc.). - Linked from class OptionParser doc to the tutorial. https://github.com/ruby/optparse/commit/7f3195b9db | |||||
* | [ruby/optparse] Removed a duplicate section | Nobuyoshi Nakada | 2021-07-28 | 1 | -36/+0 | |
| | | | | https://github.com/ruby/optparse/commit/7ef3d89e78 | |||||
* | [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/22) | Burdette Lamar | 2021-07-28 | 4 | -24/+135 | |
| | | | | | | | Adds argument abbreviation in option_params.rdoc. Adds entire Argument Values section to tutorial.rdoc. https://github.com/ruby/optparse/commit/9c5b3f244b | |||||
* | [ruby/optparse] Rdoc for help (https://github.com/ruby/optparse/pull/21) | Burdette Lamar | 2021-07-28 | 5 | -0/+165 | |
| | | | | https://github.com/ruby/optparse/commit/d07cb96a96 | |||||
* | [ruby/optparse] Tutorial: explain custom argument converters ↵ | Burdette Lamar | 2021-07-28 | 4 | -4/+83 | |
| | | | | | | (https://github.com/ruby/optparse/pull/19) https://github.com/ruby/optparse/commit/385dd4322d | |||||
* | [ruby/optparse] Fixed mismatched <tt> tag | Nobuyoshi Nakada | 2021-07-28 | 1 | -1/+1 | |
| | | | | https://github.com/ruby/optparse/commit/7e65ef3cfa | |||||
* | [ruby/optparse] Enhanced doc for option parameters ↵ | Burdette Lamar | 2021-07-28 | 37 | -0/+1106 | |
| | | | | | | (https://github.com/ruby/optparse/pull/11) https://github.com/ruby/optparse/commit/5618eeb49e | |||||
* | [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/9) | Burdette Lamar | 2021-07-28 | 10 | -54/+133 | |
| | | | | | | | | | | | | * More on tutorial * More on tutorial * More on tutorial * More on tutorial: clearer example output https://github.com/ruby/optparse/commit/84dfd92d2a | |||||
* | [ruby/optparse] Beginnings of tutorial | BurdetteLamar | 2021-07-28 | 5 | -0/+154 | |
| | | | | https://github.com/ruby/optparse/commit/f209276f79 | |||||
* | Update Capturing and Anchors sections of regexp documention | Jeremy Evans | 2021-07-27 | 1 | -5/+31 | |
| | | | | | | | Document that only first 9 numbered capture groups can use the \n backreference syntax. Document \0 backreference. Document \K anchor. Fixes [Bug #14500] | |||||
* | [DOC] Fixed the description of regexp alternations [ci skip] | Ulysses Zhan | 2021-07-22 | 1 | -2/+2 | |
| | ||||||
* | Doc guide for class/module (#4600) | Burdette Lamar | 2021-07-18 | 2 | -211/+281 | |
| | | | Co-authored-by: Marivaldo Cavalheiro <marivaldo@gmail.com> | |||||
* | One-line pattern matching is no longer experimental | Kazuki Tsujimoto | 2021-07-17 | 1 | -1/+1 | |
| | | | | https://github.com/ruby/dev-meeting-log/blob/master/DevelopersMeeting20210715Japan.md#feature-17724-make-the-pin-operator-support-instanceclassglobal-variables-jeremyevans0 | |||||
* | Add pattern matching pin support for instance/class/global variables | Jeremy Evans | 2021-07-15 | 1 | -1/+31 | |
| | | | | | | | | | | | Pin matching for local variables and constants is already supported, and it is fairly simple to add support for these variable types. Note that pin matching for method calls is still not supported without wrapping in parentheses (pin expressions). I think that's for the best as method calls are far more complex (arguments/blocks). Implements [Feature #17724] | |||||
* | Fix default prompt mode in doc/irb/irb.rd.ja | Kazuhiro NISHIYAMA | 2021-07-02 | 1 | -2/+2 | |
| | ||||||
* | Add scheduler hook `Addrinfo.getaddrinfo`. (#4375) | Samuel Williams | 2021-06-14 | 1 | -0/+7 | |
| | | | Co-authored-by: Bruno Sutic <code@brunosutic.com> | |||||
* | Promote net-smtp to the bundled gems | Hiroshi SHIBATA | 2021-05-27 | 2 | -5/+3 | |
| | ||||||
* | Promote net-pop to the bundled gems | Hiroshi SHIBATA | 2021-05-27 | 2 | -5/+3 | |
| | ||||||
* | Promote net-imap to the bundled gems | Hiroshi SHIBATA | 2021-05-27 | 2 | -5/+3 | |
| | ||||||
* | Promote net-ftp to the bundled gems | Hiroshi SHIBATA | 2021-05-27 | 2 | -5/+3 | |
| | ||||||
* | Promote matrix to the bundled gems | Hiroshi SHIBATA | 2021-05-27 | 2 | -5/+3 | |
| | ||||||
* | Promote prime to the bundled gems | Hiroshi SHIBATA | 2021-05-27 | 2 | -5/+3 | |
| | ||||||
* | Removed gdbm from ruby repo | Hiroshi SHIBATA | 2021-05-25 | 2 | -5/+0 | |
| | ||||||
* | Removed dbm from ruby repo | Hiroshi SHIBATA | 2021-05-25 | 2 | -5/+0 | |
| | ||||||
* | Removed tracer from ruby repo | Hiroshi SHIBATA | 2021-05-25 | 2 | -5/+0 | |
| | ||||||
* | xibbar is retired from cgi.rb maintainer | Hiroshi SHIBATA | 2021-05-24 | 1 | -1/+1 | |
| | ||||||
* | Remove extra word in heredoc documentation | Jeremy Evans | 2021-05-20 | 1 | -1/+1 | |
| | | | | | | From Thibault Jouan Fixes [Misc #17872] | |||||
* | Update keyword argument description in method syntax guide | Jeremy Evans | 2021-05-11 | 1 | -77/+9 | |
| | | | | | | | Remove discussion of Ruby 2.7 specific handling of keyword argument separation. Add a small example of keyword to positional hash conversion for methods not accepting keyword arguments. | |||||
* | What's Here for class Dir (#4472) | Burdette Lamar | 2021-05-07 | 1 | -0/+8 | |
| | | | | What's Here for class Dir | |||||
* | Update Time documentation | Burdette Lamar | 2021-04-29 | 8 | -0/+25 | |
| | ||||||
* | Fix some typos by spell checker | Ryuta Kamizono | 2021-04-26 | 1 | -1/+1 | |
| | ||||||
* | [Doc] Fix a typo s/evel/eval/ | wonda-tea-coffee | 2021-04-25 | 1 | -1/+1 | |
| | ||||||
* | [Doc] Fix a typo s/invokations/invocations/ | wonda-tea-coffee | 2021-04-25 | 1 | -1/+1 | |
| | ||||||
* | [ruby/optparse] Moved rdoc files to doc/optparse | Nobuyoshi Nakada | 2021-04-11 | 51 | -0/+0 | |
| | | | | https://github.com/ruby/optparse/commit/cccb28e0de | |||||
* | [ruby/optparse] Fix relative paths | Nobuyoshi Nakada | 2021-04-11 | 1 | -2/+2 | |
| | | | | https://github.com/ruby/optparse/commit/8be031b539 | |||||
* | [ruby/optparse] More on tutorial (#16) | Burdette Lamar | 2021-04-11 | 6 | -3/+180 | |
| | | | | | | | | | | | - Added example in "Argument Converters"; it doesn't seem right for a tutorial to have no example in one of its topics (and instead just linking elsewhere). - Added section "Command-Line Abbreviations." - Added section "Keyword Argument into," showing how to: - Collect options. - Check for missing options. - Provide option defaults. https://github.com/ruby/optparse/commit/39d39676c4 | |||||
* | [ruby/optparse] Rdoc (#15) | Burdette Lamar | 2021-04-11 | 10 | -365/+487 | |
| | | | | | | | | | | | | | | | | | | | | * Resolve shared mixed_names.rb * Add long option with negation * Show --help for all examples * Table of contents for tutorial * Move argument converters to separate rdoc * Add references to argument_converters.rdoc * Tune up argument converters * Change explicit links to auto-links https://github.com/ruby/optparse/commit/c91ed8d33d | |||||
* | [ruby/optparse] Reorganize Ruby example files for sharing (#14) | Burdette Lamar | 2021-04-11 | 45 | -55/+43 | |
| | | | | https://github.com/ruby/optparse/commit/9a2352c1c9 | |||||
* | [ruby/optparse] Make use of option_params.rdoc | BurdetteLamar | 2021-04-08 | 2 | -2/+9 | |
| | | | | https://github.com/ruby/optparse/commit/d55d9284c3 | |||||
* | [ruby/optparse] Enhanced doc for option parameters (#11) | Burdette Lamar | 2021-04-08 | 37 | -0/+1106 | |
| | | | | https://github.com/ruby/optparse/commit/5618eeb49e | |||||
* | [ruby/optparse] More on tutorial (#9) | Burdette Lamar | 2021-04-08 | 10 | -54/+133 | |
| | | | | | | * More on tutorial: clearer example output https://github.com/ruby/optparse/commit/84dfd92d2a | |||||
* | [ruby/optparse] Beginnings of tutorial | BurdetteLamar | 2021-04-08 | 5 | -0/+154 | |
| | | | | https://github.com/ruby/optparse/commit/f209276f79 | |||||
* | Update method name and add documentation. | Samuel Williams | 2021-03-30 | 1 | -1/+11 | |
| | ||||||
* | [Doc] Update regex engine to Onigumo in doc/extension.* [ci skip] | Kenichi Kamiya | 2021-03-27 | 2 | -4/+2 | |
| | | | regex.c has been removed in 8e65234086a15f90585bc09cce82dbad2aa647d7 |