aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* Factor expand_string into multiple stagesGravatar ridiculousfish2016-02-05
* expand_string to return an enum instead of intGravatar ridiculousfish2016-02-05
* Bits of cleanup of expand_stringGravatar ridiculousfish2016-02-04
* Merge change for lengthened and configurable escape key timeoutGravatar ridiculousfish2016-02-04
|\
| * change default escape timeoutGravatar Kurtis Rader2016-02-04
* | when sourcing config.fish do not redirect stderrGravatar Kurtis Rader2016-02-04
* | Prefer special autosuggestions to match caseGravatar ridiculousfish2016-02-04
* | Autosuggestions to follow same prioritization as tab completionsGravatar ridiculousfish2016-02-04
* | Use vector instead of deque in input_function_push_argsGravatar ridiculousfish2016-02-02
* | 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
| | * allow configuring the escape delay timeoutGravatar Kurtis Rader2016-01-17
* | | 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
| | * improve handling of the escape characterGravatar Kurtis Rader2015-12-22
* | | 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