aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
Commit message (Expand)AuthorAge
* Use weak linking of wcsdup and wcscasecmp on OS XGravatar ridiculousfish2012-07-20
* Set of changes to improve Unicode support with respect to combining characters.Gravatar ridiculousfish2012-07-15
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Make proper autoconf test for availability of posix nan function instead of f...Gravatar axel2009-02-03
* Make fish avoid iterating through user list when completing file part of dire...Gravatar axel2009-02-03
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Indentation fixes.Gravatar liljencrantz2007-10-15
* Make the maximum execve size test use sysconf. Create a fallback if sysconf i...Gravatar liljencrantz2007-10-15
* Add tparm fallback to use under systems having tparm with fixed number of par...Gravatar Claes Nästén2007-08-22
* Minor code fixesGravatar axel2006-10-20
* Add fallback if SIGWINCH is unavailableGravatar axel2006-08-28
* Provide fallback version of getopt_long instead of checking for it's presense...Gravatar axel2006-08-28
* Use OK as return value for del_curterm fallbackGravatar axel2006-08-28
* Change null function to #define for del_curterm() - solves build problem on s...Gravatar netocrat2006-08-13
* Add SIGUSR1 as fallback if SIGIO doesn't existGravatar axel2006-08-10
* Provide fallback of killpg functionGravatar axel2006-07-31
* Provide fallback is struct winsize is not definedGravatar axel2006-07-31
* Move a few pieces of implementation-specific kludges related to different get...Gravatar axel2006-07-20
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Implement fallback version of futimes instead of testing for it's existance i...Gravatar axel2006-06-22
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Provide fallback implementation of lrand48_rGravatar axel2006-06-15
* Add more function input validation checksGravatar axel2006-06-09
* Do input validation in various functions in function.c and complete.cGravatar axel2006-06-08
* Define WCHAR_MAX to INT_MAX, not 0x7fffffff if undefined, as per suggestion f...Gravatar axel2006-05-19
* Add fallback del_curterm which does nothing, used in preference to BSD curses...Gravatar axel2006-05-11
* Include stdint.h, in fallback.h, since WCHAR_MAX might be defined there and n...Gravatar axel2006-05-10
* Make sure WCHAR_MAX is defined (This is missing on OpenBSD for example)Gravatar axel2006-05-10
* Minor edits of function descriptions, includes, etc.Gravatar axel2006-05-03
* Fix segfault when using the 'set' command with no argumentsGravatar axel2006-05-03
* Use libc implementations of wcslcpy and wcslcat if they exist. Move internal ...Gravatar axel2006-04-19
* PPC fix by James Vega, fixing an issue with a variable named putc, which clas...Gravatar axel2006-04-04
* Third try on correct fallback headers - re-add the checks to only include pro...Gravatar axel2006-03-26
* OS X Compilation FixGravatar npilon2006-03-13
* Move typedef of tputs_arg_t from common.h to fallback.hGravatar axel2006-03-14
* Always define prototypes in fallback.h, so that if the prototypes are missing...Gravatar axel2006-03-06
* Add missing includesGravatar axel2006-03-06
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28