aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Set version to 1.17.0, disable fishd optimization patch.Gravatar axel2005-12-02
* Fix broken recursive wildcard patchGravatar axel2005-12-01
* Only insert fishd barrier after non-builtin commands to increase performanceGravatar axel2005-11-30
* Make the not builtin work with shellscript functionsGravatar axel2005-11-30
* Change stupid call signature for tilde expand functionGravatar axel2005-11-30
* Fix problem with recursive wildcards not working properly when postfixed with...Gravatar axel2005-11-30
* Remove accidentally included test code for recursive wildcard featureGravatar axel2005-11-29
* Minor cleanupsGravatar axel2005-11-29
* Try to report IO redirection errors resulting from redirection stderrGravatar axel2005-11-29
* common.c: Include the header file for ioctl()Gravatar James Vega2005-11-29
* Make sure fishd saves before exiting from signalGravatar axel2005-11-28
* Make sure fishd synchronization happens only when neededGravatar axel2005-11-28
* Use better test for presense of getopt_long functionGravatar axel2005-11-28
* Remove config.h.in from repo, it is autogenerated by autoheaderGravatar axel2005-11-26
* Use iswspace instead of the GNU extention iswblankGravatar axel2005-11-26
* Use short style switch on set_color, since long style getopt not always avail...Gravatar axel2005-11-26
* Fire pending events when interrupted while reading from keyboardGravatar axel2005-11-26
* Remove ifdefs from function codeGravatar axel2005-11-26
* builtin ulimit checksGravatar Claes Nästén2005-11-24
* Minor code tweaksGravatar axel2005-11-24
* Change name of fishd log fileGravatar axel2005-11-24
* Added support for recursive wildcardsGravatar horeah2005-11-24
* Make sure installation path is in PATHGravatar axel2005-11-04
* Change quoting rules to POSIX styleGravatar axel2005-11-03
* Minor performance tweaksGravatar axel2005-11-03
* Bump to 1.16.2Gravatar axel2005-11-03
* No special casing for installing to $HOMEGravatar axel2005-11-03
* Bugfixing for the last patchGravatar jan.fader2005-11-02
* Patch for the stupid defaults of autoconfGravatar jan.fader2005-11-02
* Fix minor bug in completions for make, which caused it to fail completing tar...Gravatar axel2005-10-28
* Fix crash bug when pasting long textGravatar axel2005-10-28
* fish_tests.c: Include header files for missing function definitions.Gravatar James Vega2005-10-27
* Do not override users sysconfdir settingGravatar axel2005-10-28
* Minor performance tweak: Do not allocate any heap memory for hash_table_t unt...Gravatar axel2005-10-27
* Minor performance tweaksGravatar axel2005-10-26
* Add documentation for the vared shellscript functionGravatar axel2005-10-26
* vared function used older uppercase names for fish colorsGravatar axel2005-10-25
* Predecalre variables in psubGravatar axel2005-10-25
* Use select instead of poll to avoid MacOS X bugsGravatar axel2005-10-25
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Make sure PATH contains vital directories during initGravatar axel2005-10-25
* Make sure fish color settings are valid colorsGravatar axel2005-10-25
* Huge API documentation cleanupGravatar axel2005-10-25
* Code cleanups and API documentation updatesGravatar axel2005-10-23
* Make sure USER variable is correct. Needed when using the su command.Gravatar axel2005-10-23
* Fix broken umask, add completions, documentation cleanups, etcGravatar axel2005-10-22
* Documentation and completion updatesGravatar axel2005-10-21
* Code cleanups and API documentation updatesGravatar axel2005-10-21
* Improve error message on bad IO redirectionGravatar axel2005-10-21
* Minor editsGravatar axel2005-10-20