aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
Commit message (Expand)AuthorAge
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Minor comment edits, reindentation and other code formating changesGravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Highlight invalid use of variable expansion operatorGravatar axel2006-06-02
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Add support for bold highligtingGravatar axel2006-05-27
* Add support for highlighting operators and escaped sequencesGravatar axel2006-05-27
* Fix broken method for sorting output of builtin commands 'functions', 'set' a...Gravatar axel2006-05-14
* Fix segfault when using the 'set' command with no argumentsGravatar axel2006-05-03
* Add more descriptive error messages when trying to use variables in command n...Gravatar axel2006-04-22
* Use libc implementations of wcslcpy and wcslcat if they exist. Move internal ...Gravatar axel2006-04-19
* Move typedef of tputs_arg_t from common.h to fallback.hGravatar axel2006-03-14
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Fix clash in usage of unicode private use areaGravatar axel2006-02-14
* Allow backslash of quotes within quotesGravatar axel2006-02-13
* 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
* New wreaddir function, wide character version of readdirGravatar axel2006-02-09
* 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
* Make sure interactive mode is of when firing eventsGravatar axel2006-02-06
* Readd the terminal flag for jobs, as not all jobs under job control should be...Gravatar axel2006-02-01
* Add support for correctly handling illegal character stringsGravatar axel2006-01-28
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Make the functions builtin display function listing on -n to a terminal in a ...Gravatar axel2006-01-15
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Add autoconf checks for wide character string functionsGravatar axel2005-12-18
* Change quoting rules to POSIX styleGravatar axel2005-11-03
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Make sure PATH contains vital directories during initGravatar axel2005-10-25
* Huge API documentation cleanupGravatar axel2005-10-25
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* API cleanupGravatar axel2005-10-07
* Add a missing function prototype.Gravatar James Vega2005-10-05
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Amended critical section locking to be NFS-safeGravatar netocrat2005-10-01
* Critical section locking for fishdGravatar netocrat2005-09-28
* Fix minor bugs in parserGravatar axel2005-09-25
* Initial revisionGravatar axel2005-09-20