aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
Commit message (Expand)AuthorAge
* Minor cleanupsGravatar axel2005-11-29
* Minor performance tweaksGravatar axel2005-11-03
* Huge API documentation cleanupGravatar axel2005-10-25
* Do not break stdin when reading a scriptGravatar axel2005-10-19
* 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
* Stop using anonymous unionsGravatar axel2005-10-12
* Event handling and job reaping updatesGravatar axel2005-10-12
* Move io redirection functions to their own libraryGravatar axel2005-10-08
* Spelling fixesGravatar axel2005-10-08
* Allow explicitly local variable that die at EOF when sourcing filesGravatar axel2005-10-08
* API cleanupGravatar axel2005-10-07
* Various updates to signal event handlingGravatar axel2005-10-06
* Initial update for new event subsystemGravatar axel2005-10-06
* Cast null pointers to (void *) in vararg functionsGravatar axel2005-10-01
* For-loop variable must have explicitly local scopeGravatar axel2005-09-27
* Fix compiler warningsGravatar axel2005-09-25
* Key binding functionsGravatar axel2005-09-21
* Initial revisionGravatar axel2005-09-20