aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Additional warnings cleanup, effective C++ violations, dead code removalGravatar ridiculousfish2012-08-05
* Fix OS X compilationGravatar ridiculousfish2012-08-05
* Fixed a bunch of clang analyzer warningsGravatar ridiculousfish2012-08-05
* Fixed compilation on LinuxGravatar Siteshwar Vashisht2012-08-05
* Fix for stack overflow when overflowing a lineGravatar ridiculousfish2012-08-04
* Fix for weird issues when a line becomes very long introduced by my warning f...Gravatar ridiculousfish2012-08-04
* Fix for assertion failure in syntax highlightingGravatar ridiculousfish2012-08-04
* Fix to restore an optimization from parse_util_get_line_from_offset in a more...Gravatar ridiculousfish2012-08-04
* Fix for inability to go backwards through historyGravatar ridiculousfish2012-08-04
* Cleaned up lots of typecasts, simplified some string handlingGravatar ridiculousfish2012-08-04
* Switch from int cursor[2] to struct cursor { int x; int y; }Gravatar ridiculousfish2012-08-04
* Additional warning fixes and migration from int to size_t or long where appro...Gravatar ridiculousfish2012-08-04
* More warning fixes and switching from int to long or size_tGravatar ridiculousfish2012-08-04
* Additional warning cleanup and switching from int to size_t where appropriateGravatar ridiculousfish2012-08-04
* Lots of work towards making fish build without warnings on Mountain Lion, mos...Gravatar ridiculousfish2012-08-04
* Warning cleanupGravatar ridiculousfish2012-08-04
* explain how to load binds automaticallyGravatar Rubycut2012-08-04
* Get rid of 'nothing appropriate' output when completing.Gravatar maxfl2012-08-04
* Replaced references to http://fishshell.org/ with http://ridiculousfish.com/s...Gravatar Anders Bergh2012-08-01
* Merge pull request #251 from bpinto/rbenvGravatar ridiculousfish2012-07-28
|\
| * completion for rbenvGravatar Bruno Pinto2012-07-28
|/
* Fix to allow specifying an initial tab in fish_configGravatar ridiculousfish2012-07-27
* Implemented history deletion from fish_configGravatar ridiculousfish2012-07-27
* Merge pull request #249 from kballard/git_prompt_showupstreamGravatar ridiculousfish2012-07-27
|\
| * Fix showupstream behavior in __fish_git_promptGravatar Kevin Ballard2012-07-26
|/
* Switch from std::list to std::vector in a few places to reduce compiled code ...Gravatar ridiculousfish2012-07-24
* Fixed two small spelling mistakesGravatar Colin Woodbury2012-07-24
* Minor refactoring and fixed a bug in history functionGravatar Siteshwar Vashisht2012-07-24
* index range docGravatar maxfl2012-07-24
* Make add-shell correctly handle /etc/shells files that do not end with newlinesGravatar ridiculousfish2012-07-22
* Lots of miscellaneous cleanup. Unified the path_get_cd_path, path_allocate_cd...Gravatar ridiculousfish2012-07-20
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
* Switch to more uses of wcstokenizer from wcstok()Gravatar ridiculousfish2012-07-20
* Use weak linking of wcsdup and wcscasecmp on OS XGravatar ridiculousfish2012-07-20
* Print fish prompt when command is longer than a lineGravatar Siteshwar Vashisht2012-07-21
* Merge branch 'index_range'Gravatar ridiculousfish2012-07-19
|\
* | Fixed fish_pager build on Xcode (it was building fish_indent instead. D'oh!)Gravatar ridiculousfish2012-07-18
* | Changes to make fish use the relocated fishd instead of the installed one, if...Gravatar ridiculousfish2012-07-18
* | Merge pull request #234 from maxfl/completionsGravatar ridiculousfish2012-07-18
|\ \
* | | Don't add space at the end of tab completion for cdGravatar Siteshwar Vashisht2012-07-18
* | | Various changes to reduce fish's compiled code sizeGravatar ridiculousfish2012-07-17
* | | Fix for process completion on LinuxGravatar ridiculousfish2012-07-16
* | | Implemented process expansion on OS XGravatar ridiculousfish2012-07-16
| * | pacmatic and dmesg completionsGravatar maxfl2012-07-16
* | | Added binding for accepting an autosuggestionGravatar ridiculousfish2012-07-15
* | | Deliver SIGHUP when we're exiting, even if stdin is not closed.Gravatar ridiculousfish2012-07-15
* | | Set of changes to improve Unicode support with respect to combining characters.Gravatar ridiculousfish2012-07-15
|/ /
* | Update __fish_git_prompt.fish to handle git-svn betterGravatar Kevin Ballard2012-07-13
* | Add auto-generated builtin_scripts.[cpp|h] to .gitignoreGravatar Alex Rosenberg2012-07-13
* | Tweaked fish_prompt document in a way I hope clarifies itGravatar ridiculousfish2012-07-13