aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix `make test` to use local functionsGravatar Kevin Ballard2014-07-14
* read: Support arrays, character splittingGravatar Kevin Ballard2014-07-14
* command: Rename -p/--path flag to -s/--searchGravatar Kevin Ballard2014-07-13
* Update tests for new `type` behaviorGravatar Kevin Ballard2014-07-13
* type: Stop claiming `grep` is a functionGravatar Kevin Ballard2014-07-13
* Adopt the new type -q flag in the other functionsGravatar Kevin Ballard2014-07-13
* test: Add a new --quiet flag to suppress outputGravatar Kevin Ballard2014-07-13
* type: Separate the notion of multi and pathsGravatar Kevin Ballard2014-07-13
* Fix `type` function to work betterGravatar Kevin Ballard2014-07-13
* Fix typo in documentation for `type` builtinGravatar Kevin Ballard2014-07-13
* Teach `command` builtin a -p/--path flagGravatar Kevin Ballard2014-07-13
* Fix documentation on variable scopes for `read`Gravatar Kevin Ballard2014-07-14
* Fix segfault in status builtinGravatar xzfc2014-07-14
* Makefile: just build key_reader with the same objs as fishGravatar David Adam2014-07-14
* Turn the 'mode' parameter of environment variables into an enumGravatar ridiculousfish2014-07-13
* Merge branch 'fix_set_scopes' of github.com:kballard/fish-shell into kballard...Gravatar ridiculousfish2014-07-13
|\
* | Fix for crash in kill-whole-lineGravatar ridiculousfish2014-07-13
| * Change how we separate toplevel and global scopesGravatar Kevin Ballard2014-07-13
| * set: Don't create empty var when erasing indexGravatar Kevin Ballard2014-07-12
| * Add an optional mode to env_get_string()Gravatar Kevin Ballard2014-07-12
| * set: Print an error when setting a special var in the wrong scopeGravatar Kevin Ballard2014-07-12
| * Mark COLUMNS/LINES as electric varsGravatar Kevin Ballard2014-07-12
| * set: Don't treat toplevel scope the same as globalGravatar Kevin Ballard2014-07-12
| * Rewrite env_exists() for better scope handlingGravatar Kevin Ballard2014-07-12
* | Don't sanity_lose if INTERNAL_BLOCK_NODEs have a null argvGravatar ridiculousfish2014-07-12
| * Don't allow readonly/electric values to come in through the envGravatar Kevin Ballard2014-07-12
| * Fix typo and tweak `set` docsGravatar Kevin Ballard2014-07-12
|/
* Teach while loops to not hang forever with no-executeGravatar ridiculousfish2014-07-11
* bind should not show -k for bindings that are escape sequences, not keysGravatar ridiculousfish2014-07-07
* Remove errant debug lineGravatar ridiculousfish2014-07-07
* Rename lock_t to mutex_lock_t to fix Solaris compilationGravatar ridiculousfish2014-07-07
* Fixes use-after-free issue.Gravatar Daniel J. Hofmann2014-07-06
* Switch variable name in tests from foo to something less likely to beGravatar ridiculousfish2014-07-06
* Must load universal variables earlier, and issue a barrier after erasingGravatar ridiculousfish2014-07-06
* Fix sense of test in parse_execution to issue a barrier if an externalGravatar ridiculousfish2014-07-06
* Add test for issue 1526Gravatar ridiculousfish2014-07-06
* Add dropbox completionGravatar Maxim Gonchar2014-07-06
* Hopeful fix for Cygwin build (#1530)Gravatar ridiculousfish2014-07-05
* Properly handle invalid arguments in builtinsGravatar Siteshwar Vashisht2014-07-02
* Added better build description closes #70Gravatar callesg2014-07-01
* env.cpp: allow all users to change $USER and $HOMEGravatar David Adam2014-06-28
* Also add forward/backward movement in insert modeGravatar Sascha2014-06-27
* Provide more useful insert mode mappingsGravatar Sascha2014-06-27
* Fix bug for systemd being installed but not PID 1Gravatar Cameron Norman2014-06-20
* Merge branch 'death_of_fishd'Gravatar ridiculousfish2014-06-18
|\
| * Remove env_universal.h and env_universal.cpp from projectGravatar ridiculousfish2014-06-18
* | docs: clarify fish_greeting function and variable in FAQGravatar David Adam2014-06-18
| * Universal variable callbacks should only be announced for changedGravatar ridiculousfish2014-06-16
| * Migrate global functions out of env_universal. Have env operate directlyGravatar ridiculousfish2014-06-15
| * Fix Linux build of env_universal_commonGravatar ridiculousfish2014-06-13