summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update test to check $? value.scheduler-process-waitSamuel Williams2020-12-061-1/+2
* Fix handling of status.Samuel Williams2020-12-062-1/+5
* Add support for non-blocking `Process.wait`, `Kernel.system` and other relate...Samuel Williams2020-12-067-74/+196
* Add RB_ prefix to `PIDT` conversions.Samuel Williams2020-12-061-2/+12
* Wrap SortedSet with `ruby_version_is ""..."3.0"`Benoit Daloze2020-12-0544-549/+681
* Add MSpec tool to automatically wrap spec files with a guardBenoit Daloze2020-12-051-0/+28
* Revert "SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2"Benoit Daloze2020-12-0552-0/+939
* Reduce timeout of test_getaddrinfo_after_forkMasaki Matsushita2020-12-051-1/+1
* Protoized old pre-ANSI K&R style definitionsNobuyoshi Nakada2020-12-055-8/+8
* [ruby/matrix] Optimize **Marc-Andre Lafortune2020-12-052-15/+44
* Proposed method for dealing with stack locals which have non-local lifetime.Samuel Williams2020-12-054-51/+76
* Rework the order of operations to avoid stack smashing.Samuel Williams2020-12-051-19/+40
* Cope with frozen-string-literalRobert Schulze2020-12-051-1/+1
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-052-4/+5
* [ruby/reline] Support bracketed paste modeaycabta2020-12-054-4/+74
* [ruby/reline] Forced newline insertion is not just cursor movingaycabta2020-12-052-2/+21
* [ruby/reline] Drop prompt list cache when num of lines is changedaycabta2020-12-052-1/+15
* [ruby/reline] Cache dynamic prompt for 0.5secaycabta2020-12-051-1/+8
* [ruby/reline] Stop rerendering if the cursor is only movedaycabta2020-12-051-0/+33
* [ruby/reline] Split #rerender method that is too hugeaycabta2020-12-051-145/+167
* [ruby/reline] Version 0.1.9aycabta2020-12-051-1/+1
* [ruby/reline] Stop rerendering whole screen when adding newline at end of bufferaycabta2020-12-051-1/+20
* [ruby/reline] Optimize regexp handling for widthaycabta2020-12-051-14/+23
* [ruby/reline] Optimize ASCII character width calculationaycabta2020-12-051-0/+6
* [ruby/reline] Key strokes like 2dl should behave d2laycabta2020-12-052-6/+13
* [ruby/reline] Add test `Reline::Unicode.test_get_mbchar_width`.manga_osyo2020-12-051-0/+12
* [ruby/reline] Fix crash to input `é`. refs #174manga_osyo2020-12-051-0/+4
* [ruby/reline] Version 0.1.8aycabta2020-12-051-1/+1
* [ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta2020-12-052-0/+15
* [ruby/reline] Move alias_method to right after original definitionaycabta2020-12-051-1/+1
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-055-1/+72
* [ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta2020-12-052-22/+122
* [ruby/reline] Implement vi_yankaycabta2020-12-052-0/+26
* [ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta2020-12-052-1/+14
* [ruby/reline] Unimplemented vi command should be no-opaycabta2020-12-052-2/+15
* [ruby/reline] Keep operator proc as a local variable in the scopeaycabta2020-12-052-1/+15
* [ruby/reline] Skip em_exchange_mark without markaycabta2020-12-052-0/+21
* [ruby/reline] Backspace and C-h should be unassigned on vi command modeaycabta2020-12-051-2/+2
* [ruby/reline] Version 0.1.7aycabta2020-12-051-1/+1
* [ruby/reline] Continuous insertion bufferingaycabta2020-12-051-24/+57
* [ruby/reline] Improve the performance of `get_mbchar_width`Yusuke Endoh2020-12-052-28/+38
* [ruby/reline] Version 0.1.6aycabta2020-12-051-1/+1
* [ruby/reline] Update the generator script tooYusuke Endoh2020-12-051-6/+6
* [ruby/reline] Suppress callbacks in pastingaycabta2020-12-055-2/+58
* [ruby/reline] Bypass newline insertion at eol on command promptaycabta2020-12-051-21/+21
* [ruby/reline] Improve the regexps for EastAsianWidthYusuke Endoh2020-12-051-1148/+1148
* [ruby/reline] Deduplicate completed itemsaycabta2020-12-052-1/+31
* [ruby/reline] Use yamatanooroti 0.0.6 for supporting startup_message on Windowsaycabta2020-12-051-1/+1
* [ruby/reline] Add tests about complicated renderingaycabta2020-12-051-0/+135
* [ruby/reline] Test prompt with escape sequenceaycabta2020-12-051-0/+28