aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* improves message. thanks to eregonKentaro Goto2021-08-231-1/+1
|
* Display httpd URLs supporting HTTPSKentaro Goto2021-08-231-3/+10
|
* Display httpd URLsKentaro Goto2021-08-231-0/+8
|
* ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh2021-08-201-1/+1
| | | | | | | ... as per ko1's preference. He is preparing to extend this feature to ISeq for his new debugger. He prefers "keep" to "save" for this wording. This API is internal and not included in any released version, so I change it in advance.
* [ruby/reline] Remove interrupt avoidanceaycabta2021-08-141-2/+0
| | | | | | | There used to be a process that did not want to be interrupted by SIGINT, so it was trapped, but that process is no longer there. https://github.com/ruby/reline/commit/ba7252a5db
* [ruby/reline] Version 0.2.7aycabta2021-08-121-1/+1
| | | | https://github.com/ruby/reline/commit/040d29b4c0
* [ruby/irb] Version 1.3.7aycabta2021-08-121-2/+2
| | | | https://github.com/ruby/irb/commit/98610236ec
* [ruby/irb] Update dependency, reline >= 0.2.7aycabta2021-08-121-1/+1
| | | | https://github.com/ruby/irb/commit/5a0c8dc9e6
* Update parser files of RDoc generated by the latest Raccaycabta2021-08-102-2/+2
|
* Update parser files of RDoc generated by the latest KPegaycabta2021-08-102-48/+46
|
* [ruby/rdoc] Use HEAD of kpegaycabta2021-08-101-1/+1
| | | | | | | | | | I compared the results between the latest release of kpeg gem (1.1.0) and HEAD of kpeg gem with `time` command, and the execution time is reduced from 38.35s sec to 35.06 sec. ref. https://github.com/evanphx/kpeg/pull/43 https://github.com/ruby/rdoc/commit/682bcb48ce
* [ruby/rdoc] Add "rake clean" task to erase generated parser filesaycabta2021-08-101-0/+6
| | | | https://github.com/ruby/rdoc/commit/4e3e635afa
* Import copied Rakefile from original RDoc repositoryaycabta2021-08-101-0/+101
|
* [ruby/rdoc] Move dev dependency of gettext to Gemfileaycabta2021-08-102-1/+1
| | | | https://github.com/ruby/rdoc/commit/a177377b6f
* [ruby/rdoc] Use single quote in Gemfileaycabta2021-08-101-6/+6
| | | | https://github.com/ruby/rdoc/commit/e4b68d414c
* Import copied Gemfile from original RDoc repositoryaycabta2021-08-101-0/+12
|
* Check the result of tigetstrNobuyoshi Nakada2021-08-061-1/+6
|
* Fix caching of curses_dlNobuyoshi Nakada2021-08-061-2/+3
|
* Fix the result of checking the existence of constants being reversedaycabta2021-08-061-1/+1
|
* Handle SIGINT in other thread correctlyaycabta2021-08-041-2/+10
| | | | Co-authored-by: Koichi Sasada <ko1@atdot.net>
* Use Symbol of signal for trapaycabta2021-08-041-1/+1
|
* [ruby/error_highlight] Keep it work if paren exists after receiverMasataka Pocke Kuwabara2021-07-311-10/+10
| | | | https://github.com/ruby/error_highlight/commit/b79d679bbd
* [ruby/reline] Support Terminfo on Cygwin and macOSaycabta2021-07-301-0/+4
| | | | https://github.com/ruby/reline/commit/b0b75fcd27
* [ruby/reline] Don't check the existence of Terminfo on Windowsaycabta2021-07-301-1/+11
| | | | https://github.com/ruby/reline/commit/320f09055c
* [ruby/reline] Check TYPE_VARIADICaycabta2021-07-301-0/+4
| | | | https://github.com/ruby/reline/commit/8e62e46e33
* [ruby/reline] Define StringWithTiparm instead of singular methodaycabta2021-07-301-4/+6
| | | | https://github.com/ruby/reline/commit/de234dc875
* [ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix992021-07-301-39/+69
| | | | https://github.com/ruby/reline/commit/0c38e39023
* [ruby/reline] Check empty .inputrcaycabta2021-07-301-1/+1
| | | | https://github.com/ruby/reline/commit/b60b3b76cd
* [ruby/reline] Add original C function declarations comment for each functionaycabta2021-07-301-5/+6
| | | | https://github.com/ruby/reline/commit/9a25ee9f12
* [ruby/reline] Fix reline on OpenBSDJeremy Evans2021-07-301-1/+6
| | | | | | | | OpenBSD doesn't support tiparm, only tparm. I'm not sure if the two are compatible, but this at least this allows me to run irb on OpenBSD. https://github.com/ruby/reline/commit/0ce2b34e2b
* [ruby/reline] Added support for Numpad divide key on Windows.SilverPhoenix992021-07-301-0/+3
| | | | https://github.com/ruby/reline/commit/84577da0c4
* [ruby/reline] Support Enter key of numpad on Windowsaycabta2021-07-301-0/+2
| | | | | | The yamatanooroti gem can't emulate numpad key pressing... https://github.com/ruby/reline/commit/8e9da1aeaf
* [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis2021-07-301-3/+0
| | | | | | Fixes #298 https://github.com/ruby/reline/commit/72acfcd27a
* [ruby/reline] Add TODO comment to implement tigetflag() and tigetnum()aycabta2021-07-301-0/+1
| | | | https://github.com/ruby/reline/commit/a0d946a398
* [ruby/reline] Add require 'reline/terminfo' to use Reline::Terminfo.enabled?aycabta2021-07-301-0/+1
| | | | https://github.com/ruby/reline/commit/7ef9805b35
* Update the latest version of readline.gemspecHiroshi SHIBATA2021-07-291-2/+0
|
* [ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira2021-07-291-3/+1
| | | | | | | | | | | | | The existing implementation of `Net::HTTP#write_timeout` relies on `Net::BefferedIO` to trigger the `Net::WriteTimeout` error. This commit changes `send_request_with_body_stream` to remove the optimization that was making `Net::HTTP#write_timeout` not work when `body_stream` is used. Open issue: https://bugs.ruby-lang.org/issues/17933 https://github.com/ruby/net-http/commit/a0fab1ab52
* [ruby/set] Improve What's Here linksBurdetteLamar2021-07-291-2/+2
| | | | https://github.com/ruby/set/commit/76b056c3b9
* [ruby/set] Improve What's Here linksBurdetteLamar2021-07-291-3/+5
| | | | https://github.com/ruby/set/commit/dd787a3988
* [ruby/set] gemspec: This gem exposes 0 executablesOlle Jonsson2021-07-291-2/+0
| | | | | | This change removes unused configuration. https://github.com/ruby/set/commit/6c2338d699
* [ruby/set] Update documentation for intersect?/disjoint?Jeremy Evans2021-07-291-3/+7
| | | | https://github.com/ruby/set/commit/35b69e9d69
* [ruby/set] Allow the use of any enumerable in intersect?/disjoint?Jeremy Evans2021-07-291-9/+8
| | | | https://github.com/ruby/set/commit/1a73ab9047
* [ruby/set] Allow Set#intersect? and #disjoint? to accept array argumentJeremy Evans2021-07-291-1/+8
| | | | | | Implements [Feature #17838] https://github.com/ruby/set/commit/d9b389bafa
* [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/23)Burdette Lamar2021-07-281-2/+8
| | | | | | | | - 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] nodoc private methodsNobuyoshi Nakada2021-07-281-7/+7
| | | | https://github.com/ruby/optparse/commit/f23d750d14
* Update to latest uriBenoit Daloze2021-07-281-2/+2
| | | | | * https://github.com/ruby/uri/commit/bc47bf71df2b2e9cea09d0b2684ceac7355e42a0 * To include the fix from https://github.com/ruby/uri/pull/27
* [ruby/readline] Improve the gem's descriptionMarcus Stollsteimer2021-07-281-11/+11
| | | | | | | Improve the language in the gem's summary and description; also remove U+00A0 (no-break space) characters from post-install box. https://github.com/ruby/readline/commit/5037cf7ffc
* [ruby/resolv-replace] gemspec: Drop executables directiveOlle Jonsson2021-07-281-2/+0
| | | | | | This gem exposes no executables. https://github.com/ruby/resolv-replace/commit/fa405185f7
* [ruby/resolv] Bump version to 0.2.1Hiroshi SHIBATA2021-07-281-1/+1
| | | | https://github.com/ruby/resolv/commit/095f1c003f
* [ruby/getoptlong] RDoc: escape to avoid links to the word SetOlle Jonsson2021-07-281-5/+5
| | | | | | We would like to avoid linking to the Set class for these words. https://github.com/ruby/getoptlong/commit/33b56d6141