fish-shell/src
2016-02-22 03:37:03 -08:00
..
autoload.cpp Merge branch 'iwyu' 2015-07-29 09:30:19 +08:00
autoload.h Merge branch 'iwyu' 2015-07-29 09:30:19 +08:00
builtin_commandline.cpp Stop unescaping strings with commandline -b 2016-01-10 17:25:22 -08:00
builtin_complete.cpp Additional work on unifying cd autosuggestions with complete 2016-02-18 17:00:26 -08:00
builtin_jobs.cpp Don't print the jobs header when stdout is redirected 2015-12-03 21:08:48 -08:00
builtin_printf.cpp Eliminate global variables associated with builtin IO 2015-09-22 18:08:00 -07:00
builtin_set_color.cpp Eliminate global variables associated with builtin IO 2015-09-22 18:08:00 -07:00
builtin_set.cpp Miscellaneous cleanup and dead code removal 2016-02-19 15:45:31 -08:00
builtin_string.cpp make fish compatible with pcre2 10.21 2016-02-21 19:32:08 -08:00
builtin_test.cpp Eliminate global variables associated with builtin IO 2015-09-22 18:08:00 -07:00
builtin_ulimit.cpp Eliminate global variables associated with builtin IO 2015-09-22 18:08:00 -07:00
builtin.cpp Miscellaneous cleanup and dead code removal 2016-02-19 15:45:31 -08:00
builtin.h Eliminate global variables associated with builtin IO 2015-09-22 18:08:00 -07:00
color.cpp named_color_names to reserve the right amount 2015-12-08 20:32:59 -08:00
color.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
common.cpp Use contains instead of string == 2016-02-15 13:27:00 -08:00
common.h Eliminate global variables associated with builtin IO 2015-09-22 18:08:00 -07:00
complete.cpp Remove an unused variable 2016-02-22 03:37:03 -08:00
complete.h Additional work on unifying cd autosuggestions with complete 2016-02-18 17:00:26 -08:00
env_universal_common.cpp Miscellaneous cleanup and dead code removal 2016-02-19 15:45:31 -08:00
env_universal_common.h Attempt to fix the sporadic uvar test failures on Linux 2015-11-08 23:48:32 -08:00
env.cpp Miscellaneous cleanup and dead code removal 2016-02-19 15:45:31 -08:00
env.h Additional work on unifying cd autosuggestions with complete 2016-02-18 17:00:26 -08:00
event.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
event.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
exec.cpp Work around some bogus static analyzer warnings 2016-02-02 15:39:46 -08:00
exec.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
expand.cpp Implement the cd "unique hierarchy" autosuggestion in expand.cpp 2016-02-18 17:00:26 -08:00
expand.h Early work towards moving the cd special autosuggestion into completions 2016-02-18 17:00:25 -08:00
fallback.cpp Miscellaneous cleanup and dead code removal 2016-02-19 15:45:31 -08:00
fallback.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
fish_indent.cpp Allow and/or statements to attach to the if/while header 2015-12-19 14:49:07 -08:00
fish_tests.cpp Remove some newly dead code 2016-02-18 17:00:26 -08:00
fish_version.cpp Generate version numbers for Xcode builds 2015-09-29 14:55:51 -07:00
fish_version.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
fish.cpp when sourcing config.fish do not redirect stderr 2016-02-04 12:52:50 -08:00
function.cpp When autoloading a completion, also autoload the function 2015-10-07 18:59:41 -07:00
function.h When autoloading a completion, also autoload the function 2015-10-07 18:59:41 -07:00
highlight.cpp Remove some newly dead code 2016-02-18 17:00:26 -08:00
highlight.h Remove some newly dead code 2016-02-18 17:00:26 -08:00
history.cpp Fix usage of history_filename 2015-10-16 07:40:04 +08:00
history.h Migrate fish_history from config to data dir 2015-10-16 07:40:04 +08:00
input_common.cpp change default escape timeout 2016-02-04 13:39:19 -08:00
input_common.h allow configuring the escape delay timeout 2016-01-17 17:45:30 -08:00
input.cpp Use vector instead of deque in input_function_push_args 2016-02-02 18:13:40 -08:00
input.h Eliminate global variables associated with builtin IO 2015-09-22 18:08:00 -07:00
intern.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
intern.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
io.cpp Work around some bogus static analyzer warnings 2016-02-02 15:39:46 -08:00
io.h Teach builtin_string to recognize redirections, not just pipes 2015-09-25 14:19:15 -07:00
iothread.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
iothread.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
key_reader.cpp Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
kill.cpp Dead macro cleanup 2015-08-10 22:01:50 -07:00
kill.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
lru.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
output.cpp Dead macro cleanup 2015-08-10 22:01:50 -07:00
output.h Remove some dead #defines 2015-08-11 01:00:05 -07:00
pager.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
pager.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
parse_constants.h Allow and/or statements to attach to the if/while header 2015-12-19 14:49:07 -08:00
parse_execution.cpp Miscellaneous cleanup and dead code removal 2016-02-19 15:45:31 -08:00
parse_execution.h Reinstate failglob behaviour for most commands 2016-02-15 13:13:28 -08:00
parse_productions.cpp Allow and/or statements to attach to the if/while header 2015-12-19 14:49:07 -08:00
parse_productions.h Simplify parser implementation 2015-12-19 11:17:13 -08:00
parse_tree.cpp Shave 4 bytes from parse_node_t 2015-12-19 18:09:41 -08:00
parse_tree.h Miscellaneous cleanup and dead code removal 2016-02-19 15:45:31 -08:00
parse_util.cpp Allow and/or statements to attach to the if/while header 2015-12-19 14:49:07 -08:00
parse_util.h Rewrite parse_util_unescape_wildcards 2015-08-19 11:35:24 -07:00
parser_keywords.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
parser_keywords.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
parser.cpp Eliminate global variables associated with builtin IO 2015-09-22 18:08:00 -07:00
parser.h Eliminate global variables associated with builtin IO 2015-09-22 18:08:00 -07:00
path.cpp Early work towards moving the cd special autosuggestion into completions 2016-02-18 17:00:25 -08:00
path.h Early work towards moving the cd special autosuggestion into completions 2016-02-18 17:00:25 -08:00
postfork.cpp Don't complain if do_builtin_io fails due to EPIPE 2015-12-10 01:02:57 -08:00
postfork.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
print_help.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
print_help.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
proc.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
proc.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
reader.cpp Remove autosuggest_suggest_special 2016-02-18 17:00:26 -08:00
reader.h Additional work on unifying cd autosuggestions with complete 2016-02-18 17:00:26 -08:00
sanity.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
sanity.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
screen.cpp Prevent line-full-of-spaces in s_reset 2016-01-08 23:38:31 +01:00
screen.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
signal.cpp Remove a stale comment regarding fishd 2015-12-10 01:02:57 -08:00
signal.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
tokenizer.cpp Fix a dereference-past-the-end bug in read_redirection_or_fd_pipe 2015-10-07 11:38:13 -07:00
tokenizer.h Correct the caret position for unbalanced square brackets 2015-08-10 19:30:21 -07:00
utf8.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
utf8.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
util.cpp Remove some dead #defines 2015-08-11 01:00:05 -07:00
util.h Migrate source files into src/ directory 2015-07-24 00:59:27 -07:00
wcstringutil.cpp Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
wcstringutil.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +08:00
wgetopt.cpp Remove an unnecessary typecast 2016-02-10 11:38:05 -08:00
wgetopt.h Remove const from _wgetopt_internal's argv argument 2016-02-10 11:35:47 -08:00
wildcard.cpp Miscellaneous cleanup and dead code removal 2016-02-19 15:45:31 -08:00
wildcard.h Miscellaneous cleanup and dead code removal 2016-02-19 15:45:31 -08:00
wutil.cpp Attempt to fix the sporadic uvar test failures on Linux 2015-11-08 23:48:32 -08:00
wutil.h Attempt to fix the sporadic uvar test failures on Linux 2015-11-08 23:48:32 -08:00