| Commit message (Expand) | Author | Age |
... | |
* | Various code polish, including minor rearangement of builtin code to export f... | axel | 2006-06-21 |
* | Documentation updates. Fixes a few formating bugs, adds various minor missing... | axel | 2006-06-17 |
* | Add support for hishlighting potentially valid paths - default behaviour is t... | axel | 2006-06-14 |
* | Drop most 'const's from function prototypes | axel | 2006-06-13 |
* | Use halloc in a few more places, including the highlight code | axel | 2006-06-13 |
* | Do input validation in various functions in function.c and complete.c | axel | 2006-06-08 |
* | Make sure that empty completion descriptions aren't translated to the gettext... | axel | 2006-06-08 |
* | If a help page for a builtin is showed in response to an error, make sure it ... | axel | 2006-05-26 |
* | Allow tab completion of empty command names | axel | 2006-05-22 |
* | Remove two minor memory leaks | axel | 2006-05-15 |
* | Do gettext translation of descriptions just-in-time internally in fish | axel | 2006-03-02 |
* | Move all fallbacks for standard and not-so-standard unix functions to fallbac... | axel | 2006-02-28 |
* | Various minor edits | axel | 2006-02-25 |
* | Do not unescape strings from completion callouts. Why was this done before? | axel | 2006-02-23 |
* | Add some input validation code to various functions | axel | 2006-02-23 |
* | Remove some ancient debug messages, drop two warnings, add some braces and ot... | axel | 2006-02-20 |
* | Use variable name as index for tables when autoloading functions and completi... | axel | 2006-02-20 |
* | Make sure that command specific completions can handle input strings with wil... | axel | 2006-02-19 |
* | Fix bug in fish causing occasionally incorrect signal handlers | axel | 2006-02-16 |
* | Reset list of loaded completion files when running complete_destroy. Otherwis... | axel | 2006-02-15 |
* | Escape semicolons and other chars that have syntactic meaning in various shel... | axel | 2006-02-14 |
* | Optimize the halloc implementation so that mutiple calls to halloc can be sat... | axel | 2006-02-11 |
* | Another halloc:ification of fish. Halloc has been extended to allow registeri... | axel | 2006-02-10 |
* | Do not use CDPATH when completing arguments starting with a '.' | axel | 2006-02-09 |
* | Autoloaded functions | axel | 2006-02-08 |
* | Minor code cleanup, don't use expand_escape and expand_unescape any more | axel | 2006-02-07 |
* | Minor comment edits in complete.c | axel | 2006-02-04 |
* | Move parts of the command description lookup code to a shellscript function | axel | 2006-02-04 |
* | Improve the status builtin | axel | 2006-01-31 |
* | Add support for calculating completions for arbitrary commands through the 'c... | axel | 2006-01-31 |
* | Minor edits, mostly tweaks of the API documentation | axel | 2006-01-24 |
* | Do not show function body as description in output of the functions builtin | axel | 2006-01-24 |
* | Fixes to api documentation, added .PHONY to makefile actions, made a few priv... | axel | 2006-01-24 |
* | Minor touchups of the complete.c file | axel | 2006-01-23 |
* | Move the complete builtin to it's own file, and make it accept multiple -c, -... | axel | 2006-01-23 |
* | Bugfix for command completion descriptions, potential crash on strange output... | axel | 2006-01-22 |
* | Fix two bugs which together caused descriptions to be interpreted as a part o... | axel | 2006-01-21 |
* | Various corrections for advanced tab completions. Should make the --export | axel | 2006-01-14 |
* | Correctly handle locale changes through scope expiry, as well as locale chang... | axel | 2006-01-13 |
* | Improve description handling - handle symbolic link loops, handle description... | axel | 2006-01-13 |
* | Yet another batch of description tweaks, as well as the last major checkin of... | axel | 2006-01-12 |
* | Reload completions on locale language change. This will mean that most transl... | axel | 2006-01-10 |
* | Make command descriptions work when entering full path to a command | axel | 2006-01-10 |
* | Huge upade containing several bugfixes related to i18n, and a huge number of ... | axel | 2006-01-08 |
* | Translate most shellscript output, translate internal completion descriptions... | axel | 2006-01-05 |
* | Add i18n through gettext, as well as a Swedish translation | axel | 2006-01-04 |
* | Fisx crash buh when completing string ending in backslash | axel | 2005-12-26 |
* | Spelling | axel | 2005-12-08 |
* | Fix bug breaking filename completions, introduced by csh wildcard syntax | axel | 2005-12-04 |
* | Use csh-style error rules with wildcards, i.e. if no matches are found, the c... | axel | 2005-12-04 |