fish-shell/doc_src
Ethel Morgan 5a0aa7824f Saturate exit codes to 255 for all builtins
After commit 6dd6a57c60, 3 remaining
builtins were affected by uint8_t overflow: `exit`, `return`, and
`functions --query`.

This commit:
- Moves the overflow check from `builtin_set_query` to `builtin_run`.
- Removes a conflicting int -> uint8_t conversion in `builtin_return`.
- Adds tests for the 3 remaining affected builtins.
- Simplifies the wording for the documentation for `set --query`.
- Does not change documentation for `functions --query`, because it does
  not state the exit code in its API.
- Updates the CHANGELOG to reflect the change to all builtins.
2021-02-13 08:41:51 +01:00
..
_static Replace the doc theme with the pydoctheme 2020-10-04 11:05:48 +02:00
cmds Saturate exit codes to 255 for all builtins 2021-02-13 08:41:51 +01:00
python_docs_theme docs: Fix TOC text and put them in a div 2021-01-27 22:02:35 +01:00
CHANGELOG.rst Add CHANGELOG to the docs 2020-05-30 10:07:21 +02:00
commands.rst We no longer have two doc systems, move sphinx_doc_src back to doc_src 2020-02-19 17:00:35 -08:00
completions.rst docs: More line-length fixes 2021-01-26 16:15:38 +01:00
conf.py docs: Don't add rst sources 2021-01-16 19:33:12 +01:00
design.rst Make rationale spacing consistent 2020-10-12 20:25:35 +02:00
faq.rst docs: Point away from set -x 2021-02-01 18:12:24 +01:00
fish_for_bash_users.rst Fish for bash users: Fix missing word and link it from index 2021-01-22 16:23:09 +01:00
fish_indent_lexer.py Highlight keywords differently 2021-02-07 21:18:51 +01:00
index.rst Highlight keywords differently 2021-02-07 21:18:51 +01:00
license.rst Add docs theme license 2020-10-04 14:51:05 +02:00
tutorial.rst docs: Point away from set -x 2021-02-01 18:12:24 +01:00