aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge branch 'fix-jump' of git://github.com/cpick/fish-shell into cpick-fix-jumpGravatar ridiculousfish2016-02-02
|\
* | Don't crash when autosuggesting cd'ing into a directory with ~Gravatar ridiculousfish2016-02-02
* | Work around some bogus static analyzer warningsGravatar ridiculousfish2016-02-02
* | Clean up completion removalGravatar ridiculousfish2016-01-16
* | Mark a bit of code as unreachableGravatar ridiculousfish2016-01-16
* | Simplify locking in complete.cppGravatar ridiculousfish2016-01-16
* | Clean up complete_entry_opt_tGravatar ridiculousfish2016-01-16
* | Remove short_opt_str from completion_entry_tGravatar ridiculousfish2016-01-15
* | Clean up short_ok in completionsGravatar ridiculousfish2016-01-15
* | Stop unescaping strings with `commandline -b`Gravatar Kevin Ballard2016-01-10
* | Prevent line-full-of-spaces in s_resetGravatar Tom Smeding2016-01-08
* | clarify the documentation of builtin randomGravatar Kurtis Rader2016-01-07
* | Don't resolve paths for files run from argvGravatar ridiculousfish2016-01-03
* | Pass a struct stat by const reference instead of by valueGravatar ridiculousfish2016-01-03
* | "Stop" should be "stomp" in fish.cpp commentGravatar ridiculousfish2015-12-29
* | Remove some extra newlines from function error messagesGravatar ridiculousfish2015-12-27
* | only swith to shell tty mode if interactiveGravatar Kurtis Rader2015-12-27
* | getopt long_options to be constGravatar ridiculousfish2015-12-21
* | simplify fish_parse_optGravatar Kurtis Rader2015-12-21
* | Shave 4 bytes from parse_node_tGravatar ridiculousfish2015-12-19
* | Don't define a function if there's an error in function's argsGravatar ridiculousfish2015-12-19
* | Allow and/or statements to attach to the if/while headerGravatar ridiculousfish2015-12-19
* | Simplify parser implementationGravatar ridiculousfish2015-12-19
* | detect and provide fallback for backtrace_symbols_fdGravatar David Adam2015-12-17
* | restore the terminal modes before an "exec"Gravatar Kurtis Rader2015-12-15
* | Check that $XDG_RUNTIME_DIR is valid and accessibleGravatar Tanner Bruce2015-12-11
* | Remove a stale comment regarding fishdGravatar ridiculousfish2015-12-10
* | Switch show_stackframe to backtrace_symbols_fdGravatar Andy Lutomirski2015-12-10
* | Don't complain if do_builtin_io fails due to EPIPEGravatar Andy Lutomirski2015-12-10
* | Ensure interactive tty modes are set ASAPGravatar Kurtis Rader2015-12-08
* | allow \cJ (\n) to be bound separate from \cM (\r)Gravatar Kurtis Rader2015-12-08
* | named_color_names to reserve the right amountGravatar ridiculousfish2015-12-08
* | "normal" should appear in set_color --print-colorsGravatar Kurtis Rader2015-12-08
* | remove "normal" from the basic color name tableGravatar Kurtis Rader2015-12-08
* | add support for ANSI "bright" colorsGravatar Kurtis Rader2015-12-08
* | Don't print the jobs header when stdout is redirectedGravatar ridiculousfish2015-12-03
* | Fix the error message not being outputedGravatar Max Nordlund2015-12-03
* | Fix wrong exit code for `jobs` #2505Gravatar Max Nordlund2015-12-03
* | env_universal_common.cpp: don't bother trying nonexistent pathGravatar David Adam2015-11-28
* | env.cpp: warn when wgetcwd() failsGravatar David Adam2015-11-28
* | fish_tests.cpp: use temporary path for completion testsGravatar David Adam2015-11-27
* | Fix tab completion after '%' character.Gravatar Daniel Matz2015-11-27
* | Attempt to fix the sporadic uvar test failures on LinuxGravatar ridiculousfish2015-11-08
* | Make input_mapping_execute stop returning R_NULL too oftenGravatar ridiculousfish2015-11-07
* | Teach the cd autosuggestion how to descend "unique" hierarchiesGravatar ridiculousfish2015-11-07
* | Make 'set -ql' search up to function scopeGravatar ridiculousfish2015-10-23
* | Revert "reader.cpp: send carriage return after printing the window title"Gravatar ridiculousfish2015-10-21
* | reader.cpp: send carriage return after printing the window titleGravatar David Adam2015-10-16
* | Fix usage of history_filenameGravatar Jeff Kowalski2015-10-16
* | Migrate fish_history from config to data dirGravatar Jeff Kowalski2015-10-16