.. |
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
|
Eliminate global variables associated with builtin IO
|
2015-09-22 18:08:00 -07:00 |
builtin_complete.cpp
|
Eliminate global variables associated with builtin IO
|
2015-09-22 18:08:00 -07: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
|
Eliminate global variables associated with builtin IO
|
2015-09-22 18:08:00 -07:00 |
builtin_string.cpp
|
Teach builtin_string to recognize redirections, not just pipes
|
2015-09-25 14:19:15 -07: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
|
Eliminate global variables associated with builtin IO
|
2015-09-22 18:08:00 -07:00 |
builtin.h
|
Eliminate global variables associated with builtin IO
|
2015-09-22 18:08:00 -07:00 |
color.cpp
|
"normal" should appear in set_color --print-colors
|
2015-12-08 20:08:08 -08:00 |
color.h
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
common.cpp
|
Eliminate global variables associated with builtin IO
|
2015-09-22 18:08:00 -07:00 |
common.h
|
Eliminate global variables associated with builtin IO
|
2015-09-22 18:08:00 -07:00 |
complete.cpp
|
When autoloading a completion, also autoload the function
|
2015-10-07 18:59:41 -07:00 |
complete.h
|
When autoloading a completion, also autoload the function
|
2015-10-07 18:59:41 -07:00 |
env_universal_common.cpp
|
env_universal_common.cpp: don't bother trying nonexistent path
|
2015-11-28 14:34:27 +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
|
env.cpp: warn when wgetcwd() fails
|
2015-11-28 14:34:27 +08:00 |
env.h
|
Factor function environment preparation into its own function
|
2015-08-15 13:37:17 -07: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
|
Only include <spawn.h> if HAVE_SPAWN_H
|
2015-10-02 08:57:05 +08:00 |
exec.h
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
expand.cpp
|
Fix tab completion after '%' character.
|
2015-11-27 16:07:16 -08:00 |
expand.h
|
Don't do intermediate fuzzy directory matching with $PATH
|
2015-10-03 15:44:57 -07:00 |
fallback.cpp
|
Use the address-of operator when checking for weak symbols
|
2015-07-25 13:02:58 -07:00 |
fallback.h
|
Migrate source files into src/ directory
|
2015-07-24 00:59:27 -07:00 |
fish_indent.cpp
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
fish_tests.cpp
|
fish_tests.cpp: use temporary path for completion tests
|
2015-11-27 16:20:54 -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
|
Initial implementation of wildcard match refactoring
|
2015-08-08 13:55:43 -07: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
|
Teach the cd autosuggestion how to descend "unique" hierarchies
|
2015-11-07 13:58:13 -08:00 |
highlight.h
|
Teach the cd autosuggestion how to descend "unique" hierarchies
|
2015-11-07 13:58:13 -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
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
input_common.h
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
input.cpp
|
Make input_mapping_execute stop returning R_NULL too often
|
2015-11-07 15:23:36 -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
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +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
|
Correct the caret position for unbalanced square brackets
|
2015-08-10 19:30:21 -07:00 |
parse_execution.cpp
|
Eliminate global variables associated with builtin IO
|
2015-09-22 18:08:00 -07:00 |
parse_execution.h
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
parse_productions.cpp
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
parse_productions.h
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
parse_tree.cpp
|
Rewrite parse_util_unescape_wildcards
|
2015-08-19 11:35:24 -07:00 |
parse_tree.h
|
Merge branch 'iwyu'
|
2015-07-29 09:30:19 +08:00 |
parse_util.cpp
|
Rewrite parse_util_unescape_wildcards
|
2015-08-19 11:35:24 -07: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
|
Access fish_history from $XDG_DATA_HOME
|
2015-10-16 07:39:49 +08:00 |
path.h
|
Access fish_history from $XDG_DATA_HOME
|
2015-10-16 07:39:49 +08:00 |
postfork.cpp
|
Add a missing typecast
|
2015-08-08 10:35:17 -07: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
|
Revert "reader.cpp: send carriage return after printing the window title"
|
2015-10-21 12:41:07 -07:00 |
reader.h
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +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
|
common.cpp: check wcwidth for supported characters
|
2015-08-03 14:18:06 +08:00 |
screen.h
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
signal.cpp
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +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
|
Merge branch 'master' into iwyu
|
2015-07-26 10:20:13 +08:00 |
wgetopt.h
|
Eliminate wgetopt global variables
|
2015-07-25 18:16:34 -07:00 |
wildcard.cpp
|
Don't do intermediate fuzzy directory matching with $PATH
|
2015-10-03 15:44:57 -07:00 |
wildcard.h
|
Experiment to rework wildcard matching
|
2015-08-08 13:55:51 -07: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 |