Alexandre Julliard
|
0b1a82aa5e
|
Added check for pthread.h (reported by Steven Edwards).
Removed init_done check, the process heap is now created before kernel
is loaded anyway.
|
2003-10-14 01:27:31 +00:00 |
|
Rein Klazes
|
c6c404dcd6
|
Added a check for <scsi/scsi.h> and include it in dlls/ntdll/cdrom.c.
|
2003-10-07 22:49:22 +00:00 |
|
Pavel Roskin
|
6ce0569ada
|
Added check for scsi/scsi_ioctl.h.
|
2003-10-03 04:31:49 +00:00 |
|
Pavel Roskin
|
d65071963e
|
Added check for st_blocks in struct stat.
|
2003-10-03 03:28:40 +00:00 |
|
Pavel Roskin
|
7add08a303
|
Added configure check for spawnvp().
|
2003-09-24 18:54:40 +00:00 |
|
Alexandre Julliard
|
80e34dbb66
|
Moved the implementation of the pthread wrappers to dlls/kernel.
|
2003-09-03 00:26:08 +00:00 |
|
Mike McCormack
|
9557d1bfae
|
Dlopen libncurses.so in wineconsole.
|
2003-08-20 04:19:01 +00:00 |
|
Alexandre Julliard
|
dd0242de6d
|
Remove the dummy pthread functions and use -lpthread instead to
resolve missing symbols in GL libs.
|
2003-08-20 03:44:25 +00:00 |
|
David Hammerton
|
852c7ae404
|
- implemented support for https protocol
- fixes to the http protocol
|
2003-06-20 23:26:56 +00:00 |
|
Alexandre Julliard
|
4ee8290b96
|
Added checks for ICU libraries (based on a patch by Shachar Shemesh).
|
2003-06-20 21:38:10 +00:00 |
|
Yorick Hardy
|
b133454a2e
|
Implemented GetSystemInfo on NetBSD.
|
2003-05-20 17:48:40 +00:00 |
|
Yorick Hardy
|
c26b7dbad9
|
Added the implementation for CDROM_GetIdeInterface on NetBSD.
|
2003-05-19 21:46:09 +00:00 |
|
Juan Lang
|
38fa5ad1bc
|
Added an implementation of iphlpapi.dll; most Get* functions
introduced through Win98 are included.
|
2003-05-13 03:32:20 +00:00 |
|
Alexandre Julliard
|
db89a54bf4
|
Check for struct option independently of the getopt_long check.
|
2003-04-20 02:56:14 +00:00 |
|
Alexandre Julliard
|
6a9cea957a
|
Added --with-nptl configure option and necessary changes to support
running on top of NPTL threads.
|
2003-04-03 02:54:54 +00:00 |
|
Alexandre Julliard
|
3200c02b9c
|
Don't bother checking for the errno function, simply define all of
them.
|
2003-04-02 23:27:46 +00:00 |
|
Alexandre Julliard
|
c44555bb37
|
Added support for marking heap blocks as inaccessible/uninitialized if
valgrind is installed, based on a patch by Adam Gundy.
|
2003-04-02 01:42:06 +00:00 |
|
Alexandre Julliard
|
6f7a204466
|
Added SYSDEPS_GetUnixTid to return the Unix thread id to send to the
server.
|
2003-04-01 04:39:35 +00:00 |
|
Alexandre Julliard
|
c45bbad3d6
|
Use _spawnvp to replace fork for non-Unix platforms.
|
2003-04-01 00:12:02 +00:00 |
|
Alexandre Julliard
|
5537dbbf40
|
Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard
AC_CHECK_MEMBERS. Added check for si_fd in siginfo_t.
|
2003-03-28 00:36:12 +00:00 |
|
Alexandre Julliard
|
8d7b8e573f
|
Portability fixes.
|
2003-03-23 20:11:45 +00:00 |
|
Christian Costa
|
f814cf87af
|
Make use of .half and/or .asciiz assembler keywords when necessary.
|
2003-03-23 00:18:26 +00:00 |
|
Alexandre Julliard
|
9612383678
|
Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread
buffer.
|
2003-03-20 23:47:25 +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 |
|
Steven Edwards
|
be514b908e
|
Check for vsnprintf and _vsnprintf, and define vsnprintf with
_vsnprintf if needed.
|
2003-01-14 19:35:03 +00:00 |
|
Alexandre Julliard
|
b69389520c
|
Added configure check for regex.h.
|
2003-01-13 18:41:40 +00:00 |
|
Marcus Meissner
|
728bedcfc6
|
Added GIF decompressor support to OLE Automation IPictures.
|
2003-01-09 06:04:33 +00:00 |
|
Brad Campbell
|
5ac2a538c6
|
Added additional test for gcvt as uClibc appears to have this and not
ecvt.
|
2002-12-13 23:30:54 +00:00 |
|
Chris Morgan
|
4691b18520
|
Add support for Jack audio server.
|
2002-12-13 02:26:18 +00:00 |
|
Alexandre Julliard
|
b42dc56fce
|
Made stdcall decoration in .def files the default, and added -k option
to switch it off.
|
2002-12-12 04:06:28 +00:00 |
|
Dimitrie O. Paun
|
647c1a33c8
|
Gracefully degrade to getopt if getopt_long does not exist.
|
2002-12-10 19:16:24 +00:00 |
|
Patrik Stridvall
|
6caeb721e3
|
Fixed pthreads on FreeBSD (based on patch by Alexandre Julliard).
|
2002-11-25 21:12:26 +00:00 |
|
Lionel Ulmer
|
56ab2b3e91
|
Load OpenGL library dynamically from x11drv.
|
2002-11-15 04:16:38 +00:00 |
|
Marcus Meissner
|
f061f76704
|
Do not link against -lcups directly, but dynamically load it if
present (just like freetype etc.)
|
2002-11-12 02:22:24 +00:00 |
|
Steven Edwards
|
45e56818f7
|
Mingw porting fix.
|
2002-10-31 03:41:56 +00:00 |
|
Alexandre Julliard
|
26fd740d9c
|
Avoid reference to glibc internal __libc_fork function.
|
2002-10-22 00:44:24 +00:00 |
|
Marco Pietrobono
|
0e79a4128c
|
Use alsa/asoundlib.h instead of sys/asoundlib.h if possible.
|
2002-08-29 01:51:31 +00:00 |
|
Patrik Stridvall
|
57bf45067a
|
MSVC compatibility fixes.
|
2002-08-26 21:53:24 +00:00 |
|
Marcus Meissner
|
5ee517ac3d
|
Copy va_lists by using va_copy, not by just assigning them.
|
2002-08-09 19:49:31 +00:00 |
|
Robert Lunnon
|
2a91e3f99b
|
Preliminary audio driver for Solaris Libaudioio.
|
2002-08-01 18:22:38 +00:00 |
|
Alexandre Julliard
|
04b5a86c46
|
Merged the NAS driver written by Nicolas
Escuder <n.escuder@alineanet.com>.
|
2002-07-30 02:44:19 +00:00 |
|
Marcus Meissner
|
786d24903b
|
Check for mkstemp, added a port implementation if it is not
present. Use mkstemp() in various places needing tmp files.
|
2002-07-29 23:55:39 +00:00 |
|
Alexandre Julliard
|
84555cc771
|
Generate the __ASM_NAME and __ASM_FUNC macros directly from
configure.
Simplified the WINE_TRY_ASM_LINK test.
Moved DECL_GLOBAL_CONSTRUCTOR to wine/port.h.
|
2002-07-22 20:51:02 +00:00 |
|
Gregg Mattinson
|
57807fa11f
|
Added checks for __sparc__, __sun__ and @function.
|
2002-07-20 20:17:13 +00:00 |
|
Gregg Mattinson
|
044b5c411b
|
- X11/extensions/shape.h requires X11/Xutil.h.
- X11/XKBlib.h requires X11/Xlib.h.
- net/if.h requires sys/socket.h.
- netinet/ip.h requires sys/socket.h and sys/in_systm.h.
- resolv.h requires sys/socket.h.
|
2002-07-19 03:16:51 +00:00 |
|
Alexandre Julliard
|
142dab8c81
|
Added configure check for getpwuid.
|
2002-07-01 18:17:30 +00:00 |
|
Alexandre Julliard
|
f92b7c06c2
|
Added some ALSA configure checks.
|
2002-06-28 18:31:01 +00:00 |
|
Steven Edwards
|
ff4525ce84
|
Added check for pwd.h.
|
2002-06-24 23:00:25 +00:00 |
|
Alexandre Julliard
|
67e8dc6861
|
Added configure check for the soname of libraries that we load
dynamically. Added a few other configure macros, and moved all macros
into aclocal.m4.
|
2002-05-20 18:29:58 +00:00 |
|
Alexandre Julliard
|
c3e06df941
|
Portability fixes.
|
2002-05-14 23:18:23 +00:00 |
|