aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
Commit message (Expand)AuthorAge
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* make the functions builtin output descriptions and event handlers for functionsGravatar axel2005-12-17
* Tweak a few error messages for builtin commandsGravatar 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 extra step in instructions on creating a builtinGravatar axel2005-12-15
* Fix crash bug from calling eval builtin with no argumentsGravatar axel2005-12-14
* Further tweaks to jobs builtinGravatar axel2005-12-13
* Minor editsGravatar axel2005-12-12
* Revamp the jobs builtinGravatar axel2005-12-12
* Initial blocking implementationGravatar axel2005-12-12
* Improved error messagesGravatar axel2005-12-08
* Remove old event hooks, add more event handler documentationGravatar axel2005-12-04
* 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