Age | Commit message (Collapse) | Author | Files | Lines |
|
metze
(This used to be commit 5fddb66def8dd29a9f8d13b4b679df26aca6cfab)
|
|
that shows that Tru64 is broken...
It doesn't have getdirent() and the the replacement
code doesn't work there.
tridge: do you have any idea how to fix this?
metze
(This used to be commit a5ebfd0ab71f4f4288697f6fd3183a440ce7506b)
|
|
two conflict on irix.
(This used to be commit 4dd949c80d4400c3a80571cc28f599c37c1fcf7b)
|
|
metze
(This used to be commit a7ce2c6c53f1bbb2320fd8afe44ec12e504d95c9)
|
|
metze
(This used to be commit 8774eeb0dc8a72a9871d42bf1652ce4f7d4a29b7)
|
|
when _OSF_SOURCE is defined
metze
(This used to be commit 5279656a15e42e6dd96ddfa181597c71fc993ff3)
|
|
(This used to be commit 3ddb77c1e3dce5e05771b3fcaf86f8ae9ff21a52)
|
|
semantics. Easiest to just replace it if it doesn't.
(This used to be commit 5fc756a770b6f457bf103e2a8a240ca020fd1a02)
|
|
(This used to be commit 025b142ff268498cfb36fc0e7e9e25a2c5963d38)
|
|
I need to find a way to define it only on Tru64 maybe.
metze
(This used to be commit aca8a3f8c0bb3cce0ef8c5fd945011581d19586d)
|
|
to get MAP_FAILED
metze
(This used to be commit 0f48c8ad7c066ba33cb8d4491083e15b24c5046e)
|
|
sys/mman.h on Tru64
metze
(This used to be commit 8109eb9d28c9043c359d48319efe91aed2714431)
|
|
metze
(This used to be commit ec6365b5f18eea7035b6963c8005e75b9f4e3437)
|
|
thanks to volker for the suggestion
(This used to be commit 03ed41515b2228d130f669a2c0cf916a21182f30)
|
|
(This used to be commit 3752cc2b5767950b26b57e79fa87a70f8d93173d)
|
|
permanently by replacing printf() on systems that don't have a C99
printf lib
(This used to be commit eacb5357c347255817a0a47abe7dadfaf24301fa)
|
|
(This used to be commit e251c211f7fa67e2e32d684f10a742b496913284)
|
|
places to avoid a #ifdef
(This used to be commit 095b8057740a4bb207e24e4c63a2dcb53521a72f)
|
|
(This used to be commit f3b24ea48a70268be5a3af601b5bb923d446c5d5)
|
|
(This used to be commit e98e0a28a0cb79e272c0caa0bcb3b5fb6bf3a17b)
|
|
honor the MMAP_BLACKLIST
(This used to be commit c2f2dbb5d1c082ee1391908073336a9dfc10f712)
|
|
flag. Unfortunately that flag conflicts with the -AC99 flag, and we
get lots of breakage.
This is a trick to force off the -Ae option
(This used to be commit eb93fb8e54c46df35904e03870063c4532599442)
|
|
(This used to be commit 45a3a6a566de020578c24feb5788367efd685f29)
|
|
(This used to be commit 6ff100b26698a50ba79b587a687cc0d440f73b55)
|
|
(This used to be commit 449fab2c264aa50601f9a2d3310f1910ba97706b)
|
|
(This used to be commit d082a3c5f5785e9d7775d94542ce9cc8ef098f63)
|
|
so that older autoconf versions still work
metze
(This used to be commit 43970e6d081e56837e38856a9d05c8b9c303955e)
|
|
(This used to be commit 46ab2b9971c100afa2ed2cb8da0390cfaa9b7032)
|
|
If this works well, we can remove our own test
(This used to be commit b4b028e65e242b0fa1d74454bfa0b292917088eb)
|
|
needed on AIX 5.2 for C99 structures
(This used to be commit 2dc9239a3621f48fbb410a60fee61d70f85ada91)
|
|
of sendfile()
(This used to be commit 3e0f262b384b73183452aefabca93c01d53387a8)
|
|
(This used to be commit 03f9c67c066d772d9a544f1183fbee609ab8137b)
|
|
(This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
|
|
(This used to be commit 77c442cd469ba881215e025c87ce632c876eb617)
|
|
(This used to be commit d853dcfda771888f80a80e14ffabb1c0e58a340e)
|
|
(This used to be commit 50318dc55ed5eb70adb02a5680498fad3c3e590d)
|
|
C99 initialisers without any flags, but if you don't give it -AC99
then it dies when those initialisers are very complex
(This used to be commit 46f72d7e3f285d08a043b4e8551f22c4dffe65e5)
|
|
(This used to be commit 6a48f75eaef031538c3e5b98d8672919bba7c409)
|
|
(This used to be commit dd7af58b83815620114795aa49bc30b2440bd81b)
|
|
- also specify USE_HOSTCC = YES on binaries that use HOSTCC
I also disable autodependecies as this change let make run forever,
I hopefully fix that tomorrow
metze
(This used to be commit 159f74570233a8707dc1deb70fb1917a854213f8)
|
|
- replacing rename() is pointless - all platforms have it (and the
#define of rename breaks some code)
- use system/locale.h in snprintf.c
- fix passwd.h for initgroups
- stdlib is in replace.h, not needed elsewhere
- fix the initgroups replacement
- fix mapping of dl functions to rep_*
(This used to be commit 57cd0ca176387d6a3acabf9fedeef4f2a3a3dad7)
|
|
ranlib)
and see how portable it is
metze
(This used to be commit 47b4509db909e0848842c1601f2058183d36bda7)
|
|
(This used to be commit 859fefc3b9d4241c3db2b2642e3340dffd93f1dd)
|
|
and include them from there
metze
(This used to be commit 38f9e90a120b4e62f005a1bac89139ee87f63071)
|
|
metze
(This used to be commit 6ffebfb9b7b8175eb312df6b9bc9fbd0db61b2e1)
|
|
metze
(This used to be commit 20543e0306b129ee89c6ad21dd41205ac0263d7d)
|
|
(This used to be commit f226645d73c85011fea32a9b6e26eb41dd2c4336)
|
|
metze
(This used to be commit d0f40dd3e5ca8b46ee9b2c4332b393f519383aae)
|
|
metze
(This used to be commit da9be10dc602d21871d970a10015e970650942fe)
|
|
(This used to be commit a4d1f1d2229e1a0b1523bf14fab59278207abbc0)
|