aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
Commit message (Expand)AuthorAge
* Add manual page for fish_pager commandGravatar axel2006-01-25
* Minor edits, mostly tweaks of the API documentationGravatar axel2006-01-24
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Move the complete builtin to it's own file, and make it accept multiple -c, -...Gravatar axel2006-01-23
* Fix crash bugs in fg and bg builtins, and make sure bg doesn't consider backg...Gravatar axel2006-01-19
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Don't print error message in fg if the command didn't failGravatar axel2006-01-19
* Make the functions builtin display function listing on -n to a terminal in a ...Gravatar axel2006-01-15
* Make sure functions as printed by the fyunctions builtin don't have any stray...Gravatar axel2006-01-14
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Make the read builtin able to create universal variablesGravatar axel2006-01-11
* Huge upade containing several bugfixes related to i18n, and a huge number of ...Gravatar axel2006-01-08
* Change syntax of 'and' and 'or' to infix orderGravatar axel2006-01-06
* Improved description for the commandline builtinGravatar axel2006-01-05
* 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