Alexandre Julliard
|
b2d937d5d9
|
Added sigsetjmp/siglongjmp and gettid to the portability library.
|
2003-11-12 03:16:00 +00:00 |
Daniel Marmier
|
f95be92d24
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-15 03:35:54 +00:00 |
Alexandre Julliard
|
16cd86197a
|
Moved DLLFLAGS to a separate variable instead of including it in
DEFS.
|
2003-09-24 19:01:44 +00:00 |
Pavel Roskin
|
7add08a303
|
Added configure check for spawnvp().
|
2003-09-24 18:54:40 +00:00 |
Jon Griffiths
|
70217641e3
|
Portability fix.
|
2003-09-24 05:12:14 +00:00 |
Jon Griffiths
|
09fefeed7a
|
Not everyone has <unistd.h>, some files need <io.h> too (msvc).
|
2003-09-23 22:54:57 +00:00 |
Alexandre Julliard
|
a203421581
|
Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported
by Jon Griffiths).
|
2003-08-25 23:45:34 +00:00 |
Jon Griffiths
|
d7eea36441
|
MSVC doesn't like K&R function declarations: use ansi instead.
|
2003-07-19 03:03:05 +00:00 |
Marcus Meissner
|
b15ff0725b
|
Added isync to the interlocked functions.
|
2003-07-02 04:29:33 +00:00 |
Alexandre Julliard
|
fa9af1d0dc
|
Reset SIGCHLD handler to default if we need to wait. Reset SIGPIPE
handler before exec.
|
2003-05-21 18:34:29 +00:00 |
Pierre d'Herbemont
|
c5bb73038b
|
Add register preservation when using lawrx instruction.
Fix ';' ending to '\n' ending for a better compatibility with darwin.
|
2003-05-04 02:26:53 +00:00 |
Dimitrie O. Paun
|
6cd88fe697
|
Add spawnvp to the portability lib.
|
2003-04-02 05:20:12 +00:00 |
Alexandre Julliard
|
8d7b8e573f
|
Portability fixes.
|
2003-03-23 20:11:45 +00:00 |
Alexandre Julliard
|
195574e2d8
|
Added memcpy_unaligned to libwine_port.
|
2003-03-20 23:44:36 +00:00 |
Alexandre Julliard
|
108a69bd2f
|
Moved interlocked functions to libwine_port.
|
2003-03-20 22:06:16 +00:00 |
Alexandre Julliard
|
2ee8b5bb13
|
Replaced mkstemp by mkstemps from libiberty.
Removed a couple of unnecessary portability functions.
|
2003-03-20 21:07:49 +00:00 |
Alexandre Julliard
|
7ac91c7401
|
Added getopt routine to libwine_port (based on a patch by Dimitrie
O. Paun).
|
2003-03-19 22:44:55 +00:00 |
Alexandre Julliard
|
6a9fe36de2
|
Created a separate static portability library and moved some of the
libwine routines in there.
|
2003-03-19 22:09:16 +00:00 |