Nobuhiro IMAI

Hash Date Message
961630126b8081ea57b57cde3184e9ecfd86ff96 2020-02-12 [ruby/irb] fix reserved words and completion for them
f6e789e3b07ede0b5842c7f64940e4cd9ed876fd 2020-03-02 [ruby/irb] handle rescue modifier properly
1800f3fa5c29515113ecdcc5695e8a96f462b74c 2020-11-19 Ripper.{lex,tokenize} return full tokens even if syntax error
4f5d14eb8cb7fba1c583d516d597c5e28d7a5540 2020-11-20 [DOC] Ripper.{lex,tokenize} now always return full tokens. [ci skip]
5218f17737594867ffe5c2cd9c90b19c7378af05 2020-09-22 [ruby/irb] support more body argument for oneliner method definition
cbf6a7f906d17968c8f54f4efb1899e9b204ccfe 2020-11-20 [ruby/irb] workaround for lack of tokens from `Ripper.lex`
e33eb09b76e9070fd49837e8b896319636501b38 2020-12-18 ripper: fix `#tok` on some error events [Bug 17345]
9b7ceb676540d0061b2a31fee2da84ae31f93bae 2020-12-29 irb: add more syntax errors colorizing support (#3967)
939729dd823ff5a71c7f203b8d6e5e5976e31d4f 2021-01-06 fix result of example [ci skip]
4bb683a570043d169049d9741c319a297acd607b 2021-01-06 [ruby/irb] fix typo in `IRB::Irb#convert_invalid_byte_sequence`
f59477523053b67eac409b6595bfe5db962aab3d 2021-01-06 [ruby/irb] do not escape a predicate method for doc namespace
ed3264d37abc54e3aade229751a9165ffd37ca2e 2021-01-07 [ruby/irb] refactoring an error handling in `IRB::Inspector`
7ff0e93f96cc55467d791ebc841f12f9130bf181 2021-01-09 parse.y: handle "duplicated argument name" appropriately on ripper.y
3f0b4665df786990799c4cbac4de3a3cafb5e6bc 2021-01-13 [ruby/irb] handle `__ENCODING__` as a keyword as well
d290a02bd7035eb186eb5c275af4e1ddc20ad47f 2021-01-15 [ruby/irb] handle repeated exception separately
166f33d0d1e04c0c09f2c95c7bde0e262672a7a5 2021-01-15 [ruby/irb] skip a failling test on TruffleRuby
5b05b85d85002fd47eeb5e28f9f2898e99507b75 2021-01-22 [ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated File
e80e5a2f897088bc5284ea61817a910d1d334652 2021-01-22 [ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]
69b42ae02db7385c18bafae893bb9368c9b79152 2021-01-22 [ruby/irb] specify the `VERBOSE` to `false` and fix tests to fit
b0fb2082187fe3cd247a92471aa42d3e6f779e51 2020-03-24 [ruby/irb] follow up the actual line number
92f19f7bb043908a583f04fb737664c5010a3ec2 2020-07-29 [ruby/openssl] [DOC] Fix RDoc markup
f88401f38e918c0bdc4d7c6b22f25e0a7eef04bb 2020-09-28 [ruby/openssl] fix segv in Timestamp::{Request,Response,TokenInfo}.new
a98096349ec7280edabf3822d2c6932ac6e63634 2022-08-05 [ruby/openssl] Check if the option is an Hash in `pkey_ctx_apply_options0()`