summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-10include/ruby/internal/globals.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/interpreter.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/iterator.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/memory.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/method.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/module.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/newobj.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/rgengc.h: add dosygen卜部昌平
2021-09-10include/ruby/internal/scan_args.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/special_consts.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/stdalign.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/symbol.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/value.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/value_type.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/variable.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/warning_push.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/xmalloc.h: add doxygen卜部昌平
2021-09-10include/ruby/internal/xmalloc.h: fix typo [ci skip]卜部昌平
2021-09-10internal/*.h: skip doxygen卜部昌平
2021-09-10template/Doxyfile.tmpl: add alias卜部昌平
2021-09-10template/Doxyfile.tmpl: use of += operator卜部昌平
2021-09-10template/Doxyfile.tmpl: quote spaces卜部昌平
2021-09-10template/Doxyfile.tmpl: increase DOT_GRAPH_MAX_NODES卜部昌平
2021-09-10template/Doxyfile.tmpl: delete commented-out settings卜部昌平
2021-09-10template/Doxyfile.tmpl: modernize卜部昌平
2021-09-10tool/strip-rdoc.rb: optimize卜部昌平
2021-09-10sed -i 's/. They/. They/'卜部昌平
2021-09-10Remove stale DLEXT2Nobuyoshi Nakada
2021-09-10Need `#`Koichi Sasada
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
2021-09-10[ruby/irb] Version 1.3.8.pre.9aycabta
2021-09-10[ruby/irb] Update dependency, reline >= 0.2.8.pre.9aycabta
2021-09-10[ruby/reline] Version 0.2.8.pre.9aycabta
2021-09-10[ruby/reline] Fix scroll range of a script for testsaycabta
2021-09-10[ruby/reline] Add tests that column of dialog with scrollbar is moved without...aycabta
2021-09-10[ruby/reline] Add a test that text under dialog appearsaycabta
2021-09-10[ruby/reline] Add a test that autocomplete doesn't crash after 2nd lineaycabta
2021-09-10[ruby/reline] Add a test that dialog doesn't crash when callback returns nilaycabta
2021-09-10[ruby/reline] Add a test that autocompletion returns to the original textaycabta
2021-09-10[ruby/reline] Use single quotes to match others in the fileaycabta
2021-09-10[ruby/reline] Add a test that autocomplete dialog doesn't crash when emptyaycabta
2021-09-10[ruby/reline] Add a test for when completion target is wrappedaycabta
2021-09-10[ruby/reline] Erase lines correctly when dialog height is changedaycabta
2021-09-10[ruby/reline] Fix complete proc of a script for testsaycabta
2021-09-10[ruby/reline] Add a test that dialog may appear at the top if cursor at botto...aycabta
2021-09-10[ruby/reline] Add a test for dialog at right edgeaycabta
2021-09-10[ruby/reline] Add a test for dialog with scroll keyaycabta
2021-09-10[ruby/reline] Add tests for autocomplete with scrollbaraycabta
2021-09-10[ruby/reline] Add a test for simple dialogaycabta
2021-09-10[ruby/reline] Add a simple test for autocompleteaycabta