Sign in
goma
/
wine
/
ae8ca36b990f8a8ab1ec3e4f42ffc3a8be2f393b
/
libs
7832562
Fixed warnings with gcc option "-Wwrite-strings".
by Daniel Marmier
· 21 years ago
c1d80ec
Don't export the wine_pthread_* functions.
by Alexandre Julliard
· 21 years ago
bf1df18
Added string folding support.
by Jon Griffiths
· 21 years ago
f95be92
Fixed warnings with gcc option "-Wwrite-strings".
by Daniel Marmier
· 21 years ago
a02ce81
Add generation of digit and compatability mapping tables.
by Jon Griffiths
· 21 years ago
2581db8
Fixed some problems found while compiling and linking Wine under Cygwin.
by Dmitry Timoshkov
· 21 years ago
0b1a82a
Added check for pthread.h (reported by Steven Edwards).
by Alexandre Julliard
· 21 years ago
a6ed49a
Don't reference the environ global variable from kernel32, it may fail
by Alexandre Julliard
· 21 years ago
823cec6
Added placeholders for wine_pthread_init_process and wine_pthread_init_thread.
by Alexandre Julliard
· 21 years ago
410e6b7
Changed the init code to make libwine load only ntdll and transfer
by Alexandre Julliard
· 21 years ago
5986e3a
Added wine_get_argv0_path() to retrieve the path of the wine binary.
by Alexandre Julliard
· 21 years ago
9bb19ac
Fixed warnings with gcc option "-Wwrite-strings".
by Daniel Marmier
· 22 years ago
16cd861
Moved DLLFLAGS to a separate variable instead of including it in DEFS.
by Alexandre Julliard
· 22 years ago
7add08a
Added configure check for spawnvp().
by Pavel Roskin
· 22 years ago
7021764
Portability fix.
by Jon Griffiths
· 22 years ago
09fefee
Not everyone has <unistd.h>, some files need <io.h> too (msvc).
by Jon Griffiths
· 22 years ago
aaf3503
Moved almost all remaining process, thread, fiber and exception
by Alexandre Julliard
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
96b0b34
Converted obj_webbrowser.h to IDL and moved the definitions to
by Alexandre Julliard
· 22 years ago
80e34db
Moved the implementation of the pthread wrappers to dlls/kernel.
by Alexandre Julliard
· 22 years ago
7ecf0e3
shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin Fuchs).
by Alexandre Julliard
· 22 years ago
ca3bfd8
Export SYSDEPS_SwitchToThreadStack() functionality from libwine as
by Alexandre Julliard
· 22 years ago
8d5e732
Use MAP_TRYFIXED on NetBSD if available.
by Todd Vierling
· 22 years ago
a203421
Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported
by Alexandre Julliard
· 22 years ago
dd0242d
Remove the dummy pthread functions and use -lpthread instead to
by Alexandre Julliard
· 22 years ago
140eb97
Portability fixes.
by Jon Griffiths
· 22 years ago
a543971
Defined FMTIDs for ole32.
by Mike McCormack
· 22 years ago
0aefd85
vsnprintfW: %% should output a literal % sign.
by Jon Griffiths
· 22 years ago
d7eea36
MSVC doesn't like K&R function declarations: use ansi instead.
by Jon Griffiths
· 22 years ago
8ca7e0a
Added a file_exists argument to wine_dll_load to allow checking
by Alexandre Julliard
· 22 years ago
b15ff07
Added isync to the interlocked functions.
by Marcus Meissner
· 22 years ago
4f432e0
Create a new list of defined symbols when parsing a file, to allow
by Alexandre Julliard
· 22 years ago
4433f15
Add strmif.h to the headers included in libuuid. Fixed a few header conflicts.
by Alexandre Julliard
· 22 years ago
e460cfe
Added d3d9 guids.
by Raphael Junqueira
· 22 years ago
85d4281
Implement LCMapString using unicode collation tables.
by Dmitry Timoshkov
· 22 years ago
8c4b96f
Added generation of table of collation keys (based on a patch by
by Alexandre Julliard
· 22 years ago
996dc01
Updated to the latest Unicode standard.
by Alexandre Julliard
· 22 years ago
c5f775a
Typos/spelling fixes.
by Francois Gouget
· 22 years ago
1556639
Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling).
by Alexandre Julliard
· 22 years ago
4a36a28
Work around for flex brain damage.
by Paul Laufer
· 22 years ago
fa9af1d
Reset SIGCHLD handler to default if we need to wait. Reset SIGPIPE
by Alexandre Julliard
· 22 years ago
794b130
Handle overlapping buffers properly in wcstombs_sbcs (spotted by
by Alexandre Julliard
· 22 years ago
0789ba6
Fixed return value of wine_utf8_wcstombs (spotted by Jan Sporbeck).
by Alexandre Julliard
· 22 years ago
c5bb730
Add register preservation when using lawrx instruction.
by Pierre d'Herbemont
· 22 years ago
e1a9b10
Moved the wpp library from tools/ to libs/.
by Alexandre Julliard
· 22 years ago
117436e
Moved rules for building shared libraries into a global Makelib.rules file.
by Alexandre Julliard
· 22 years ago
d139e94
Added wine_init.
by Alexandre Julliard
· 22 years ago
e743e09
Added partial property set support which is used by dxdiag.exe.
by Robert Reif
· 22 years ago
fedc411
Moved the functionality of starting Win16 and DOS programs from the
by Alexandre Julliard
· 22 years ago
d73a1c4
Hacked 0x00a5 to map to backslash in Shift-JIS codepage.
by Alexandre Julliard
· 22 years ago
18f744d
Add direct sound driver guids.
by Robert Reif
· 22 years ago
3dec4c5
Added stubs for dpnhpast and for all the dmusic dlls.
by Rok Mandeljc
· 22 years ago
6a9cea9
Added --with-nptl configure option and necessary changes to support
by Alexandre Julliard
· 22 years ago
6cd88fe
Add spawnvp to the portability lib.
by Dimitrie O. Paun
· 22 years ago
60b28ee
Make sure all the bits of the LDT are initialized.
by Adam Gundy
· 22 years ago
d56f063
stdint.h should be included for compiling on NetBSD.
by Yorick Hardy
· 22 years ago
401a9e0
Fixed the .def files for the Mingw build.
by Steven Edwards
· 22 years ago
b59bf98
Moved errno_location support to sysdeps.c.
by Alexandre Julliard
· 22 years ago
8d7b8e5
Portability fixes.
by Alexandre Julliard
· 22 years ago
bdbde0f
Added a .def file for libwine.
by Alexandre Julliard
· 22 years ago
2d1c790
Moved libwine to libs/ directory. Some makefile fixes and cleanups.
by Alexandre Julliard
· 22 years ago
25fe361
Added 'wine' prefix to libwine_unicode exports.
by Alexandre Julliard
· 22 years ago
7ab9a71
Moved libwine_unicode to the libs/ directory.
by Alexandre Julliard
· 22 years ago
2d04be7
Stub implementation of the dmusic dll.
by Rok Mandeljc
· 22 years ago
195574e
Added memcpy_unaligned to libwine_port.
by Alexandre Julliard
· 22 years ago
108a69b
Moved interlocked functions to libwine_port.
by Alexandre Julliard
· 22 years ago
2ee8b5b
Replaced mkstemp by mkstemps from libiberty.
by Alexandre Julliard
· 22 years ago
6692d39
Moved libwine_uuid to the new libs/ directory.
by Alexandre Julliard
· 22 years ago
7ac91c7
Added getopt routine to libwine_port (based on a patch by Dimitrie O. Paun).
by Alexandre Julliard
· 22 years ago
6a9fe36
Created a separate static portability library and moved some of the
by Alexandre Julliard
· 22 years ago