| Commit message (Expand) | Author | Age |
... | |
* | Add input function completions for the commandline builtin | liljencrantz | 2007-09-30 |
* | Drop the unneeded input-function delete-line. It was only there for compatiab... | liljencrantz | 2007-09-30 |
* | Ignore errors when autoloading keybindings | liljencrantz | 2007-09-29 |
* | Fix bug in exit code that made the exit builtin exit even if there where runn... | liljencrantz | 2007-09-26 |
* | First stab at dropping all support for readlines inputrc files and instead us... | liljencrantz | 2007-09-26 |
* | Fix bug causing some fish strings not to be translated | liljencrantz | 2007-09-24 |
* | Minor polish like adding missing whitespace, switch to using --argument switc... | liljencrantz | 2007-09-24 |
* | Fix bug making builtin help for the '.' builtin not show up. | liljencrantz | 2007-09-23 |
* | Fix bug in eval function, forgot to turn off new scope creation. | liljencrantz | 2007-09-23 |
* | Remove a few calls to the test command in favour of the switch builtin to spe... | liljencrantz | 2007-09-23 |
* | Create common function for listing available character encodings, make sure i... | liljencrantz | 2007-09-22 |
* | Move mkae completion function to its own file | liljencrantz | 2007-09-22 |
* | Clean up interactive mode init a bit. Move a few utility functions to their o... | liljencrantz | 2007-09-22 |
* | Make sure all keybinding scripts repaint properly | liljencrantz | 2007-09-22 |
* | Add boilerplate definition when using funced on undefined function | liljencrantz | 2007-09-22 |
* | Add a few comments, remove debug message add function descriptions to up-or-s... | liljencrantz | 2007-09-22 |
* | Make up/down cursor move up or down when in multiline mode, except if already... | liljencrantz | 2007-09-22 |
* | Avoid using test command in prompt, makes it slightly faster | axel | 2007-09-09 |
* | Avoid using -n switch to ecco | axel | 2007-09-09 |
* | Add a 'generic' type of event that can be emited from any piece of code or by... | liljencrantz | 2007-08-20 |
* | Make the prompt different when root user. This change was suggested by Claes ... | liljencrantz | 2007-08-19 |
* | Completions for prt-get and pkgutils, the package management utilities for CR... | patroclo7 | 2007-08-04 |
* | Completions for ports, a tool for port management in CRUX linux | Giorgio Lando | 2007-08-04 |
* | Drop contains function, since we now have a builtin. | liljencrantz | 2007-08-02 |
* | Minor bug fix in mime-completion-filter - correctly handle when there is no m... | axel | 2007-08-02 |
* | Replace the count function with a builtin for performance reasons. The count ... | axel | 2007-08-01 |
* | Actually add the count function. Thanks to Tassilo Horn for the report. | axel | 2007-04-25 |
* | Replace the eval builtin with a function | axel | 2007-04-23 |
* | Add funced function, which works like vared, but with functions | axel | 2007-04-23 |
* | Change output format of complete -C to make writing case insensitive command ... | axel | 2007-04-21 |
* | Add a completion function for completiong file url:s | axel | 2007-04-19 |
* | Remove explicit directory completion from __fish_complete_mime, we only want ... | axel | 2007-04-18 |
* | Rename save_function to funcsave to keep consistency between function/variabl... | axel | 2007-04-17 |
* | Add newline to error message in alias.fish. This problem was reported by flixil. | axel | 2007-04-12 |
* | Add missing file for vi completions that is needed to complete files selectiv... | axel | 2007-02-23 |
* | Minor tweaks to vared function | axel | 2007-02-09 |
* | Update vi/vim completions. Add __fish_complete_text function that completes u... | axel | 2007-02-05 |
* | Make the first and last argument to __fish_complete_suffix optional. Use mime... | axel | 2007-01-31 |
* | Add vim completions, written by Velko Hristov | axel | 2007-01-30 |
* | Remove unneeded code from isatty, fix spelling in docs | axel | 2007-01-28 |
* | Make save_function print the help text when given no argumetns. Thanks to Ale... | axel | 2007-01-19 |
* | Remove the final non-builtin call from __fish_gnu_complete, to make it even f... | axel | 2007-01-19 |
* | Additional performance tweak for __fish_gnu_complete | axel | 2007-01-16 |
* | Bugfix in __fish_gnu_complete - switches could be ignored | axel | 2007-01-16 |
* | Improve speed of __fish_gnu_complete on systems with no native seq implementa... | axel | 2007-01-16 |
* | Make all descriptions for function calls use the implicit translation from th... | axel | 2007-01-16 |
* | Drop use of the N_ no-op for translation descriptions. Instead, tell xgettext... | axel | 2007-01-16 |
* | Add a -f switch to psub to use regular files instead of fifos. This makes psu... | axel | 2007-01-16 |
* | Remove comments from apropos matching in function for getting description fo... | axel | 2007-01-08 |
* | Fix yet another place where the 'builtin' builtin was used in stead of 'command' | axel | 2006-12-15 |