aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
Commit message (Expand)AuthorAge
* Use the new array_list functions in builtin.cGravatar axel2006-08-01
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Add -q/--query switch to the functions builtin. Works just like the same swit...Gravatar axel2006-07-13
* The begin builtin should not alter the exit statusGravatar axel2006-07-13
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Update input validation. Always use the magic CHECK macro, which prints an er...Gravatar axel2006-06-21
* Various code polish, including minor rearangement of builtin code to export f...Gravatar axel2006-06-21
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Give the 'random' builtin it's own seed state, to keep other users of random ...Gravatar axel2006-06-15
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Do not change status when the 'exit' builtin is called with no argumentGravatar axel2006-06-13
* Do not change status when the 'return' builtin is called with no argumentGravatar axel2006-06-13
* Use halloc in a few more places, including the highlight codeGravatar axel2006-06-13
* Minor code edits - add a few braces, a few minor safety checks, etc.Gravatar axel2006-06-09
* Edits to source code commentsGravatar axel2006-06-09
* Add more function input validation checksGravatar axel2006-06-09
* Minor code tweaks, including making sure builtins are not run if an io redire...Gravatar axel2006-06-04
* Minor spelling fixesGravatar axel2006-06-04
* Drop validation of function code on new function definition - the code has al...Gravatar axel2006-06-02
* Make sure code validation error output for e.g. the complete builtin can be r...Gravatar axel2006-06-02
* Move jobs builtin to its own fileGravatar axel2006-05-26
* If a help page for a builtin is showed in response to an error, make sure it ...Gravatar axel2006-05-26
* Add validator check to make sure the second argument to 'for' is 'in'Gravatar axel2006-05-22
* Remove two minor memory leaksGravatar axel2006-05-15
* Fix bug that caused block level io redirection to break on while loopsGravatar axel2006-05-15
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* Fix broken method for sorting output of builtin commands 'functions', 'set' a...Gravatar axel2006-05-14
* Fix two bugs in the jobs builtin, causing freezes and other incorrect behavioursGravatar axel2006-04-25
* Add more descriptive error messages when trying to use variables in command n...Gravatar axel2006-04-22
* Make the read builtin accept 0 parameters and drop the input instead of showi...Gravatar axel2006-04-19
* Do not return to the shell until all processes of a job have finished (Previo...Gravatar axel2006-04-04
* 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