aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Migration of screen away from ad-hoc listsGravatar ridiculousfish2011-12-27
* Migrate to std::vector in event classGravatar ridiculousfish2011-12-27
* More migration away from al_listGravatar ridiculousfish2011-12-26
* Migrate some more off of al_listGravatar ridiculousfish2011-12-26
* More migration to the STLGravatar ridiculousfish2011-12-26
* Migrate blocked to std::vectorGravatar ridiculousfish2011-12-26
* Migrate killme to std::vectorGravatar ridiculousfish2011-12-26
* Migrate events to std::vectorGravatar ridiculousfish2011-12-26
* Fixed a build failureGravatar ridiculousfish2011-12-26
* Migrated some more data structures to the STL. Removed some ad-hoc data struc...Gravatar ridiculousfish2011-12-26
* Fix to migrate the universal variable server off of dyn_queue_tGravatar ridiculousfish2011-12-26
* Added iothreadGravatar ridiculousfish2011-12-26
* Merge branch 'master' into CPlusPlusGravatar ridiculousfish2011-12-26
|\
| * Fix to use proper type to compute difference between two pointers, which fixe...Gravatar ridiculousfish2011-12-26
* | IO portGravatar ridiculousfish2011-12-26
* | Removed a logGravatar ridiculousfish2011-12-26
* | Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* | Initial C++ conversionGravatar ridiculousfish2011-12-26
|/
* update aptitude completions, patch by Dániel Ugra, closes Launchpad bug 238282Gravatar Jan Kanis2011-09-25
* Merge commit 'refs/merge-requests/13' of git://gitorious.org/fish-shell/fish-...Gravatar Jan Kanis2011-09-21
|\
* | fixed bug where case-insensitive completion of /path\ with\ spaces/ doesn't r...Gravatar Jan Kanis2011-09-21
| * Fix an old, old reference to a long-gone fish function for gem.fishGravatar Mark A. Miller2011-08-13
|/
* Merge commit 'refs/merge-requests/12' of git://gitorious.org/fish-shell/fish-...Gravatar Grissiom2011-07-28
|\
* | fix: Fish may hang in Linux virtual consoleGravatar Adam Cozzette2011-07-28
* | Merge commit 'refs/merge-requests/10' of git://gitorious.org/fish-shell/fish-...Gravatar Chris Nilsson2011-07-10
|\ \
| | * still didn't work correctly, there were delimiters missing in the conditional...Gravatar Andreas Raster2011-06-24
| | * last commits fix now also applied in the 'else' clauseGravatar Andreas Raster2011-06-21
| | * fixed an issue when trying to complete something like 'cd /mnt/windows7/Progr...Gravatar Andreas Raster2011-06-21
| * | Change git-symbolic-ref to git symbolic-ref.Gravatar Shaun Reich2011-06-19
| |/
* / minor changes on user docGravatar Jakukyo Friel2011-02-20
|/
* Merge commit 'refs/merge-requests/8' of git://gitorious.org/fish-shell/fish-s...Gravatar Christopher Nilsson2011-01-11
|\
| * mimedb: Search all the defaults.list files rather than just the first.Gravatar Dylan Smith2010-12-02
| * fish_indent: indent "case" with the same level as "swith"Gravatar Grissiom2010-12-02
| * fish_indent: don't indent commands after a pipeGravatar Grissiom2010-12-02
| * Use eix instead of emerge when possibleGravatar James Bowlin2010-12-02
| * mimedb: Search for exact mime type match in search_ini.Gravatar Dylan Smith2010-12-02
| * mimedb: Add seperator between directory and filename in file_exists.Gravatar Dylan Smith2010-12-02
| * funcsave: Fixed error and help handling.Gravatar Dylan Smith2010-12-02
| * default_key_bindings: Added mappings for ctrl-arrow keys.Gravatar Dylan Smith2010-12-02
| * Makefile: test for xsel directory before trying to clean it.Gravatar Dylan Smith2010-12-02
| * fish_indent: only output fd number when have toGravatar Grissiom2010-12-01
| * builtin: count should not accept options, not even helpGravatar Dylan Smith2010-11-26
| * builtin: read's --shell long option should require an argumentGravatar Dylan Smith2010-11-25
* | Merge commit 'refs/merge-requests/6' of git://gitorious.org/fish-shell/fish-s...Gravatar Christopher Nilsson2010-11-24
|\|
| * Allow fish_greeting to be NULL or an arrayGravatar James Vega2010-11-24
| * add test case for 364d3dbbf8dGravatar Grissiom2010-11-24
| * exec: Don't format status returned directly from builtin functionGravatar Dylan Smith2010-11-24
| * Fix some spelling mistakesGravatar James Vega2010-11-23
| * help.fish: Fix the sed expression to find anchors with id or nameGravatar Dylan Smith2010-11-23
| * add test case for 6b243fbcGravatar Grissiom2010-11-23