aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.c
Commit message (Expand)AuthorAge
* Fix compilation issue in test suite,. Thanks to Martin Bähr for the report.Gravatar axel2006-10-11
* Move over a few more objects to the new array_list functionsGravatar axel2006-08-01
* Use maxi not max in test suite when comaparing intsGravatar axel2006-08-01
* Drop the init and shutdown function for the completion codeGravatar axel2006-07-22
* Fix crash bug in fish_tests when fishd is unavailableGravatar axel2006-07-19
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Updates, bugfixing and minor edits on the test suiteGravatar axel2006-06-05
* Fix test suiteGravatar axel2006-05-20
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add %o, %x and %X formats to *wprintf fallback implemnentationGravatar axel2006-02-12
* SpellingGravatar axel2005-12-08
* fish_tests.c: Include header files for missing function definitions.Gravatar James Vega2005-10-27
* Huge API documentation cleanupGravatar axel2005-10-25
* Increase fish robustness by improving signal handling when forking jobs and m...Gravatar axel2005-10-14
* Optimize interactive input reader by allowing multiple input characters betwe...Gravatar axel2005-10-14
* Twek messages in fish_testGravatar axel2005-10-12
* Switch from setpgrp to setpgid for platform independenceGravatar axel2005-10-06
* Updates to string formating functionsGravatar axel2005-10-06
* Initial update for new event subsystemGravatar axel2005-10-06
* Make sure all internal file descriptors are closed when spawning childrenGravatar axel2005-10-03
* Initial revisionGravatar axel2005-09-20