aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.c
Commit message (Expand)AuthorAge
* Minor code tweaks, mostly things like indentation, but also a ferw code reord...Gravatar axel2006-08-28
* Dont let fallback implementation of killpg kill group 1Gravatar axel2006-08-28
* Provide fallback version of getopt_long instead of checking for it's presense...Gravatar axel2006-08-28
* Change null function to #define for del_curterm() - solves build problem on s...Gravatar netocrat2006-08-13
* Provide fallback of killpg functionGravatar axel2006-07-31
* Minor code edits. Use CHECK instead of a few error messages, add a few commen...Gravatar axel2006-07-21
* Add a few casts to avoid warnings in fallback gettext and friendsGravatar axel2006-07-20
* 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
* Provide fallback implementation of lrand48_rGravatar axel2006-06-15
* Add fallback del_curterm which does nothing, used in preference to BSD curses...Gravatar axel2006-05-11
* Minor code cleanupGravatar axel2006-04-19
* Use libc implementations of wcslcpy and wcslcat if they exist. Move internal ...Gravatar axel2006-04-19
* Drop all calls to wcsncpyGravatar axel2006-04-13
* PPC fix by James Vega, fixing an issue with a variable named putc, which clas...Gravatar axel2006-04-04
* Add missing includes in fallback.cGravatar axel2006-03-02
* Unbreak fwprintf autoconf check cpp symbolsGravatar axel2006-03-02
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28