| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-24 | [ruby/reline] Ignore global constants when checking if Fiddle::VERSION exists | Postmodern | |
| If a top-level `VERSION` constant exists, or if a module containing a `VERSION` constant is included into the top-level scope, then `Fiddle.const_defined?(:VERSION)` will erroneously return true when `RUBY_VERSION < 3.0.0`. https://github.com/ruby/reline/commit/8529c8e47a | |||
| 2022-01-08 | [ruby/reline] Fix reline on Solaris | Peter Zhu | |
| Solaris requires that the pointer errret_int is alined to an integer, however, with VWA, strings are no longer aligned to an integer, so use a Fiddle::Pointer with a malloc'd region instead. https://github.com/ruby/reline/commit/5fcd89ab0c | |||
| 2022-01-02 | [ruby/reline] Check capname of tigetstr/tigetflag/tigetnum | aycabta | |
| Incorrect arguments can cause SEGV. https://github.com/ruby/reline/commit/a58748bcf9 | |||
| 2022-01-02 | [ruby/reline] Implement Reline::Terminfo.tigetnum | aycabta | |
| https://github.com/ruby/reline/commit/695212d5d2 | |||
| 2022-01-02 | [ruby/reline] Fix the difinition of tigetflag() in comment... | aycabta | |
| https://github.com/ruby/reline/commit/af4d77ba09 | |||
| 2022-01-01 | [ruby/reline] Remove unnecessary qualifiers on definition of comments | aycabta | |
| https://github.com/ruby/reline/commit/abc1e4ee88 | |||
| 2022-01-01 | [ruby/reline] Implement Reline::Terminfo.tigetflag | aycabta | |
| https://github.com/ruby/reline/commit/0451ed7a28 | |||
| 2021-10-11 | [ruby/reline] Rescue LoadError to require 'fiddle' | aycabta | |
| https://github.com/ruby/reline/commit/fe504bb6b9 | |||
| 2021-09-22 | [ruby/reline] Use `unpack1` instead of `unpack(template)[0]` | Kazuhiro NISHIYAMA | |
| https://github.com/ruby/reline/commit/45aa367616 | |||
| 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-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] 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] Add TODO comment to implement tigetflag() and tigetnum() | aycabta | |
| https://github.com/ruby/reline/commit/a0d946a398 | |||
| 2021-06-21 | Check Ruby version to use Fiddle with variadic args in test-all | aycabta | |
| 2021-06-21 | [ruby/reline] Check existance of a constant, Fiddle::VERSION | aycabta | |
| https://github.com/ruby/reline/commit/4b74c3d83a | |||
| 2021-06-21 | [ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chain | aycabta | |
| https://github.com/ruby/reline/commit/4a3e308163 | |||
| 2021-06-21 | [ruby/reline] Terminfo.tigetstr and tiparm should return String object | aycabta | |
| https://github.com/ruby/reline/commit/1e287d10cc | |||
| 2021-06-21 | [ruby/reline] Add terminfo support | aycabta | |
| https://github.com/ruby/reline/commit/74a7ffaa2f | |||
