| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-29 | [ruby/reline] Create windows.rb | usa | |
| see issue #317 https://github.com/ruby/reline/commit/aad164de93 | |||
| 2021-08-29 | [ruby/reline] Add "sleep 0.01" to Windows event loop | aycabta | |
| https://github.com/ruby/reline/commit/dfc89eae53 | |||
| 2021-08-29 | [ruby/reline] Add comments about where rerendering | aycabta | |
| https://github.com/ruby/reline/commit/4406069b7e | |||
| 2021-08-29 | [ruby/reline] Use background color instead of border frame | aycabta | |
| https://github.com/ruby/reline/commit/8f1db0a076 | |||
| 2021-08-29 | [ruby/reline] Suppress warning; unused variable | aycabta | |
| https://github.com/ruby/reline/commit/74a6124e8d | |||
| 2021-08-29 | [ruby/reline] Remove an unnecessary variable | aycabta | |
| https://github.com/ruby/reline/commit/5435c1aa3f | |||
| 2021-08-29 | [ruby/reline] Implement dialog with autocomplete callback | aycabta | |
| https://github.com/ruby/reline/commit/1401d6165e | |||
| 2021-08-29 | [ruby/reline] Separate calling completion proc with checking args | aycabta | |
| https://github.com/ruby/reline/commit/3203cb97db | |||
| 2021-08-29 | [ruby/irb] Update dependency to "reline >= 0.2.7.pre.1" for use dialog ↵ | aycabta | |
| feature in tests https://github.com/ruby/irb/commit/df04a9a881 | |||
| 2021-08-29 | [ruby/irb] Rescue NotFoundError of RDoc::RI::Driver#expand_name | aycabta | |
| https://github.com/ruby/irb/commit/c5f13b23d7 | |||
| 2021-08-29 | [ruby/irb] Add show doc dialog for Reline | aycabta | |
| https://github.com/ruby/irb/commit/026700499d | |||
| 2021-08-24 | [ruby/securerandom] [DOC] fix a code mark up [ci skip] | Nobuyoshi Nakada | |
| https://github.com/ruby/securerandom/commit/de47532707 | |||
| 2021-08-24 | [ruby/un] gemspec: Explicitly list 0 executables | Olle Jonsson | |
| This gem exposes no executables, so this makes that clear to the reader. https://github.com/ruby/un/commit/012c298e12 | |||
| 2021-08-24 | [ruby/un] LICENSE | Hiroshi SHIBATA | |
| https://github.com/ruby/un/commit/762c38c176 | |||
| 2021-08-24 | [ruby/un] Use STDIN if no arguments | Kazuhiro NISHIYAMA | |
| https://github.com/ruby/un/commit/8e0d6f62cb | |||
| 2021-08-24 | [ruby/un] Add colorize command | Kazuhiro NISHIYAMA | |
| https://github.com/ruby/un/commit/4d080eeec0 | |||
| 2021-08-23 | improves message. thanks to eregon | Kentaro Goto | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4415 | |||
| 2021-08-23 | Display httpd URLs supporting HTTPS | Kentaro Goto | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4415 | |||
| 2021-08-23 | Display httpd URLs | Kentaro Goto | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4415 | |||
| 2021-08-20 | ast.c: Rename "save_script_lines" to "keep_script_lines" | Yusuke Endoh | |
| ... 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. | |||
| 2021-08-14 | [ruby/reline] Remove interrupt avoidance | aycabta | |
| 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 | |||
| 2021-08-12 | [ruby/reline] Version 0.2.7 | aycabta | |
| https://github.com/ruby/reline/commit/040d29b4c0 | |||
| 2021-08-12 | [ruby/irb] Version 1.3.7 | aycabta | |
| https://github.com/ruby/irb/commit/98610236ec | |||
| 2021-08-12 | [ruby/irb] Update dependency, reline >= 0.2.7 | aycabta | |
| https://github.com/ruby/irb/commit/5a0c8dc9e6 | |||
| 2021-08-10 | Update parser files of RDoc generated by the latest Racc | aycabta | |
| 2021-08-10 | Update parser files of RDoc generated by the latest KPeg | aycabta | |
| 2021-08-10 | [ruby/rdoc] Use HEAD of kpeg | aycabta | |
| 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 | |||
| 2021-08-10 | [ruby/rdoc] Add "rake clean" task to erase generated parser files | aycabta | |
| https://github.com/ruby/rdoc/commit/4e3e635afa | |||
| 2021-08-10 | Import copied Rakefile from original RDoc repository | aycabta | |
| 2021-08-10 | [ruby/rdoc] Move dev dependency of gettext to Gemfile | aycabta | |
| https://github.com/ruby/rdoc/commit/a177377b6f | |||
| 2021-08-10 | [ruby/rdoc] Use single quote in Gemfile | aycabta | |
| https://github.com/ruby/rdoc/commit/e4b68d414c | |||
| 2021-08-10 | Import copied Gemfile from original RDoc repository | aycabta | |
| 2021-08-06 | Check the result of tigetstr | Nobuyoshi Nakada | |
| 2021-08-06 | Fix caching of curses_dl | Nobuyoshi Nakada | |
| 2021-08-06 | Fix the result of checking the existence of constants being reversed | aycabta | |
| 2021-08-04 | Handle SIGINT in other thread correctly | aycabta | |
| Co-authored-by: Koichi Sasada <ko1@atdot.net> Notes: Merged: https://github.com/ruby/ruby/pull/4704 | |||
| 2021-08-04 | Use Symbol of signal for trap | aycabta | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4704 | |||
| 2021-07-31 | [ruby/error_highlight] Keep it work if paren exists after receiver | Masataka Pocke Kuwabara | |
| https://github.com/ruby/error_highlight/commit/b79d679bbd | |||
| 2021-07-30 | [ruby/reline] Support Terminfo on Cygwin and macOS | aycabta | |
| https://github.com/ruby/reline/commit/b0b75fcd27 | |||
| 2021-07-30 | [ruby/reline] Don't check the existence of Terminfo on Windows | aycabta | |
| https://github.com/ruby/reline/commit/320f09055c | |||
| 2021-07-30 | [ruby/reline] Check TYPE_VARIADIC | aycabta | |
| https://github.com/ruby/reline/commit/8e62e46e33 | |||
| 2021-07-30 | [ruby/reline] Define StringWithTiparm instead of singular method | aycabta | |
| https://github.com/ruby/reline/commit/de234dc875 | |||
| 2021-07-30 | [ruby/reline] Fixed Ctrl+Enter key in Windows. | SilverPhoenix99 | |
| https://github.com/ruby/reline/commit/0c38e39023 | |||
| 2021-07-30 | [ruby/reline] Check empty .inputrc | aycabta | |
| https://github.com/ruby/reline/commit/b60b3b76cd | |||
| 2021-07-30 | [ruby/reline] Add original C function declarations comment for each function | aycabta | |
| https://github.com/ruby/reline/commit/9a25ee9f12 | |||
| 2021-07-30 | [ruby/reline] Fix reline on OpenBSD | Jeremy Evans | |
| 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 | |||
| 2021-07-30 | [ruby/reline] Added support for Numpad divide key on Windows. | SilverPhoenix99 | |
| https://github.com/ruby/reline/commit/84577da0c4 | |||
| 2021-07-30 | [ruby/reline] Support Enter key of numpad on Windows | aycabta | |
| The yamatanooroti gem can't emulate numpad key pressing... https://github.com/ruby/reline/commit/8e9da1aeaf | |||
| 2021-07-30 | [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys alone | Lars Kanis | |
| Fixes #298 https://github.com/ruby/reline/commit/72acfcd27a | |||
| 2021-07-30 | [ruby/reline] Add TODO comment to implement tigetflag() and tigetnum() | aycabta | |
| https://github.com/ruby/reline/commit/a0d946a398 | |||
