aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* API documentation, code style cleanup, etc.Gravatar axel2006-02-20
* Move code for setting ls and grep colors to function definition filesGravatar axel2006-02-20
* Make fish continue parsing/executing a file if a command is not foundGravatar axel2006-02-20
* A flag got reversed, causing children to execute even if an IO redirection fa...Gravatar axel2006-02-20
* Remove some ancient debug messages, drop two warnings, add some braces and ot...Gravatar axel2006-02-20
* Use variable name as index for tables when autoloading functions and completi...Gravatar axel2006-02-20
* Minor edits, additional comments, etc.Gravatar axel2006-02-19
* Fix bug causing fish to occasionally reset line number for error reportingGravatar axel2006-02-19
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Give more detail in an error messageGravatar axel2006-02-18
* Move a few shellscript bits aroundGravatar axel2006-02-18
* Change translation file offsets in swedish translation, needed to avoid darcs...Gravatar axel2006-02-18
* Update build dependenciesGravatar axel2006-02-18
* Use the right sources for generating translation stringsGravatar axel2006-02-18
* Fix broken call to source /fish/fish on startupGravatar axel2006-02-18
* Add the LGPL license to the license section of the documentation - xdgmime is...Gravatar axel2006-02-18
* Allow backslash-escaping of newlinesGravatar axel2006-02-18
* Remove note about problem with ancient fish versionGravatar axel2006-02-17
* Proper ordering on paths for dynamic loading - user stuff should override sys...Gravatar axel2006-02-17
* Minor edits in parse_util.cGravatar axel2006-02-17
* Remove dropped fish_function.fish from MakefileGravatar axel2006-02-17
* More missing filesGravatar axel2006-02-17
* Add missing filesGravatar axel2006-02-17
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Use plgin support in output.c to make buffered pager output - noticably faste...Gravatar axel2006-02-17
* Finish support for plugging in a new output function for output.cGravatar axel2006-02-17
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16
* Use env to work around path issues on the shebang line for the seq fallback i...Gravatar axel2006-02-16
* Fix invalid destruction order on exitGravatar axel2006-02-16
* Add swedish translation of function descriptionsGravatar axel2006-02-16
* Make function descriptions for dynamically loaded functions translatableGravatar axel2006-02-16
* Minor editsGravatar axel2006-02-15
* Drop fuction from man completion file, already lives in it's own fileGravatar axel2006-02-15
* Reset list of loaded completion files when running complete_destroy. Otherwis...Gravatar axel2006-02-15
* Add missing function prototype in parse_util.hGravatar axel2006-02-15
* Remove the rather stupid -y option for complete, which loads another commands...Gravatar axel2006-02-15
* Add support for checking current filename and current line nuber to status bu...Gravatar axel2006-02-15
* Add support for sending arguments whenusing the source builtinGravatar axel2006-02-15
* Fix timestap checking bug when autoloading scriptsGravatar axel2006-02-15
* Add missing translation stringGravatar axel2006-02-14
* Escape semicolons and other chars that have syntactic meaning in various shel...Gravatar axel2006-02-14
* Add missing #define, needed by new fish_pager codeGravatar axel2006-02-14
* Swedish translation checkinGravatar axel2006-02-14
* Fix clash in usage of unicode private use areaGravatar axel2006-02-14
* Fix minor display bugs and a memory leak in fish_pagerGravatar axel2006-02-14
* Group multiple switches with common description together when printing comple...Gravatar axel2006-02-14
* Initial checkin of german translationGravatar axel2006-02-14
* Fix memory leak and missing error check in dynamic function lookupGravatar axel2006-02-14
* Spelling fixes from HJBGravatar axel2006-02-14