fish-shell/src
Aaron Gyes 2cabcf4ad4 bg had also had wrong exit code for some errors
Stop printing usage information when error isn't a usage problem.
Add simple test for bg and fg
2016-06-18 08:26:07 -07:00
..
autoload.cpp Be a bit more consistent and proper. 2016-06-05 21:32:57 -07:00
autoload.h Be a bit more consistent and proper. 2016-06-05 21:32:57 -07:00
builtin_commandline.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
builtin_commandline.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_complete.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin_complete.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_jobs.cpp don't print header for each job 2016-06-08 21:15:07 -07:00
builtin_jobs.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_printf.cpp Restyle touched .cpp files 2016-06-12 11:34:35 -07:00
builtin_printf.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_set_color.cpp Remove some unused macros from builtin_set_color.cpp 2016-04-29 14:54:21 -07:00
builtin_set_color.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_set.cpp remove unset vars from the environment 2016-06-15 22:10:11 -07:00
builtin_set.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_string.cpp Make string match -rnv work 2016-05-31 23:24:08 +02:00
builtin_string.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_test.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin_test.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin_ulimit.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
builtin_ulimit.h restyle builtin modules to match project style 2016-04-26 21:58:59 -07:00
builtin.cpp bg had also had wrong exit code for some errors 2016-06-18 08:26:07 -07:00
builtin.h add function --shadow-builtin flag 2016-05-14 20:38:32 -07:00
color.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
color.h restyle color module to match project style 2016-04-27 16:06:03 -07:00
common.cpp Lint Cleanup 2016-06-14 19:27:00 -07:00
common.h trivial locale cleanups 2016-06-14 19:57:07 -07:00
complete.cpp Repair various invalid HeaderDoc comments. 2016-06-05 18:57:45 -07:00
complete.h Restyle touched .cpp files 2016-06-12 11:34:35 -07:00
env_universal_common.cpp Fix env_universal_common.cpp filesize comparisons. 2016-06-12 03:52:58 -07:00
env_universal_common.h restyle env_universal module to match project style 2016-04-28 19:17:28 -07:00
env.cpp remove unset vars from the environment 2016-06-15 22:10:11 -07:00
env.h fix fork debug printf() calls 2016-05-05 20:22:20 -07:00
event.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
event.h retyle event module to match project style 2016-04-28 19:39:41 -07:00
exec.cpp Repair various invalid HeaderDoc comments. 2016-06-05 18:57:45 -07:00
exec.h restyle exec module to match project style 2016-04-28 20:07:00 -07:00
expand.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
expand.h Repair various invalid HeaderDoc comments. 2016-06-05 18:57:45 -07:00
fallback.cpp remove dependency on dcgettext() 2016-06-05 18:52:19 -07:00
fallback.h remove dependency on dcgettext() 2016-06-05 18:52:19 -07:00
fish_indent.cpp Improve fish_indent -w error output 2016-06-12 11:25:38 -07:00
fish_key_reader.cpp simplify, and fix, setting the current locale 2016-06-05 15:49:34 -07:00
fish_tests.cpp simplify some fish_tests code 2016-05-30 17:31:41 -07:00
fish_version.cpp restyle fish modules to match project style 2016-04-30 19:52:13 -07:00
fish_version.h restyle fish modules to match project style 2016-04-30 19:52:13 -07:00
fish.cpp Lint Cleanup 2016-06-14 19:27:00 -07:00
function.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
function.h add function --shadow-builtin flag 2016-05-14 20:38:32 -07:00
highlight.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
highlight.h Repair various invalid HeaderDoc comments. 2016-06-05 18:57:45 -07:00
history.cpp Lint Cleanup 2016-06-14 19:27:00 -07:00
history.h lint: low hanging fruit in history.cpp 2016-05-05 15:09:31 -07:00
input_common.cpp enhance the key_reader program 2016-05-10 14:11:30 -07:00
input_common.h enhance the key_reader program 2016-05-10 14:11:30 -07:00
input.cpp put curses/terminfo vars into the environment 2016-06-03 17:16:41 -07:00
input.h restyle input module to match project style 2016-04-30 21:46:56 -07:00
intern.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
intern.h restyle intern module to match project style 2016-05-01 20:28:46 -07:00
io.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
io.h restyle io module to match project style 2016-05-01 20:38:19 -07:00
iothread.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
iothread.h restyle iothread module to match project style 2016-05-01 21:54:54 -07:00
kill.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
kill.h restyle kill module to match project style 2016-05-01 22:18:59 -07:00
lru.h restyle pager & lru module to match project style 2016-05-02 12:11:57 -07:00
output.cpp Restyle touched .cpp files 2016-06-12 11:34:35 -07:00
output.h put curses/terminfo vars into the environment 2016-06-03 17:16:41 -07:00
pager.cpp Lint Cleanup 2016-06-14 19:27:00 -07:00
pager.h restyle pager & lru module to match project style 2016-05-02 12:11:57 -07:00
parse_constants.h Restyle touched .cpp files 2016-06-12 11:34:35 -07:00
parse_execution.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
parse_execution.h restyle parse_execution module to match project style 2016-05-02 13:00:03 -07:00
parse_productions.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
parse_productions.h restyle parse_productions module to match project style 2016-05-02 16:03:37 -07:00
parse_tree.cpp Lint Cleanup 2016-06-14 19:27:00 -07:00
parse_tree.h restyle parse_tree module to match project style 2016-05-02 16:44:27 -07:00
parse_util.cpp fix some style bogosities that crept in 2016-05-27 14:44:30 -07:00
parse_util.h Repair various invalid HeaderDoc comments. 2016-06-05 18:57:45 -07:00
parser_keywords.cpp fix some style bogosities that crept in 2016-05-27 14:44:30 -07:00
parser_keywords.h restyle parser module to match project style 2016-05-02 19:24:52 -07:00
parser.cpp trivial locale cleanups 2016-06-14 19:57:07 -07:00
parser.h Repair various invalid HeaderDoc comments. 2016-06-05 18:57:45 -07:00
path.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
path.h restyle path module to match project style 2016-05-02 21:23:33 -07:00
postfork.cpp Repair various invalid HeaderDoc comments. 2016-06-05 18:57:45 -07:00
postfork.h restyle postfork module to match project style 2016-05-02 21:34:26 -07:00
print_help.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
print_help.h restyle proc module to match project style 2016-05-02 22:07:58 -07:00
proc.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
proc.h rename get_is_interactive and remove stupid test 2016-05-14 20:35:54 -07:00
reader.cpp Lint Cleanup 2016-06-14 19:27:00 -07:00
reader.h lint cleanup: eliminate "redundant" errors 2016-05-04 15:32:04 -07:00
sanity.cpp add (or restore) config.h to all files 2016-05-18 22:30:21 +00:00
sanity.h restyle sanity & screen module to match project style 2016-05-03 12:53:54 -07:00
screen.cpp Lint Cleanup 2016-06-14 19:27:00 -07:00
screen.h Repair various invalid HeaderDoc comments. 2016-06-05 18:57:45 -07:00
signal.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
signal.h restyle signal module to match project style 2016-05-03 13:06:45 -07:00
tokenizer.cpp Restyle touched .cpp files 2016-06-12 11:34:35 -07:00
tokenizer.h restyle tokenizer module to match project style 2016-05-03 15:00:44 -07:00
utf8.cpp Fix wide char related tests on Cygwin 2016-05-26 20:24:03 -07:00
utf8.h Fix wide char related tests on Cygwin 2016-05-26 20:24:03 -07:00
util.cpp fix random lint issues 2016-05-29 22:24:29 -07:00
util.h restyle remaining modules to match project style 2016-05-03 16:09:45 -07:00
wcstringutil.cpp fix some style bogosities that crept in 2016-05-27 14:44:30 -07:00
wcstringutil.h Be a bit more consistent and proper. 2016-06-05 21:32:57 -07:00
wgetopt.cpp fix lint error in wgettext() 2016-06-01 22:19:03 -07:00
wgetopt.h Restyle touched .cpp files 2016-06-12 11:34:35 -07:00
wildcard.cpp fix some style bogosities that crept in 2016-05-27 14:44:30 -07:00
wildcard.h restyle remaining modules to match project style 2016-05-03 16:09:45 -07:00
wutil.cpp fix lint error in wgettext() 2016-06-01 22:19:03 -07:00
wutil.h fix lint error in wgettext() 2016-06-01 22:19:03 -07:00