-
Notifications
You must be signed in to change notification settings - Fork 91
Comparing changes
Open a pull request
base repository: ruby/reline
base: v0.5.10
head repository: ruby/reline
compare: f13f3ca
- 19 commits
- 22 files changed
- 5 contributors
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5353924 - Browse repository at this point
Copy the full SHA 5353924View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9d4b37 - Browse repository at this point
Copy the full SHA e9d4b37View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd4a654 - Browse repository at this point
Copy the full SHA dd4a654View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0f8fa - Browse repository at this point
Copy the full SHA bf0f8faView commit details
Commits on Oct 3, 2024
-
`PTY.spawn` with a block detaches the spawned process and leaves it running in background even after exiting the given block. It is the responsibility of the caller to clean up the yielded IOs and PID. https://github.com/ruby/ruby/actions/runs/11148759246/job/30986064044#step:13:950 ``` Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 9 : #<File:/dev/pts/0> Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 10 : #<File:/dev/pts/0> Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 11 : #<File:/dev/pts/1> Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 12 : #<File:/dev/pts/1> Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 13 : #<File:/dev/pts/2> Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 14 : #<File:/dev/pts/2> ```
Configuration menu - View commit details
-
Copy full SHA for f9f90da - Browse repository at this point
Copy the full SHA f9f90daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9230fe1 - Browse repository at this point
Copy the full SHA 9230fe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7534f7f - Browse repository at this point
Copy the full SHA 7534f7fView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 41b5414 - Browse repository at this point
Copy the full SHA 41b5414View commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca457ff - Browse repository at this point
Copy the full SHA ca457ffView commit details -
https://github.com/ruby/reline/actions/runs/11187507536/job/31104699331#step:13:1064 ``` Children under /tmp/rubytest.m48l5o: * -rw------- 1 101 2024-10-02 17:43:51 +0000 rubyfile20241002-60503-bhbfgq ```
Configuration menu - View commit details
-
Copy full SHA for 1287f97 - Browse repository at this point
Copy the full SHA 1287f97View commit details
Commits on Oct 6, 2024
-
Allow utf-8 safe meta key mapping in inputrc (#723)
Readline's convert-meta setting is utf-8 unsafe. Allow assigning `"\M-char": key` to bind "\echar": key even if convert-meta is not enabled.
Configuration menu - View commit details
-
Copy full SHA for 9844b99 - Browse repository at this point
Copy the full SHA 9844b99View commit details
Commits on Oct 7, 2024
-
Add cursor keys for application keypad mode to default key bindings (#…
…719) * Add SS3 arrow sequence to default key bindings * Remove wrong KDE arrow sequence
Configuration menu - View commit details
-
Copy full SHA for 546a425 - Browse repository at this point
Copy the full SHA 546a425View commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f21d1e - Browse repository at this point
Copy the full SHA 2f21d1eView commit details
Commits on Oct 13, 2024
-
Support continuous tab completion (#761)
Continuous tab completion is possible in GNU Readline. If dig_perfect_match_proc is set, continuous tab completion will be disabled.
Configuration menu - View commit details
-
Copy full SHA for 469a528 - Browse repository at this point
Copy the full SHA 469a528View commit details
Commits on Oct 22, 2024
-
Use IO's encoding instead of Encoding.default_external (#765)
* use IO's encoding * refactoring * remove unused encoding params * (for retriggering CI) remove unused encoding params
Configuration menu - View commit details
-
Copy full SHA for f09772a - Browse repository at this point
Copy the full SHA f09772aView commit details
Commits on Oct 24, 2024
-
append completion_append_character only when continous completion is … (
#764) * append completion_append_character only when continous completion is not possible * refactoring * remove debug puts
Configuration menu - View commit details
-
Copy full SHA for 01872fd - Browse repository at this point
Copy the full SHA 01872fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e364416 - Browse repository at this point
Copy the full SHA e364416View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f5a0aa - Browse repository at this point
Copy the full SHA 5f5a0aaView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f13f3ca - Browse repository at this point
Copy the full SHA f13f3caView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.10...f13f3ca