ruby/lib/reline
Joel Anderson e25c173c97 [ruby/reline] correct Win32API capitalization for JRuby
JRuby 9.4.0.0 introduced a change in case sensitivity in require statements,
meaning that an inclusion of `win32api` loaded Win32API.rb. With this change,
the require statement needs to be updated to the correct capitalization of the
filename to avoid reline failures in newer versions of JRuby.

d6e7c9e1d9
2023-01-04 06:32:46 +00:00
..
key_actor [ruby/reline] Use unix_line_discard when Ctrl-u is entered 2021-12-30 20:23:58 +09:00
unicode [ruby/reline] Improve the performance of get_mbchar_width 2020-12-05 02:58:58 +09:00
ansi.rb [ruby/reline] Fix misuse of kwarg in IO#raw 2022-12-02 10:47:18 +00:00
config.rb [ruby/reline] Remove unapproved color setting APIs 2022-12-05 03:14:55 +00:00
general_io.rb [ruby/reline] Added some of abstruct methods for cursor 2022-09-02 16:09:50 +09:00
history.rb [ruby/reline] Negative history_size means unlimited 2020-04-29 19:13:14 +09:00
key_actor.rb Add Reline as a fallback library for Readline 2019-04-30 11:44:20 +09:00
key_stroke.rb [ruby/reline] Execute compress_meta_key if convert_meta is on 2021-12-10 22:19:14 +09:00
kill_ring.rb [ruby/reline] Add Enumerable to KillRing for debugging 2020-12-19 02:12:11 +09:00
line_editor.rb [ruby/reline] PR changes 2022-09-22 22:28:38 +09:00
reline.gemspec [ruby/reline] Require Ruby >= 2.6 2022-05-20 17:49:15 +09:00
terminfo.rb [ruby/reline] Revert "Merge pull request #441 from nevans/workaround-linker-script-so" 2022-06-13 19:33:15 +09:00
unicode.rb [ruby/reline] "Halfwidth char + halfwidth (han)dakuten" is a single grapheme. 2021-12-24 00:51:47 +09:00
version.rb [ruby/reline] Bump version to 0.3.2 2022-12-14 07:01:19 +00:00
windows.rb [ruby/reline] correct Win32API capitalization for JRuby 2023-01-04 06:32:46 +00:00