aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
Commit message (Expand)AuthorAge
* Fix warnings from ICCGravatar axel2006-03-29
* Minor comment and documentation changesGravatar axel2006-03-14
* Fix bad return status in read builtinGravatar axel2006-03-11
* Fix bug that causing terminal corruption if a job is put under job control be...Gravatar axel2006-03-10
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Give more detail in an error messageGravatar axel2006-02-18
* Minor editsGravatar axel2006-02-15
* Remove the rather stupid -y option for complete, which loads another commands...Gravatar axel2006-02-15
* Add support for checking current filename and current line nuber to status bu...Gravatar axel2006-02-15
* Add support for sending arguments whenusing the source builtinGravatar axel2006-02-15
* Optimize the halloc implementation so that mutiple calls to halloc can be sat...Gravatar axel2006-02-11
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Further halloc:ification if fishGravatar axel2006-02-07
* Second checkin of halloc changeover. Make the argv array, but not it's conten...Gravatar axel2006-02-07
* Minor code cleanup, don't use expand_escape and expand_unescape any moreGravatar axel2006-02-07
* Minor edits of builtin.c, some reindentation and code comment improvementGravatar axel2006-02-06
* Clean up init code in builtin.cGravatar axel2006-02-05
* Don't print full stack trace for failiures in cd in interactive modeGravatar axel2006-02-04
* Make stack traces print absolute filenamesGravatar axel2006-02-03
* Generalize the stack tracing code, add support for showing events and command...Gravatar axel2006-02-02
* Improve the status builtinGravatar axel2006-01-31
* Rename the 'terminal' flag to 'job_control', make sure fg and bg only conside...Gravatar axel2006-01-31
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Display use of . (source) builtin in stack tracesGravatar axel2006-01-28
* Smaller editsGravatar axel2006-01-25
* 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