aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.c
Commit message (Collapse)AuthorAge
* Add support for using __environ instead of environ, if it exists and environ ↵Gravatar axel2007-01-28
| | | | | | isn't set darcs-hash:20070127165911-ac50b-72747760d767a6918152c2e4f254febb19ab1205.gz
* Add support for backtraces - if the compiler and libc version supports it ↵Gravatar axel2007-01-20
| | | | | | (probably only glibc/gcc) then a stack trace is printed on serious bugs darcs-hash:20070120023649-ac50b-5efa310bea0deddfa1d8dfca1000163eee89c7cb.gz
* Minor code tweaks, mostly things like indentation, but also a ferw code ↵Gravatar axel2006-08-28
| | | | | | reorderings darcs-hash:20060828120244-ac50b-ad4be149ff245b6f799452f9eeff7bcc60af1526.gz
* Dont let fallback implementation of killpg kill group 1Gravatar axel2006-08-28
| | | | darcs-hash:20060828120122-ac50b-c5e3eb7392654feb378cdfcf11ab102418aa1386.gz
* Provide fallback version of getopt_long instead of checking for it's ↵Gravatar axel2006-08-28
| | | | | | presense every time it is used darcs-hash:20060828114305-ac50b-f4aad19e936fa42bbe84e51e72aa32445a469527.gz
* Change null function to #define for del_curterm() - solves build problem on ↵Gravatar netocrat2006-08-13
| | | | | | some BSDs. darcs-hash:20060813030853-344c5-7aa2cc3c70044214d90263999f2312f8f10296a4.gz
* Provide fallback of killpg functionGravatar axel2006-07-31
| | | | darcs-hash:20060730205941-ac50b-ddcec32cc5ab74770b743fed3d131460ee576191.gz
* Minor code edits. Use CHECK instead of a few error messages, add a few ↵Gravatar axel2006-07-21
| | | | | | comments, etc. darcs-hash:20060721010831-ac50b-e9ad82a3885969f9a43e6219523e2bd1867e26ed.gz
* Add a few casts to avoid warnings in fallback gettext and friendsGravatar axel2006-07-20
| | | | darcs-hash:20060720133125-ac50b-f357c1e8dc9c8dfbafa3baa51fcfb47525d337ba.gz
* Move a few pieces of implementation-specific kludges related to different ↵Gravatar axel2006-07-20
| | | | | | gettext implementations out of env.c and into fallback.c darcs-hash:20060719231149-ac50b-c930a77ae76249b27f800f1d61146482c8f005c9.gz
* Remove translate.c. The gettext fallback functionality is moved to ↵Gravatar axel2006-07-20
| | | | | | fallback.c, the wide wrapper is moved to wutil.c darcs-hash:20060719225549-ac50b-0a55e805b04f4fe0afa99ea580901d62f39cdef5.gz
* Implement fallback version of futimes instead of testing for it's existance ↵Gravatar axel2006-06-22
| | | | | | in reader.c darcs-hash:20060621141544-ac50b-4726e3f63644b64b8bbb5cd829383c1fc6f8d86e.gz
* Provide fallback implementation of lrand48_rGravatar axel2006-06-15
| | | | darcs-hash:20060615105315-ac50b-155e1836d0bdc8f398776a816898718066adcdce.gz
* Add fallback del_curterm which does nothing, used in preference to BSD ↵Gravatar axel2006-05-11
| | | | | | curses del_curterm, which seems to do a double-free darcs-hash:20060511115846-ac50b-8d5fc054d31cff637d30e858ae8ffe2b1d1e8c03.gz
* Minor code cleanupGravatar axel2006-04-19
| | | | darcs-hash:20060419124315-ac50b-e7e9cafe6850e1fe805bad82278d15c2de327f5d.gz
* Use libc implementations of wcslcpy and wcslcat if they exist. Move internal ↵Gravatar axel2006-04-19
| | | | | | implementations to fallback.c. darcs-hash:20060419095628-ac50b-0e94e4205306bb99bb9dea72eec43b442520bf1b.gz
* Drop all calls to wcsncpyGravatar axel2006-04-13
| | | | darcs-hash:20060413121851-ac50b-1f479b96b3aa1050a30e9ee0ed27cc107ce2bc45.gz
* PPC fix by James Vega, fixing an issue with a variable named putc, which ↵Gravatar axel2006-04-04
| | | | | | clashed with the putc macro darcs-hash:20060403150422-ac50b-78d5db541cb1f41bfea55deac7578c0df73605bd.gz
* Add missing includes in fallback.cGravatar axel2006-03-02
| | | | darcs-hash:20060302113029-ac50b-cd2416c2a687beade622aae6ca0e87afd52195d8.gz
* Unbreak fwprintf autoconf check cpp symbolsGravatar axel2006-03-02
| | | | darcs-hash:20060302112917-ac50b-29d524dc3df09ad9a6e88669e6c20f46677ec2ee.gz
* Move all fallbacks for standard and not-so-standard unix functions to ↵Gravatar axel2006-02-28
fallback.c, in order to have a one-stop place to look for such functions darcs-hash:20060228131716-ac50b-0832193dbcaf7191dcb24456dc40f2e861a1382e.gz