aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* Bump version number to 1.16.0Gravatar axel2005-10-20
* Fix broken debug in non-interactive modeGravatar axel2005-10-20
* Use private use area for internal non-unicode charactersGravatar axel2005-10-20
* Do not break stdin when reading a scriptGravatar axel2005-10-19
* Add documentation for umaskGravatar axel2005-10-18
* Use named pipe for process substitutionGravatar axel2005-10-18
* Do not use RLIMIT_AS on systems that don't have it, like NetBSDGravatar axel2005-10-17
* Minor completion updates for umountGravatar axel2005-10-17
* Initial imlementation of uname shellscript functionGravatar axel2005-10-17
* Update __fish_contains_opt to new scoping rulesGravatar axel2005-10-16
* Tweaks for ls ad Valgrind completionsGravatar axel2005-10-16
* Add completions for umountGravatar axel2005-10-16
* Add missing documentation file for ulimitGravatar axel2005-10-15
* Documentation updatesGravatar axel2005-10-15
* Use N>| instead of N| for generic pipe redirectionGravatar axel2005-10-15
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Implement the ulimit builtinGravatar axel2005-10-15
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Fix event notification bug that caused read errorsGravatar axel2005-10-14
* Optimize interactive input reader by allowing multiple input characters betwe...Gravatar axel2005-10-14
* Escape % sign in escape functionGravatar axel2005-10-12
* Add more mappings for Alt-arrowkyesGravatar axel2005-10-12
* Twek messages in fish_testGravatar axel2005-10-12
* Fix issue if fallback implementation of *wprintf functions causing some wide ...Gravatar axel2005-10-12
* Try to dup stderr if fopen(ttyname) fails on init (Needed when using su)Gravatar axel2005-10-12
* Do automatic line breaking in debugGravatar axel2005-10-12
* Various fixes for *wprintf replacements used in NetBSDGravatar axel2005-10-12
* Check that there are a sufficient number of arguments for fish_pagerGravatar axel2005-10-12
* Fix invalid free causing hangup and crash in completion codeGravatar axel2005-10-12
* Stop using anonymous unionsGravatar axel2005-10-12
* Event handling and job reaping updatesGravatar axel2005-10-12
* Multiple portability fixesGravatar axel2005-10-11
* Spelling fixGravatar axel2005-10-09
* Remove finsihed jobs after eventsGravatar axel2005-10-09
* API documentation updatesGravatar axel2005-10-09
* Move io redirection functions to their own libraryGravatar axel2005-10-08
* Spelling fixesGravatar axel2005-10-08
* Minor fixesGravatar axel2005-10-08
* Don't allocate new buffers for tokenizer. Performance increaseGravatar axel2005-10-08
* Call job removal more often in non-interactive mode, increases performance wh...Gravatar axel2005-10-08
* Minor editsGravatar axel2005-10-08