aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make the greeting message configurable using the fish_greeting variableGravatar axel2006-10-10
* New version of the xdg fix. Unlike the previous version, this one should actu...Gravatar axel2006-10-10
* Fix compilation issues in xdg library caused missing headers. Thanks to James...Gravatar axel2006-10-10
* Apdate address of fish homepageGravatar axel2006-10-10
* Update dependency listGravatar axel2006-10-10
* Do not use INTERNAL_SEPARATOR tokens to separate different parts of an unesca...Gravatar axel2006-10-10
* Allow more than one argument to the commandline builtin. The arguments will b...Gravatar axel2006-10-10
* Make the screen repainting code slightly more robust by keeping track of whet...Gravatar axel2006-10-09
* Various minor cleanupsGravatar axel2006-10-09
* Indent empty lines after a block command correctly. Thanks to Philip Ganchev ...Gravatar axel2006-10-09
* Allow escaped newlines within qoutes, expand them to themselvesGravatar axel2006-10-09
* Be more rigorous with the exit codes set by the parser and builtinsGravatar axel2006-10-09
* Allow Meta-newline to always insert a newline characterGravatar axel2006-10-09
* Unknown commands should set the status flag to 127, as in bash and friendsGravatar axel2006-10-09
* Make sure that if a syntax error occurs, the parser does not try to evaluate ...Gravatar axel2006-10-09
* Make sure indentation works even if a line begins with whitespaceGravatar axel2006-10-09
* Update history loading/saving to handle multiline editingGravatar axel2006-10-08
* Fix a few places where uncasted 0 was used as a null pointer in vararg functi...Gravatar axel2006-10-08
* Fis minor memory leak in screen handling codeGravatar axel2006-10-08
* Make it possible to use backslash to stay in multiline mode even when not at ...Gravatar axel2006-10-08
* Fix tokenizer bug causing bad highlighting in multiline modeGravatar axel2006-10-08
* Add autoindentation supportGravatar axel2006-10-07
* Buffer calls to read() in the universal variable codeGravatar axel2006-10-07
* Update todo listGravatar axel2006-10-06
* Color the ellipsis used by line wrapping as comments. Thanks to Philip Ganche...Gravatar axel2006-10-06
* Add missing newline in error message for popd function. Thanks to Phipip Ganc...Gravatar axel2006-10-05
* Fix bug causing ls function to never color or classify filesGravatar axel2006-10-05
* Move the code keeping track of file descriptor modification from reader.c to ...Gravatar axel2006-10-05
* Drop the optional checking of block type for the end builtinGravatar axel2006-10-05
* Detect and handle terminals size changesGravatar axel2006-10-05
* Minor code cleanupGravatar axel2006-10-05
* Add the possibility to set the cursor position using the commandline builtinGravatar axel2006-10-05
* Add the possibility to set the input that the commandline builtin operates onGravatar axel2006-10-05
* Mangle very long variable values when using the set builtin to print variable...Gravatar axel2006-10-05
* Use universal variables for fish_function_path and fish_complete_pathGravatar axel2006-10-05
* Repain prompt after showing completion pagerGravatar axel2006-10-04
* Various fixes to make double-wide characters (e.g. asian characters) work wit...Gravatar axel2006-10-02
* Second cleanup of multiline editing patch. Add code comments, use better vari...Gravatar axel2006-10-02
* First cleanup of multiline patch - add support for commands longer than one l...Gravatar axel2006-10-02
* Add function to insert a range of new elements into the middle of an array_listGravatar axel2006-10-02
* First stab at multiline editingGravatar axel2006-10-02
* Minor comment and documentation editsGravatar axel2006-10-02
* Minor tweaks to code validation for the for builtin (again)Gravatar axel2006-10-02
* Further reduction of malloc calls in the historyGravatar axel2006-10-02
* Be a bit more careful with memory alignemnt in hallocGravatar axel2006-09-30
* Make sure M-d erases last character of word. Thanks to DynWind for the reportGravatar axel2006-09-30
* Fix bug in the setenv function (values wheren't exported!), thanks to Matrin ...Gravatar axel2006-09-29
* Add syntax check to see that the for builtin is not given an insufficient num...Gravatar axel2006-09-26
* Fix occasional off-by-one bug in syntax highlighting causing the character ne...Gravatar axel2006-09-25
* Make sure isatty docs are built into the main doc fileGravatar axel2006-09-20