aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Set default highligting for valid pathsGravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Minor typo in configure scriptGravatar axel2006-06-14
* Remove unused variable, and make a few variables staticGravatar axel2006-06-14
* Use variable arrays if compiler supports C99, this saves a small amount of me...Gravatar axel2006-06-14
* Add more emacs keymappings (Thansk stew for the patch)Gravatar axel2006-06-14
* Minor documentation edits for mimedb and fishdGravatar axel2006-06-14
* Change name of fishd log file to be in line with name of socket fileGravatar axel2006-06-14
* Decrease verbosity of fishdGravatar axel2006-06-14
* Fix bug in help builtin that caused fish to show index page instead of comman...Gravatar axel2006-06-14
* Add completions for the which commandGravatar axel2006-06-14
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Minor updates to swedish translationsGravatar axel2006-06-13
* Minor code editsGravatar axel2006-06-13
* Minor addition for completions to the patch commandGravatar axel2006-06-13
* Do not change status when the 'exit' builtin is called with no argumentGravatar axel2006-06-13
* Do not change status when the 'return' builtin is called with no argumentGravatar axel2006-06-13
* Minor update to english 'translation'Gravatar axel2006-06-13
* Use halloc in a few more places, including the highlight codeGravatar axel2006-06-13
* Include user documentation with standard tarballs - this means you no longer ...Gravatar axel2006-06-12
* Documentation updates, mostly corrections and cla<rifications to the docs for...Gravatar axel2006-06-09
* Minor code edits - add a few braces, a few minor safety checks, etc.Gravatar axel2006-06-09
* Edits to source code commentsGravatar axel2006-06-09
* Add more function input validation checksGravatar axel2006-06-09
* Do input validation in various functions in function.c and complete.cGravatar axel2006-06-08
* Make sure that empty completion descriptions aren't translated to the gettext...Gravatar axel2006-06-08
* Remove period from end of completion descriptions for telnet commandGravatar axel2006-06-08
* Fix off-by-one error when reporting line number of function call in stack tracesGravatar axel2006-06-08
* Updates, bugfixing and minor edits on the test suiteGravatar axel2006-06-05
* Fix some typos and bad wording in hte faqGravatar axel2006-06-05
* Fix minor typos in code commentsGravatar axel2006-06-05
* Make it possible to specify scope of a variable to be erased or tested. Also ...Gravatar axel2006-06-05
* Add documentation about support for negative indicesGravatar axel2006-06-04
* Add support for negative indices in arrays. Negative indices count from the e...Gravatar axel2006-06-04
* Many minor edits and clarifications to the documentation, including comments ...Gravatar axel2006-06-04
* Swedish translation updatesGravatar axel2006-06-04
* Add english 'translation', which does nothing except change the type of quote...Gravatar axel2006-06-04
* Minor code tweaks, including making sure builtins are not run if an io redire...Gravatar axel2006-06-04
* Minor spelling fixesGravatar axel2006-06-04
* Add missing help message for a few errors in the set builtinGravatar axel2006-06-04
* Drop validation of function code on new function definition - the code has al...Gravatar axel2006-06-02
* Make sure code validation error output for e.g. the complete builtin can be r...Gravatar axel2006-06-02
* Highlight invalid use of variable expansion operatorGravatar axel2006-06-02
* Minor code cleanupGravatar axel2006-06-02
* Only hide /private directories in pwd function under OS XGravatar axel2006-06-02
* Add completions for 'cp'.Gravatar axel2006-06-02
* Fix some minor 64-bit uncleanlieness - thanks to James AnthillGravatar axel2006-06-02
* Bump version numberGravatar axel2006-06-01
* Drop debug messageGravatar axel2006-06-01