aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* Add missing N_.fish file to repoGravatar axel2006-05-26
* Fix bugs detected by the ahead-of-time syntax checking in the complete builtinGravatar axel2006-05-22
* Update the PATH checking code to work in batch modeGravatar axel2006-05-18
* Make fish remove invalid PATH entries on startup, and give a warning about itGravatar axel2006-05-18
* Fix bug that causes fish to elongate the PATH whith directories which are alr...Gravatar axel2006-05-18
* Do not repaint prompt on universal variable events, but add event handler for...Gravatar axel2006-05-11
* Escape $ character in apropos completions - Thanks to Peter Moulder for point...Gravatar axel2006-05-10
* Add missing quote escape to ls completionsGravatar axel2006-05-10
* Change setup to avoid invalid directories and warnings, also revert directory...Gravatar axel2006-04-22
* Minor comment and documentation editsGravatar axel2006-04-21
* Fix bug in type command causing type -f to return true even when no file was ...Gravatar axel2006-04-11
* Telnet completions from Sean HigginsGravatar axel2006-04-01
* Add support for the -n switch to skip execution of any commandsGravatar axel2006-03-18
* Don't call the type function when defining the _ function, as this will cause...Gravatar axel2006-03-17
* Minor code tweak in type function, and add a missing newline to an output stringGravatar axel2006-03-17
* Use 'type -f' instead of 'which' to test for presense of command, since the l...Gravatar axel2006-03-14
* Fish PATH FixGravatar npilon2006-03-14
* gettext detection fixGravatar npilon2006-03-13
* xargs completion fixGravatar npilon2006-03-13
* Make the type builtin not rely on the exit status of the which commandGravatar axel2006-03-14
* Changes in quoting of backslashes lead to minor bug in awk script for munging...Gravatar axel2006-03-11
* Avoid extended regexps in grep, they are not portableGravatar axel2006-03-10
* Move LANG init back to /etc where it belongs. IT was temporarily moved earlie...Gravatar axel2006-03-10
* Remove extra spaces in descriptions for a few completionsGravatar axel2006-03-09
* Add completions for cdrecord, patch and xargsGravatar axel2006-03-07
* Fix various uses of the GNUism of allowing backslash escapes in the second ha...Gravatar axel2006-03-02
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Add functiopn prototype completions for valgrind --alloc-fnGravatar axel2006-02-24
* Move _ shellscript function to it's own fileGravatar axel2006-02-22
* Move code for setting ls and grep colors to function definition filesGravatar axel2006-02-20
* Move a few shellscript bits aroundGravatar axel2006-02-18
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17