aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Only use internal wcsndup implementation of no external one existsGravatar axel2005-12-26
* Fisx crash buh when completing string ending in backslashGravatar axel2005-12-26
* Check for presense of doxygen using autoconfGravatar axel2005-12-25
* Check Xautority before trying to use X-based browser in help shellscriptGravatar axel2005-12-21
* Add notice about bug when suspending builtinsGravatar axel2005-12-21
* Add sbin directories to PATH when rootGravatar axel2005-12-20
* Do not use GNU -r switch for sedGravatar axel2005-12-20
* Add missing include in builtin_help.hdrGravatar axel2005-12-20
* Yet another attempt to avoid gnuisms in sed/grep for ssh completionsGravatar axel2005-12-19
* Use sed instead of grep, since grep -o isn't supported on OS XGravatar axel2005-12-18
* Add completions for trap and jobsGravatar axel2005-12-18
* Add autoconf checks for wide character string functionsGravatar axel2005-12-18
* Add trap shellscript functionGravatar axel2005-12-18
* Adjust fish init files to new set syntaxGravatar axel2005-12-17
* make the functions builtin output descriptions and event handlers for functionsGravatar axel2005-12-17
* Make the set builtin only parse switches given after non-switchesGravatar axel2005-12-17
* Tweak a few error messages for builtin commandsGravatar axel2005-12-17
* Make non-interactive reading more robust.Gravatar axel2005-12-17
* Make the source builtin bail out at once if stat fails. Makes sure no illegal...Gravatar axel2005-12-16
* builtin.c: builtin_source now checks that its argument is a file.Gravatar James Vega2005-12-16
* Code cleanupGravatar axel2005-12-15
* Add missing -r/--replace switch to commandline builtinGravatar axel2005-12-15
* Add extra step in instructions on creating a builtinGravatar axel2005-12-15
* Add missing newline at end of yum completion fileGravatar axel2005-12-15
* Add missing documentation fileGravatar axel2005-12-15
* Minor documentation editsGravatar axel2005-12-15
* Fix Alt-p shortcutGravatar axel2005-12-15
* Add separator characters to make quoted variable expantion works properlyGravatar axel2005-12-14
* Fix crash bug from calling eval builtin with no argumentsGravatar axel2005-12-14
* Code tweaksGravatar axel2005-12-14
* Code tweaksGravatar axel2005-12-14
* Use different abbrevation for prompt_pwdGravatar axel2005-12-14
* Simplify pwd functionGravatar axel2005-12-14
* Simplify greeting codeGravatar axel2005-12-14
* More tweaksGravatar axel2005-12-14
* Use . as CDPATH if CDPATH is zero lengthGravatar axel2005-12-14
* Lots of fixed typos. Thanks, Harshad!Gravatar axel2005-12-14
* Minor tweaksGravatar axel2005-12-14
* Autodetect common escape codes in fish_prompt outputGravatar axel2005-12-13
* Fix infinite loop in token searchGravatar axel2005-12-13
* Fix bug causing inconsistent state and shutdown when the begin command was us...Gravatar axel2005-12-13
* Further tweaks to jobs builtinGravatar axel2005-12-13
* Minor editsGravatar axel2005-12-12
* Revamp the jobs builtinGravatar axel2005-12-12
* Use char instead of unsigned char in xdgmime files. Avoids a few warnings.Gravatar axel2005-12-12
* Do not call fcntl before fully reading block.Escalates bug severity without a...Gravatar axel2005-12-12
* Make type fuction handle hidden functionsGravatar axel2005-12-12
* Initial blocking implementationGravatar axel2005-12-12
* Fix crash bug in token searchGravatar axel2005-12-11
* Remove compiler warningGravatar axel2005-12-10