Commit Graph

451 Commits (20a886164f8368af6c47d8891703ff83b6049b29)

Author SHA1 Message Date
Alexandre Julliard 1b32901b7b winnls32: Renamed the winnls directory to winnls32. 2006-02-28 13:02:42 +01:00
Alexandre Julliard 071f5f25db wnaspi32: Renamed the winaspi directory to wnaspi32. 2006-02-28 12:59:52 +01:00
Alexandre Julliard 556242b71d lz32: Renamed lzexpand directory to lz32. 2006-02-28 12:54:48 +01:00
Alexandre Julliard b079add353 configure: Added special check for broken linux/capi.h. 2006-02-24 11:46:17 +01:00
Stefan Leichter 3600b04877 Added msftedit.dll. 2006-02-22 22:24:47 +01:00
Huw Davies d8a6c278fa gdi32: Update due to last minute api change in freetype 2.2.0.
FT_Module_Get_Flags existed briefly in freetype 2.2.0.rc1 but has now
been replaced by FT_Get_TrueType_Engine_Type.  There's no point in
supporting an rc1 release, so this removes support for
FT_Module_Get_Flags and adds support for FT_Get_TrueType_Engine_Type.
2006-02-22 16:20:25 +01:00
Hans Leidekker c0e6bb2df7 winsock: Implement getnameinfo. 2006-02-20 21:03:00 +01:00
Vitaly Lipatov 40a6a74ac8 winsock: Add check for sin6_scope_id. 2006-02-20 20:31:25 +01:00
Alexandre Julliard 5ed59015b2 configure: Use --rpath if supported when building binaries to point to
the relative location of the wine libraries.
2006-02-20 11:20:47 +01:00
Alexandre Julliard 2cdfd4d719 configure: Fix previous change to still build all the binaries on
x86_64 in 32-bit mode.
2006-02-18 15:03:51 +01:00
Alexandre Julliard 266391744d configure: Default to building wine-pthread on non-x86 platforms. 2006-02-17 14:12:29 +01:00
Emmanuel Maillard aaae6606cb loader: Reserve memory area on Darwin (based on Steve Zellers patch). 2006-02-15 13:52:02 +01:00
Jeff Latimer 29ff53c119 usp10: Added some tests. 2006-02-14 17:38:20 +01:00
Alexandre Julliard 7bd53d7efa ctl3d32: Renamed ctl3d directory to ctl3d32. 2006-02-14 17:08:59 +01:00
Alexandre Julliard 743741db19 olesvr32: Renamed olesvr directory to olesvr32. 2006-02-14 17:05:32 +01:00
Alexandre Julliard f15db16785 olecli32: Renamed olecli directory to olecli32. 2006-02-14 16:57:23 +01:00
Detlef Riekenberg aa318d1e3b sfc: Add sfc.dll with a stub for SfcIsFileProtected. 2006-02-14 16:53:03 +01:00
Krzysztof Foltman 07bcfbdc9c programs: Add an implementation of Wordpad. 2006-02-14 14:48:29 +01:00
Alexandre Julliard 266c609dd1 configure: Added check for dladdr in libdl. 2006-02-11 20:55:50 +01:00
Alexandre Julliard 2d1a6274ee configure: Added a WINE_CHECK_LIB_FUNCS macro to check for functions
when linking with specific libraries.
2006-02-11 20:54:06 +01:00
Phil Krylov 368dab37ec ntdll: Fix tape.c compilation on Darwin. 2006-02-11 20:26:33 +01:00
Thomas Kho 482ab27e8d riched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX messages. 2006-02-11 18:39:07 +01:00
Robert Millan 55b74483de configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include
them if present.
2006-02-06 21:53:27 +01:00
Gerald Pfeifer 571d9fb0f0 ntdll: Use struct mtget.mt_blkno on those systems providing that (and
avoid using struct mtpos which may not be present on such systems).
2006-02-06 20:59:44 +01:00
Gerald Pfeifer 36bdc64e39 ntdll: Use struct mtget.mt_blksiz on systems featuring this.
Work around using struct mtget.mt_gstat on systems lacking this.
2006-02-05 13:51:03 +01:00
Robert Millan 8800352477 Enable for GNU/kFreeBSD the same kernel-specific interface/parameter
that is used with FreeBSD.
2006-02-05 13:06:50 +01:00
Hans Leidekker 0844b702b4 ntdll: Add implementation of tape IOCTLs. 2006-01-26 13:23:08 +01:00
Huw Davies 603d21cbc4 gdi: Use correct include file for FT_Get_Module. 2006-01-24 10:57:35 +01:00
Alexandre Julliard 1a08ae5b15 configure: Remove the -mpreferred-stack-boundary option, this breaks MacOS. 2006-01-20 19:56:24 +01:00
Alexandre Julliard f9e5b0f5f0 msvcrt: Implemented asctime, ctime and strftime instead of using the libc ones.
Make the code thread-safe by using asctime_r if available.
2006-01-14 17:22:03 +01:00
James Hawkins ca0246fbde cabinet: Add initial tests for Extract. 2006-01-10 12:14:47 +01:00
Robert Shearman 3dea0973d2 Added implementation of security.dll. 2006-01-05 14:39:41 +01:00
Hans Leidekker b2c62c9455 wldap32: Added configure checks for some potentially missing functions. 2005-12-21 18:42:00 +01:00
H. Verbeet c26ad82e75 d3d9: Add a test for BeginStateBlock and EndStateBlock. 2005-12-09 14:53:28 +01:00
Robert Shearman 1e5153cf3c Cleanup SSL connections properly, do a few security checks in
NETCON_secure_connect and display errors from SSL on failure. Don't
use SSL_set_bio as SSL_set_fd is cleaner for us.
2005-12-01 11:18:43 +01:00
Hans Leidekker ecfc2c15ff Link to the reentrant version of libldap. 2005-11-29 17:35:09 +01:00
Hans Leidekker 20d0e80e61 Avoid using deprecated openldap functions.
Implement ldap_sslinit{A,W}, improve cldap_open{A,W}.
Add stub implementation for ldap_startup and ldap_stop_tls_s.
2005-11-18 16:56:44 +00:00
Marcus Meissner 7a6fdea105 Implemented getaddrinfo(), including full mapping of struct addrinfo
between UNIX and Windows. Based on a patch by Mike Hearn.
2005-11-17 12:58:35 +00:00
Aric Stewart 6bd1625f57 Beginnings of an explorer.exe replacement that wraps the existing
winefile program.
2005-11-16 11:45:51 +00:00
Alexandre Julliard 5f963331e7 Added an 'eject' Winelib app that allows unmounting and ejecting a CD
even if a Windows app has files open on it.
2005-10-31 21:10:38 +00:00
Alexandre Julliard 21883d794a Get rid of the no longer used tty driver. 2005-10-31 16:10:03 +00:00
Michael Jung 7a48f838dd Added initial tests for shdocvw's FolderShortcut related
functionality.
2005-10-31 14:13:14 +00:00
Steven Edwards 331e09c22c Added stringtable regression test. 2005-09-21 14:16:05 +00:00
Alexandre Julliard 495bf51392 Set the proper build flags for Darwin based on the CPU type instead of
assuming PowerPC.
2005-09-15 09:48:18 +00:00
Vincent Béron d7f6424199 Tweak the test for detecting libxslt as it didn't work correctly on
RH8.
2005-09-15 09:39:09 +00:00
Vincent Béron 82103fe7da Require autoconf 2.53b as AC_PROG_EGREP is only defined since that
version.
2005-09-14 11:14:46 +00:00
Alexandre Julliard f8cb48b515 Only try to set -mpreferred-stack-boundary on i386.
Add -Wdeclaration-after-statement warning if supported.
2005-09-12 10:14:00 +00:00
Alexandre Julliard e3be5642e6 Added a define check for __x86_64__. 2005-09-09 09:30:02 +00:00
Alexandre Julliard 62d00477de We shouldn't use flat namespace for dlls on Mac OS. Also don't hide
undefined symbol errors.
2005-09-03 15:43:53 +00:00
Mike McCormack f3719a881e Implemented IXMLDOMNode::selectNodes. 2005-09-03 09:39:38 +00:00