Commit graph

588 commits

Author SHA1 Message Date
Alexandre Julliard
dbe2cd907d Moved debug definitions to include/wine/debug.h. 2002-01-22 00:55:18 +00:00
Francois Gouget
5f30ee0651 Comment out/ifdef out unused code and variables. 2002-01-21 23:37:53 +00:00
Patrik Stridvall
b6754d8313 Generate Perl modules defining prototypes for exported functions. 2002-01-21 17:36:35 +00:00
Patrik Stridvall
4d4a52c803 Minor API files update. 2002-01-18 18:53:45 +00:00
Francois Gouget
638ae43c89 Small typo fix. 2002-01-15 20:41:59 +00:00
Ove Kaaven
f0cd93f554 Prepend "--" to arguments. 2002-01-14 18:32:12 +00:00
François Gouget
2945c0a89e which is more portable than type (FreeBSD). 2002-01-10 18:19:01 +00:00
Patrik Stridvall
aa4efd49b1 - API files update
- Minor bug fixes
2002-01-07 21:08:18 +00:00
Alexandre Julliard
9e458b99d0 Added support for dumping resources. 2002-01-06 19:09:17 +00:00
Alexandre Julliard
18e4b5e293 We no longer need libXpm. 2002-01-04 18:52:40 +00:00
Alexandre Julliard
8850a5fc32 We no longer need the xpm wrappers. 2002-01-04 18:47:01 +00:00
Andreas Mohr
a69c039c80 Documentation update. 2001-12-26 20:40:47 +00:00
Michael Stefaniuc
690d24f28e Replaced MAX with max and deleted definition of MAX. 2001-12-19 18:47:46 +00:00
Alexandre Julliard
7662ea1004 Made register and interrupt flags instead of entry point types, so
that we can have both stdcall and cdecl register functions.
Changed 16-bit .spec.c file generation to avoid including builtin16.h.
2001-12-14 23:14:22 +00:00
Simon Walton
44b15b18c9 Fixed a bashism. 2001-12-14 22:45:06 +00:00
Marcus Meissner
9c6af0a490 Fixed some places where whitespace was not handled correctly.
Do not use `cmd`s within cat <<EOF since bash1 sometimes gets confused
by it.
2001-12-13 00:58:20 +00:00
Alexandre Julliard
eb9a863116 Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs
to follow the naming convention for this type of functions.
Split 16 and 32-bit relay functions into separate files, and moved the
32-bit ones to dlls/ntdll.
2001-12-11 00:50:33 +00:00
Gerard Patel
322d087335 Better handling of configuration with several Windows installations. 2001-12-04 19:38:46 +00:00
Alexandre Julliard
9caa71eef4 Redesign of the server communication protocol to allow arbitrary sized
data to be exchanged.
Split request and reply structures to make backwards compatibility
easier.
Moved many console functions to dlls/kernel, added code page support,
changed a few requests to behave properly with the new protocol.
2001-11-30 18:46:42 +00:00
Andreas Mohr
8c2e573f9d Avoid potential problems with filenames containing spaces. 2001-11-25 00:51:36 +00:00
Eric Pouech
0b83d4cbc6 New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
Patrik Stridvall
433e6a2765 Minor API files update. 2001-11-20 18:54:43 +00:00
Dusan Lacko
8e44ba1c89 Add Debian/Mandrake menu system support. 2001-11-20 18:53:33 +00:00
Andreas Mohr
9cef2d0b1d - fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address
2001-11-19 02:30:01 +00:00
James Juran
49c779a862 Prevent warnings about labels at end of switch statements when
compiling with gcc-3.x.
2001-11-19 02:24:14 +00:00
Francois Gouget
381111d58f Fix a buffer overflow in write_name_str, bug found by
jonathan@corvu.com.au.
2001-11-06 22:23:37 +00:00
443904d59b Avoid parsing the whole tree to find libwine.so. 2001-11-06 22:22:53 +00:00
François Gouget
1425941e29 Fix the #include order for config.h.
Add #include "config.h" directives where needed.
2001-11-06 20:57:11 +00:00
Eric Pouech
de6d4e211b Fixed and globalized some path and module name handling.
Tweaked the demangling of function pointers as function parameters.
2001-11-05 23:54:11 +00:00
Andreas Mohr
e15badb478 Cosmetics. 2001-10-21 15:18:15 +00:00
Alexandre Julliard
0d50965a13 Added requests to store window rectangles in the server. 2001-10-16 21:55:37 +00:00
Guy L. Albertelli
daa6a7a97d - eliminate different segmentation faults.
- when attempting to open a dll, append ".dll" to find it (was
  stripped previously).
- identify named exports so that the ordinal number is "@" in .spec
  file.
- setup output dll name prior to creating ordinal symbols.
- don't overlay the named exports with the ordinal exports.
- correct test for last symbol.
- fix generated install script to match current make files.
2001-10-16 21:46:58 +00:00
Francois Gouget
386cf6e342 When including 'wine/port.h', include it first.
Remove redundant 'config.h' includes.
2001-10-14 16:25:47 +00:00
Francois Gouget
e5ddd26dd7 When including config.h, include it first. 2001-10-14 16:18:52 +00:00
Francois Gouget
60cccba562 Fix handling of empty lists in install and uninstall targets.
Install the executables .so libraries in $bindir (not $libdir!).
2001-10-14 16:06:18 +00:00
Alexandre Julliard
d8a8c1131d Added atom_t type for atoms to make sure we use the same type
everywhere. Handle MIN_STR_ATOM offset in the server.
2001-10-12 18:45:29 +00:00
Francois Gouget
3b3025b6f8 Fix the Wine tools search path.
Add /usr/local/lib to the default ntdll search path.
2001-10-12 18:41:26 +00:00
Francois Gouget
4c282bf49b Fix the .spec.c rule. 2001-10-11 20:47:26 +00:00
Patrik Stridvall
c3c5746415 API files update. 2001-10-09 21:49:07 +00:00
Francois Gouget
d599c5a9b5 Wrappers must always be compiled in STRICT mode. 2001-10-08 20:30:18 +00:00
Daniel Sabo
cebf8b659d A 'fi' was needed in the last if statement. 2001-10-05 19:37:04 +00:00
Alexandre Julliard
5b1e934218 Avoid including winbase.h in generated .spec.c files. 2001-10-02 20:32:58 +00:00
Andreas Mohr
f359895daf Yet another documentation/message text patch. 2001-10-02 17:49:20 +00:00
Bill Medland
ce4e0a6158 Add support for making a build environment without editing the source
and spec files.
2001-09-24 01:11:50 +00:00
Eric Pouech
f19887971a Some dumb fixes. 2001-09-21 21:03:53 +00:00
Guy Albertelli
2011fa2d34 Add support for the +snoop style output. 2001-09-20 18:58:25 +00:00
Andreas Mohr
7bed696aa3 Updates and error message improvements. 2001-09-19 22:34:38 +00:00
Eric Pouech
5bdbc1a37e Fixed demangling invocation.
Be a bit more verbose on implemented features.
2001-09-17 20:26:27 +00:00
Huw D M Davies
ff453fcd38 Add config check and thread safe wrappers for the XRender library. 2001-09-14 01:04:25 +00:00
Dmitry Timoshkov
b56a2ef780 Add missing CALLBACK modifier. 2001-09-14 01:00:39 +00:00