aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Improve error message on missing 'end'Gravatar axel2005-10-08
* Fix bug that broke pipe redirectionGravatar axel2005-10-08
* Allow redirection to filedescriptors with higher number than 9Gravatar axel2005-10-08
* Allow explicitly local variable that die at EOF when sourcing filesGravatar axel2005-10-08
* Meta-p shortcut for piping output through pagerGravatar axel2005-10-08
* Add support for piping using other file descriptor than fd 1Gravatar axel2005-10-08
* API cleanupGravatar axel2005-10-07
* Test for presens of rt and socket librariesGravatar axel2005-10-07
* Minor editsGravatar axel2005-10-07
* Use setsid to daemonize fishdGravatar axel2005-10-07
* Minor bugfixes for SolarisGravatar axel2005-10-07
* Various updates to signal event handlingGravatar axel2005-10-06
* Switch from setpgrp to setpgid for platform independenceGravatar axel2005-10-06
* Updates to string formating functionsGravatar axel2005-10-06
* Add additional event-handling filesGravatar axel2005-10-06
* Initial update for new event subsystemGravatar axel2005-10-06
* Make sure WCHAR_MAX is #definedGravatar axel2005-10-05