fish-shell/src
Kevin Ballard 1dac0041d5 Stop unescaping strings with commandline -b
The fix for #2075 inadvertently started unescaping the strings emitted
from `commandline -b`. Only strings emitted with the `-o` flag are
supposed to be unescaped.

Fixes #2210.
2016-01-10 17:25:22 -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 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 clarify the documentation of builtin random 2016-01-07 20:54:50 -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 Switch show_stackframe to backtrace_symbols_fd 2015-12-10 01:02:57 -08: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 Check that $XDG_RUNTIME_DIR is valid and accessible 2015-12-11 15:02:36 +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 restore the terminal modes before an "exec" 2015-12-15 23:40:53 -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 detect and provide fallback for backtrace_symbols_fd 2015-12-17 20:36:33 +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 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 Don't resolve paths for files run from argv 2016-01-03 12:12:53 -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 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 allow \cJ (\n) to be bound separate from \cM (\r) 2015-12-08 21:01:31 -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 Allow and/or statements to attach to the if/while header 2015-12-19 14:49:07 -08:00
parse_execution.cpp Allow and/or statements to attach to the if/while header 2015-12-19 14:49:07 -08:00
parse_execution.h Merge branch 'master' into iwyu 2015-07-26 10:20:13 +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 Shave 4 bytes from parse_node_t 2015-12-19 18:09:41 -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 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 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 only swith to shell tty mode if interactive 2015-12-27 12:28:19 -08: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 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 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 Pass a struct stat by const reference instead of by value 2016-01-03 12:12:42 -08: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