Bugfixes:
Fix double require issues. Fixes #93, #95 [yui-knk]
Use Fiddle to remove deprecation warning of DL. Fixes #90, #87 [Olipro]
Internal:
Bundler-friendly repository (gemspec and Gemfile) to ease usage and development.
Enhancements:
Port GNU Readline-5.2 (patches 003-010)
Bugfixes:
Fix cursor position when scrolling through history
_rl_adjust_point: improve performance
Display issue scrolling past long lines. Fixes #69
Exception when scolling through long lines. Fixes #73
Correctly align directory name completion results
Disable Vi-mode. Fixes #51
Close the Readline init file after use
Be explicit about source file encoding
Unload Readline before loading rb-readline
Removed unused variable warnings under 1.9.3-dev
Internal:
dos2unix all files
README is RDoc
Consistently name test classes
Don't use String#each_char in the tests
Re-indented to the Ruby standard of two spaces
Previously released as 0.5.0.pre.1 (2013-02-24)
Bugfixes:
Use encoding for Ruby 1.9.x to solve non-ascii input. GH-58 [phasis68]
Bugfixes:
Fix crash with double tab and an empty line buffer. GH-26 [phasis68]
Accessing rl_line_buffer before initialization. GH-27 [phasis68]
Fix hanging bug when completer finds a quote char. [Spakman]
Filename completion on paths with directory components. GH-35 [Spakman]
Attempted completion function now returns correct array. GH-34 [Spakman]
Ensure @rl_filname_dequoting_function is used if defined. [Spakman]
Remove deprecations with recent versions of RubyGems. [luislavena]
Enhancements:
Provides convenience gem for 3rd parties.
Provides access to readline line_buffer (to support Bond).
Initial support for gemification of the library.
Reduce keyboard input delay to kill sluggishness.
Enhancements:
Yield procesor to other threads on Windows. [jduck]
Bugfixes:
Fix 1.8 and 1.9 code compatibility issues. [jduck]
Changes on Encoding detection. [jduck]
Handle ^L properly. [jduck]
Instance variable/typos cleanup. [jduck]
Enhancements:
Implemented missing _rl_input_available. [Spakman]
Made code look more Ruby than C. [Spakman]
Bugfixes:
Fix bugs in the reverse search. Closes GH-14. [Spakman]
Do not eval inputrc defitions. Closes GH-17
Bugfixes:
Use stdcall as default calling convention under Ruby 1.9 [GH-15]
Fix TERM under Windows
Bugfixes:
Accept 'cygwin' as valid terminal [rogerdpack]
Accept 'dumb' as valid terminal. Closes GH-7
Fix crash when performing reverse look search. Closes GH-6