fish-shell/src
Aaron Gyes d1970c7f2e read_ni: be more specific in error if a file can't be read
for example, `fish /etc` now tells us "Is a directory"

make a couple char constants wchar_t constants
2019-10-14 01:43:35 -07:00
..
widecharwidth Update widechar_width 2019-05-14 09:49:51 +02:00
autoload.cpp Initialize a const variable 2019-08-16 17:50:41 -07:00
autoload.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin.h builtins: Use standard builtin.h error macros more 2019-09-17 22:04:33 -07:00
builtin_argparse.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_argparse.h implement argparse builtin 2017-07-12 22:38:24 -07:00
builtin_bg.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_bg.h split builtin bg into its own module 2017-06-16 21:01:56 -07:00
builtin_bind.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_bind.h Allow binding nul (zero byte) 2019-09-14 16:37:57 -07:00
builtin_block.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_block.h split builtin block into its own module 2017-06-16 21:01:56 -07:00
builtin_builtin.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_builtin.h split builtin builtin into its own module 2017-06-16 21:01:56 -07:00
builtin_cd.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_cd.h split builtin cd into its own module 2017-06-16 21:01:56 -07:00
builtin_command.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_command.h split builtin command into its own module 2017-06-16 21:01:56 -07:00
builtin_commandline.cpp Clean up some tokenization 2019-10-13 16:06:16 -07:00
builtin_commandline.h Reformat all files 2019-05-05 12:09:25 +02:00
builtin_complete.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_complete.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_contains.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_contains.h split builtin contains into its own module 2017-06-16 21:01:56 -07:00
builtin_disown.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_disown.h split builtin disown into its own module 2017-06-16 21:01:56 -07:00
builtin_echo.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_echo.h split builtin echo into its own module 2017-06-16 21:01:56 -07:00
builtin_emit.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_emit.h split builtin emit into its own module 2017-06-16 21:01:56 -07:00
builtin_eval.cpp Remove some unused variables 2019-05-12 18:23:00 -07:00
builtin_eval.h Re-implement eval as a regular builtin 2019-04-12 07:04:15 -05:00
builtin_exit.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_exit.h split builtin exit into its own module 2017-06-16 21:01:56 -07:00
builtin_fg.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_fg.h split builtin fg into its own module 2017-06-16 21:01:56 -07:00
builtin_function.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_function.h Functions to store nodes 2018-02-12 10:49:22 -08:00
builtin_functions.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_functions.h split builtin functions into its own module 2017-06-16 21:01:56 -07:00
builtin_history.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_history.h split builtin history into its own module 2017-06-16 21:01:56 -07:00
builtin_jobs.cpp jobs: return success when a job is found via --last 2019-09-14 13:01:36 -05:00
builtin_jobs.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_math.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_math.h Implement bare minimum builtin math command 2017-08-23 14:43:45 -07:00
builtin_printf.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_printf.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_pwd.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_pwd.h split builtin pwd into its own module 2017-06-16 21:01:56 -07:00
builtin_random.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_random.h split builtin random into its own module 2017-06-16 21:01:56 -07:00
builtin_read.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_read.h split builtin status and read into its own module 2017-06-16 21:01:56 -07:00
builtin_realpath.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_realpath.h split builtin realpath into its own module 2017-06-16 21:01:56 -07:00
builtin_return.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_return.h split builtin return into its own module 2017-06-16 21:01:56 -07:00
builtin_set.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_set.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_set_color.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_set_color.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_source.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_source.h split builtin source into its own module 2017-06-16 21:01:56 -07:00
builtin_status.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_status.h split builtin status and read into its own module 2017-06-16 21:01:56 -07:00
builtin_string.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_string.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_test.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_test.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_ulimit.cpp Stop printing help summary on error 2019-03-26 19:24:48 +01:00
builtin_ulimit.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_wait.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
builtin_wait.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
color.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
color.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
common.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
common.h Revert "Escape separators (colon and equals) to improve completion" 2019-09-19 14:38:16 +08:00
complete.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
complete.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
enum_set.h Clean up enum_set.h header 2019-04-26 16:08:19 -07:00
env.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
env.h Provide an optimized override of get_pwd_slash() 2019-06-10 10:26:33 -07:00
env_dispatch.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
env_dispatch.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
env_universal_common.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
env_universal_common.h Use a generation count for uvars exports 2019-06-09 13:48:07 -07:00
event.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
event.h Make events per-parser 2019-06-03 02:48:35 -07:00
exec.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
exec.h Migrate the global exec_count into the parser 2019-05-04 20:58:35 -07:00
expand.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
expand.h Unexpand abbreviations' variable names before completing them 2019-10-06 14:42:42 +02:00
fallback.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
fallback.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
fish.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
fish_indent.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
fish_key_reader.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
fish_test_helper.cpp Clean up some tokenization 2019-10-13 16:06:16 -07:00
fish_tests.cpp Clean up some tokenization 2019-10-13 16:06:16 -07:00
fish_version.cpp Reformat all files 2019-05-05 12:09:25 +02:00
fish_version.h Revert "Generate FISH_BUILD_VERSION info for cmake builds" 2018-01-08 22:28:10 -08:00
flog.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
flog.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
function.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
function.h Remove the process from function_block_t 2019-05-18 21:09:04 -07:00
future_feature_flags.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
future_feature_flags.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
global_safety.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
highlight.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
highlight.h Colorize complete output 2019-09-19 04:27:33 -07:00
history.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
history.h Use move semantics in trim and history_item_t 2019-08-25 13:37:06 -07:00
history_file.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
history_file.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
input.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
input.h Allow binding nul (zero byte) 2019-09-14 16:37:57 -07:00
input_common.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
input_common.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
intern.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
intern.h restyle intern module to match project style 2016-05-01 20:28:46 -07:00
io.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
io.h Correct handling of explicitly separated output when all elements are empty 2019-07-21 14:00:27 -07:00
iothread.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
iothread.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
kill.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
kill.h Minor cleanup of kill ring 2019-03-23 23:31:24 -07:00
lru.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
maybe.h Reformat all files 2019-05-05 12:09:25 +02:00
output.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
output.h Switches over to cstring from string.h. 2019-03-12 15:09:36 -07:00
pager.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
pager.h Move selection_direction_t to pager.h and make it a class enum 2019-04-28 14:06:03 -07:00
parse_constants.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
parse_execution.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
parse_execution.h Remove all block_t subclasses 2019-05-19 14:44:40 -07:00
parse_grammar.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
parse_grammar_elements.inc Rework 'and' and 'or' to be "job decorators" 2018-03-05 13:41:36 -08:00
parse_productions.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
parse_productions.h style cleanups 2017-05-01 22:05:35 -07:00
parse_tree.cpp Clean up some tokenization 2019-10-13 16:06:16 -07:00
parse_tree.h Reformat all files 2019-05-05 12:09:25 +02:00
parse_util.cpp Clean up some tokenization 2019-10-13 16:06:16 -07:00
parse_util.h Clean up some tokenization 2019-10-13 16:06:16 -07:00
parser.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
parser.h Migrate parse_util_detect_errors to a free function 2019-08-04 14:49:56 -07:00
parser_keywords.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
parser_keywords.h Make IWYU output in lint.cpp less messy 2016-06-23 17:26:08 -07:00
path.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
path.h Simplify reporting of invalid config paths 2019-05-01 17:51:51 -07:00
postfork.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
postfork.h child_setup_process to accept new termowner directly 2019-07-03 18:06:35 -07:00
print_help.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
print_help.h restyle proc module to match project style 2016-05-02 22:07:58 -07:00
proc.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
proc.h Minor cleanup of how jobs store their command string 2019-09-09 09:07:25 -07:00
reader.cpp read_ni: be more specific in error if a file can't be read 2019-10-14 01:43:35 -07:00
reader.h Introduce reader_test_should_cancel 2019-09-21 13:07:55 -07:00
redirection.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
redirection.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
sanity.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
sanity.h Eliminate the global jobs() function 2019-05-05 11:33:08 -07:00
screen.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
screen.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
signal.cpp Eliminate shell_is_interactive 2019-06-29 11:28:26 -07:00
signal.h Eliminate shell_is_interactive 2019-06-29 11:28:26 -07:00
tinyexpr.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
tinyexpr.h [tinyexpr] Port to C++ 2018-12-30 19:34:06 +01:00
tnode.cpp Reformat all files 2019-05-05 12:09:25 +02:00
tnode.h Reformat all files 2019-05-05 12:09:25 +02:00
tokenizer.cpp Remove tok_t::redirected_fd 2019-10-13 23:04:18 -07:00
tokenizer.h Clean up a stale comment. 2019-10-13 23:05:55 -07:00
topic_monitor.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
topic_monitor.h Run clang-format on all files 2019-10-13 15:50:48 -07:00
utf8.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
utf8.h implement our own assert() function 2017-02-14 18:48:27 -08:00
util.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
util.h Remove mini() and maxi() 2019-03-12 23:25:15 -07:00
wcstringutil.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
wcstringutil.h use std::tolower 2019-09-22 15:47:22 -07:00
wgetopt.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
wgetopt.h rearrange structure fields 2019-04-04 13:47:10 -07:00
wildcard.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
wildcard.h Remove EXPAND prefix from expand_flags and lowercase them 2019-04-25 11:34:49 -07:00
wutil.cpp Run clang-format on all files 2019-10-13 15:50:48 -07:00
wutil.h Run clang-format on all files 2019-10-13 15:50:48 -07:00