aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
Commit message (Expand)AuthorAge
* 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