ruby/lib/reline
Peter Zhu 86a762ce56 [ruby/reline] Fix memory leak in setupterm
(https://github.com/ruby/reline/pull/733)

The allocated Fiddle::Pointer never gets freed because it doesn't have a
free function defined for when it gets garbage collected. This commit
changes it to use the default free function.

0796dcd497
2024-07-29 15:07:53 +00:00
..
io [ruby/reline] Rerender and enter raw mode again by SIGCONT 2024-06-25 00:55:07 +00:00
key_actor [ruby/reline] Improve key binding match/matching check 2024-06-03 13:15:05 +00:00
unicode [ruby/reline] Update to Unicode 15.1.0 2023-09-25 14:28:21 +00:00
config.rb [ruby/reline] Improve key binding match/matching check 2024-06-03 13:15:05 +00:00
face.rb [ruby/reline] Use gray and white as the default dialog theme 2024-02-25 07:08:34 +00:00
history.rb Do not include a backtick in error messages and backtraces 2024-02-15 18:42:31 +09:00
io.rb Revert "Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO is not."" 2024-06-04 11:33:12 -07:00
key_actor.rb [ruby/reline] Improve key binding match/matching check 2024-06-03 13:15:05 +00:00
key_stroke.rb [ruby/reline] Refactor input key reading 2024-06-05 04:04:09 +00:00
kill_ring.rb [ruby/reline] Ensure compatibility with frozen string literals 2024-03-14 16:09:12 +00:00
line_editor.rb [ruby/reline] Fix rendering bug of nomultiline prompt 2024-07-12 12:21:26 +00:00
reline.gemspec [ruby/reline] Add metadata for rubygems.org 2024-01-28 12:38:55 +00:00
terminfo.rb [ruby/reline] Fix memory leak in setupterm 2024-07-29 15:07:53 +00:00
unicode.rb [ruby/reline] Implement bracketed paste insert 2024-05-08 16:00:30 +00:00
version.rb [ruby/reline] Bump version to 0.5.9 2024-06-12 14:23:18 +00:00