manga_osyo, osyo-manga

Hash Date Message
4e88e8692844a2a317bc19481f0f2601b6f00955 2019-04-30 Add exception support in `Range#first`.
f5415a95ce1d393a3fd1d7f657ba85d85171356a 2019-03-16 Add `Time#ceil`.
073cc52dcc5f0945e56877c703688517f58c6a65 2019-06-23 Add `class Reline::History` and test.
e6f188ea031db9bd7ac0d2931242eebc83b5aac7 2019-06-25 Rename to Reline::History::Test.
04e6b90d5be8f13344066de0d64ba11020e2c094 2019-06-29 Remove unused method.
9c0cd6a09eff793356ddc65a76b3fc72c61fee05 2019-07-14 Refactoring Reline accessor.
f60e5a1f99088849fdc8ddfa84d594179c197a54 2019-07-14 Remove test_mode in `lib/reline`.
afed2668a6f6675536e967f053d7dec0b2026e2f 2019-07-14 Fix reference core method.
298ac047102f8651970b50a0096989a0b7df88ca 2019-07-14 Refactoring Reline.
195f545c14857d7eb76c2f7a76e6623f5285014f 2019-07-16 Fix `Reline::Windows`.
f33117fbc6a8fb90f94bb9ff2a4d948a19933c2a 2019-07-16 Add test reline.
1ee9299bcab5c9a685fbf0b8b34d6abab157b2bc 2019-08-18 Add support Windows in CI.
0295bffc9645d8e6b40f60d285c69e861f439967 2019-08-18 Change to test file path.
50d4a77041db71ce3110038109b65c3f059c0676 2019-08-18 Add test with encoding.
344f507e4e7f74477f29a8f72d1042a468ce8a42 2019-08-23 Remove .freeze.
fe45bee09312a233466171f40d6826e5e4f1f2f0 2019-11-10 Reline#readline and Reline#readmultiline to private.
3816622fbedd034d338fcb1bbdc80d163e302ae6 2019-11-11 Fixed `assert_equal` first argument to be expected.
81586a4d9fd6afe1c39f737a704c5010faf22192 2019-11-16 Add <Home> <End> keys.
6723aa07e591a13996b5af205c589200d44c5249 2019-11-20 Change argument `Proc` to `#call` defined object. This is the same as the behavior of Readline.
f09a4ff265093742c356c69bcf56db68bd6cf064 2019-12-24 Added NEWS for Feature 15373
8e189df32cacef4b21e357a590d349330532baf5 2020-07-05 Add operator info to `OP_ASGN2` of `RubyVM::AbstractSyntaxTree`.
ff5e66034006a875125581114cce19d46843b32a 2020-07-07 Added `NODE_SPECIAL_EXCESSIVE_COMMA` info to `ARGS` of `RubyVM::AbstractSyntaxTree`.
e47e5db88943b7421f802f1fdfd34ba2224ec057 2020-11-12 [ruby/reline] Fix crash to input `é`. refs #174
21f26018d253bf1320432a956a9ce7dfa8ab7adb 2020-11-12 [ruby/reline] Add test `Reline::Unicode.test_get_mbchar_width`.
b84b253a69537a14e4854e17b6d94ae75c2af050 2021-01-16 Fix Ripper with heredoc.
86e0eecc843b937357edd8db33457e75e3494ab3 2021-07-20 [ruby/irb] Fix #256 Support int that follow on symbeg in IRB
97a569c648acf489c9fd5602cc4ecc8a012bb07b 2021-08-25 [ruby/reline] Memoize path of `.inputrc` [Ref #319]
b8327fb8b10615ddb3f5e1978d6d83be465503a9 2021-10-01 [ruby/reline] Refactoring Reline::Key.match? and add test.
d51ba1e1be3ecbe5a02e4463f151e178de1c2a6e 2021-10-28 Add changes Enumerable#each_cons and each_slice in NEWS [ci skip]
dcbe29d2aefa5304af443e13a156c80850f47ea5 2021-11-23 [ruby/irb] Fix bug infinite loop when pasting multilines fo code in Ruby 2.6
f279d41847e07949ca7ad3f2d3d5cbe9fa3aabf5 2021-12-06 Fix warning in `Lexer::Elem#[]`
1bfccba775320ad47d67b49c77a7f999f6d84f48 2022-01-06 Add bugs.ruby links.
8d378fd28bcce28013499454877678cbbfe7cdc9 2021-02-25 Add Enumerable::Lazy#with_index to NEWS-2.7.0 The behavior of `Enumerable::Lazy#with_index` has changed in Ruby 2.7. This change was not listed in the Ruby 2.7 news, so I added it.
b6b2e489f10bfc771beae8fa0ee5237613acd18f 2021-12-05 [ruby/irb] Changed to call Kernel.print
7b88ffb34fc995d7499fd9ed384cf7f5ba12994e 2022-10-02 [ruby/irb] Change to explicit method call in completion (https://github.com/ruby/irb/pull/369)
7b7e5153e81288fe57ae64f2e1db228435156aeb 2022-10-10 [ruby/pp] [Feature #19045] Add support Data#pretty_print
45fd006185fe2404c058cc01f86791071d48e504 2023-07-18 [ruby/reline] Fix [nil] is passed to auto_indent_proc when exit with CTRL+d (https://github.com/ruby/reline/pull/571)
ccca097cb54e3c23fb2e9a83dacfffa84acdcad8 2023-07-27 [ruby/reline] Add `kill-word` and `backward-kill-word` keymapping support. (https://github.com/ruby/reline/pull/570)