summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* include/ruby/internal/module.h: add doxygen卜部昌平2021-09-103-66/+144
| | | | | | | | Must not be a bad idea to improve documents. [ci skip] In fact many functions declared in the header file are already documented more or less. They were just copy & pasted, with applying some style updates.
* include/ruby/internal/newobj.h: add doxygen卜部昌平2021-09-103-22/+140
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/rgengc.h: add dosygen卜部昌平2021-09-102-20/+265
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/scan_args.h: add doxygen卜部昌平2021-09-101-11/+144
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/special_consts.h: add doxygen卜部昌平2021-09-101-24/+115
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/stdalign.h: add doxygen卜部昌平2021-09-101-2/+4
| | | | | | Unlike other "add doxygen" commits this one adds a preprocessor branch that doxygen would process. This prevents it from parsing other parts of the file.
* include/ruby/internal/symbol.h: add doxygen卜部昌平2021-09-102-41/+236
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/value.h: add doxygen卜部昌平2021-09-101-1/+68
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/value_type.h: add doxygen卜部昌平2021-09-102-35/+133
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/variable.h: add doxygen卜部昌平2021-09-101-11/+285
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/warning_push.h: add doxygen卜部昌平2021-09-101-3/+36
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/xmalloc.h: add doxygen卜部昌平2021-09-102-37/+69
| | | | Must not be a bad idea to improve documents. [ci skip]
* include/ruby/internal/xmalloc.h: fix typo [ci skip]卜部昌平2021-09-101-2/+1
|
* internal/*.h: skip doxygen卜部昌平2021-09-1055-55/+0
| | | | | These contents are purely implementation details, not worth appearing in CAPI documents. [ci skip]
* template/Doxyfile.tmpl: add alias卜部昌平2021-09-102-1/+2
| | | | | This enables me to write `@shyouhei` in C comments without complained by doxygen that @shyouhei is an unknown special command. [ci skip]
* template/Doxyfile.tmpl: use of += operator卜部昌平2021-09-101-45/+77
| | | | It is easier to maintain (e.g. sort them). [ci skip]
* template/Doxyfile.tmpl: quote spaces卜部昌平2021-09-101-1/+1
| | | | | | | | The new Doxyfile.tmpl says: > # Values that contain spaces should be placed between quotes (\" \"). [ci skip]
* template/Doxyfile.tmpl: increase DOT_GRAPH_MAX_NODES卜部昌平2021-09-101-1/+1
| | | | | | | | `make capi` warned: > warning: Included by graph for 'dllexport.h' not generated, too many nodes (85) [ci skip]
* template/Doxyfile.tmpl: delete commented-out settings卜部昌平2021-09-101-99/+0
| | | | Let our VCS manage old contents. [ci skip]
* template/Doxyfile.tmpl: modernize卜部昌平2021-09-101-29/+2445
| | | | | | | | | Didn't question the current settings. This changeset just re-applied `doxygen -g` against: doxygen 1.9.0 (1e72202d8fa0e9d2b3f2a29c88ec4f5790a0a4e2) [ci skip]
* tool/strip-rdoc.rb: optimize卜部昌平2021-09-101-21/+9
| | | | | This script is called from Doxygen many times. Worth optimising. [ci skip]
* sed -i 's/. They/. They/'卜部昌平2021-09-10154-154/+154
| | | | | Truly editorial fix for comments. This works better with Emacs' set-justification-full function. [ci skip]
* Remove stale DLEXT2Nobuyoshi Nakada2021-09-102-21/+1
| | | | | | Actually disabled at 181a3a2af5df88d145b73a060d51fe437c8c4ad4 in 2004, it has remained in config.status and been carried over to rbconfig.rb.
* Need `#`Koichi Sasada2021-09-101-1/+1
| | | `shareable_constant_value` is magic comment.
* [ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta2021-09-103-18/+19
| | | | https://github.com/ruby/reline/commit/92dbac0bff
* [ruby/irb] Version 1.3.8.pre.9aycabta2021-09-101-2/+2
| | | | https://github.com/ruby/irb/commit/4781f67fb8
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.9aycabta2021-09-101-1/+1
| | | | https://github.com/ruby/irb/commit/ab5d84c55b
* [ruby/reline] Version 0.2.8.pre.9aycabta2021-09-101-1/+1
| | | | https://github.com/ruby/reline/commit/bad76b5a87
* [ruby/reline] Fix scroll range of a script for testsaycabta2021-09-101-1/+1
| | | | https://github.com/ruby/reline/commit/6ceebe52bc
* [ruby/reline] Add tests that column of dialog with scrollbar is moved ↵aycabta2021-09-102-1/+36
| | | | | | without garbase https://github.com/ruby/reline/commit/45c70d6222
* [ruby/reline] Add a test that text under dialog appearsaycabta2021-09-101-0/+15
| | | | https://github.com/ruby/reline/commit/0b63bd56ce
* [ruby/reline] Add a test that autocomplete doesn't crash after 2nd lineaycabta2021-09-101-0/+13
| | | | https://github.com/ruby/reline/commit/f682c74975
* [ruby/reline] Add a test that dialog doesn't crash when callback returns nilaycabta2021-09-102-0/+11
| | | | https://github.com/ruby/reline/commit/2c6f604b98
* [ruby/reline] Add a test that autocompletion returns to the original textaycabta2021-09-101-0/+15
| | | | https://github.com/ruby/reline/commit/d80880e56b
* [ruby/reline] Use single quotes to match others in the fileaycabta2021-09-101-3/+3
| | | | https://github.com/ruby/reline/commit/a17de2d6d8
* [ruby/reline] Add a test that autocomplete dialog doesn't crash when emptyaycabta2021-09-101-0/+10
| | | | https://github.com/ruby/reline/commit/9c0080c27f
* [ruby/reline] Add a test for when completion target is wrappedaycabta2021-09-101-0/+15
| | | | https://github.com/ruby/reline/commit/25a94d70c3
* [ruby/reline] Erase lines correctly when dialog height is changedaycabta2021-09-101-6/+6
| | | | https://github.com/ruby/reline/commit/68d2516551
* [ruby/reline] Fix complete proc of a script for testsaycabta2021-09-102-9/+5
| | | | https://github.com/ruby/reline/commit/ee1c1adddc
* [ruby/reline] Add a test that dialog may appear at the top if cursor at ↵aycabta2021-09-101-0/+21
| | | | | | bottom edge https://github.com/ruby/reline/commit/6c2ab47958
* [ruby/reline] Add a test for dialog at right edgeaycabta2021-09-101-0/+19
| | | | https://github.com/ruby/reline/commit/db642169b9
* [ruby/reline] Add a test for dialog with scroll keyaycabta2021-09-102-12/+56
| | | | https://github.com/ruby/reline/commit/99640abf75
* [ruby/reline] Add tests for autocomplete with scrollbaraycabta2021-09-102-0/+56
| | | | https://github.com/ruby/reline/commit/29634cbc93
* [ruby/reline] Add a test for simple dialogaycabta2021-09-102-0/+32
| | | | https://github.com/ruby/reline/commit/d70f507e2c
* [ruby/reline] Add a simple test for autocompleteaycabta2021-09-102-0/+22
| | | | https://github.com/ruby/reline/commit/11f83b2f4b
* [ruby/irb] Tests may not execute in the source directoryNobuyoshi Nakada2021-09-101-8/+7
| | | | https://github.com/ruby/irb/commit/f4aaa70cfc
* Find irb command path in testaycabta2021-09-101-1/+8
|
* [ruby/irb] Pend on trufflerubyaycabta2021-09-101-0/+1
| | | | https://github.com/ruby/irb/commit/fbf52d9608
* [ruby/irb] Remove an unused variableaycabta2021-09-101-1/+1
| | | | https://github.com/ruby/irb/commit/5bf1cb2078
* [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta2021-09-103-2/+4
| | | | https://github.com/ruby/irb/commit/e736a77076