aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.c
Commit message (Expand)AuthorAge
* Always check strings sent to tparmGravatar axel2006-07-31
* Minor code tweaks: A few extra input validations, spelling corrections, etcGravatar axel2006-07-11
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Update the set_color command: Add underline support, make the command a bit m...Gravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Fix major memory leak in highlighting code and a minor leak in the parserGravatar axel2006-05-28
* Add support for bold highligtingGravatar axel2006-05-27
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Various minor editsGravatar axel2006-02-25
* Fix crash bug on invalid input to fish_pagerGravatar axel2006-02-25
* API documentation, code style cleanup, etc.Gravatar axel2006-02-20
* Remove some ancient debug messages, drop two warnings, add some braces and ot...Gravatar axel2006-02-20
* Finish support for plugging in a new output function for output.cGravatar axel2006-02-17
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Autodetect common escape codes in fish_prompt outputGravatar axel2005-12-13
* Initial imlementation of uname shellscript functionGravatar axel2005-10-17
* Add support for specifying event handler for calling job in command supstitut...Gravatar axel2005-10-15
* Optimize interactive input reader by allowing multiple input characters betwe...Gravatar axel2005-10-14
* API cleanupGravatar axel2005-10-07
* Initial revisionGravatar axel2005-09-20