fish-shell/doc_src
David Adam f2f41c6eec drop unused functions and configure checks
Remove the following C++ functions/methods, which have no callers:

common.cpp:
- read_loop
- narrow_string_safe
- escape_string_for_double_quotes
- read_unquoted_escape
- format_size
- format_size_safe
- valid_func_name
- get_executable_path

env.cpp:
- env_stack_t::set_empty
- env_stack_t::set_argv

fallback.cpp:
- fish_mkstemp_cloexec
- flock

proc_util.cpp:
- parse_util_slice_length
- parse_util_argument_is_help

path.cpp:
- path_get_path
- path_as_implicit_cd
- path_apply_working_directory
- path_emit_config_directory_messages
- path_get_data_remoteness
- path_get_config_remoteness
- path_is_valid
- paths_are_same_file

wcstringutil.cpp:
- split_string_tok

wutil.cpp:
- wgetcwd
- wunlink
- wrealpath
- wrename
- file_id_for_path
- fish_wcstoull

Also drop unused configure checks/defines:
- HAVE_FLOCK
2023-11-26 22:35:51 +08:00
..
cmds docs: Fix markdown links 2023-11-22 18:42:34 +01:00
python_docs_theme docs: Underline *all* body links, not just internal ones 2023-10-18 18:35:02 +02:00
commands.rst doc: Link path in commands 2023-04-29 19:58:41 +02:00
completions.rst Fix grammar in completion docs 2023-07-09 14:11:01 +08:00
conf.py docs: Remove reference to nonexistent style.css 2023-08-24 21:55:57 +02:00
contributing.rst Improve CONTRIBUTING and add it to the docs 2023-06-01 18:09:02 +02:00
design.rst docs: Fix typos 2022-09-17 21:31:06 +08:00
faq.rst docs/faq: Remove external tools 2023-05-25 17:46:25 +02:00
fish_for_bash_users.rst docs: Make some code lines shorter 2023-02-15 18:50:28 +01:00
fish_indent_lexer.py docs: restore default highlighting keywords and options in HTML 2022-01-16 14:07:19 +01:00
fish_synopsis.py Restyle fishscript and python 2023-06-01 18:20:19 +02:00
index.rst docs: Some slight rewordings 2023-08-23 23:08:56 +02:00
interactive.rst docs: More on key timeout, key chord limitations 2023-10-24 18:25:49 +02:00
language.rst docs: Make the vendor dirs a nested list 2023-11-07 17:55:36 +01:00
license.rst drop unused functions and configure checks 2023-11-26 22:35:51 +08:00
prompt.rst docs/prompt: Fix nested list formatting 2023-06-28 16:13:00 +02:00
relnotes.rst docs: call the CHANGELOG "release notes" 2021-02-25 22:46:24 +08:00
tutorial.rst docs: Some on the tutorial 2023-04-28 17:11:23 +02:00