Alexandre Julliard
|
1bb7a9f736
|
Try to catch the case of a non-writable source directory before
running configure.
|
2003-09-29 20:25:47 +00:00 |
Alexandre Julliard
|
f3434c2539
|
Fixed handling of Unicode strings used as filenames (reports by Martin
Fuchs).
|
2003-09-29 20:23:15 +00:00 |
Francois Gouget
|
7aa0f3c41d
|
Update winapi and c2man so they know about -ret16. Remove support for
the obsolete pascal16 and -noimport.
Update modules.dat so winapi knows about the new dlls.
|
2003-09-29 20:15:24 +00:00 |
Alexandre Julliard
|
757caa0103
|
Added dumping of the resident name table of NE files.
|
2003-09-27 02:34:54 +00:00 |
Alexandre Julliard
|
60c857e19c
|
Store the dll name for the export directory inside the exported names
list.
|
2003-09-26 04:36:46 +00:00 |
Dimitrie O. Paun
|
8b255842ec
|
Remove the obsolete pascal16 (replaced by pascal -ret16).
|
2003-09-26 04:32:19 +00:00 |
Alexandre Julliard
|
2052538a47
|
Moved loadorder support to dlls/ntdll.
Removed the --dll option and replaced it by the WINEDLLOVERRIDES
environment variable.
|
2003-09-25 20:33:41 +00:00 |
Jon Griffiths
|
821b228cda
|
MSVC warning fix.
|
2003-09-24 05:12:28 +00:00 |
Jon Griffiths
|
33c069ae30
|
Added some needed config.h entries.
|
2003-09-23 22:51:11 +00:00 |
Vincent Béron
|
a8fb3d786e
|
Fix strncpyWtoA to actually act as advertised (and not overflow the
input buffer).
Small cleanups of it at the same time.
|
2003-09-22 19:45:29 +00:00 |
Michael Günnewig
|
92967e2044
|
Adapted winecheck to use new environment variable syntax
(ex. %HOME%).
|
2003-09-22 19:28:46 +00:00 |
Steven Edwards
|
a23b8c8fbe
|
Porting fix for Alpha.
|
2003-09-22 19:27:56 +00:00 |
Alexandre Julliard
|
ccc7570b84
|
Get rid of relay32 directory.
|
2003-09-19 04:36:54 +00:00 |
Richard Cohen
|
6bfd84a331
|
Handle default linker output name in winewrap instead of winegcc.
|
2003-09-19 00:19:36 +00:00 |
Richard Cohen
|
5bcf35a385
|
Add printf format attributes & fix the warnings.
|
2003-09-19 00:19:16 +00:00 |
Dimitrie O. Paun
|
fb9c47d522
|
Complete rewrite of bin2res, for a cleaner codebase.
Add online help describing how the program works.
Sanitize command line options.
|
2003-09-18 20:53:10 +00:00 |
Eric Frias
|
16f4ededb6
|
Fixed combobox flags handling to allow CBS_DROPDOWN style.
|
2003-09-18 04:31:15 +00:00 |
Dimitrie O. Paun
|
dd0a6c874b
|
Do not require GUI support for displaying errors in wrapper.
Link the wrapper only against kernel (no dl, msvcrt, etc).
Allow the setting of the app DLL when a wrapper is created.
|
2003-09-16 20:27:14 +00:00 |
Dimitrie O. Paun
|
120abaed95
|
Teach winegcc to masquerade as cpp.
|
2003-09-15 20:02:30 +00:00 |
Richard Cohen
|
fc7e8f5c7b
|
Handle -L<dir> in a separate array.
|
2003-09-12 00:25:14 +00:00 |
Alexandre Julliard
|
2be0fa40e4
|
Set the dll search path to the location specified in configure
(spotted by Vincent Béron).
|
2003-09-11 23:11:33 +00:00 |
Richard Cohen
|
2e6eed67cd
|
Use an extendable array to store the lists of strings.
Only make wrapper argument lists if we're going to use them.
|
2003-09-11 22:16:33 +00:00 |
Alexandre Julliard
|
280661c6f4
|
Moved winegcc and winewrap to a separate directory.
|
2003-09-11 21:27:58 +00:00 |
Alexandre Julliard
|
3ca93dd715
|
Added dumping of message table resources.
|
2003-09-10 04:00:20 +00:00 |
Steven Edwards
|
9ef093ea8e
|
Portability fix for language ids.
|
2003-09-10 03:44:20 +00:00 |
Francois Gouget
|
ae50013017
|
Fix the case of product and company names.
|
2003-09-08 19:38:45 +00:00 |
Vincent Béron
|
0996d0c5c2
|
wineinstall used a Unix-style environment variable in the temporary
config file.
|
2003-09-08 18:52:12 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
ba5a968157
|
Added partial support for function pointers.
|
2003-09-03 20:16:24 +00:00 |
Alexandre Julliard
|
0bde2bbe01
|
Use <> format in generated #include statements.
Integer constants should be unsigned.
|
2003-09-03 19:31:14 +00:00 |
Dimitrie O. Paun
|
3e037992dc
|
Forward all arguments to gcc when we have no input files.
Kill the -V option, as it's not compatible with gcc.
Fix silly bug when we are not given an output name.
|
2003-09-03 19:23:30 +00:00 |
Vincent Béron
|
8d0b4ea585
|
Bring wineinstall in sync regarding expansion of environment variables
in the config file.
|
2003-09-02 18:16:51 +00:00 |
Vincent Béron
|
09a97f0608
|
Fixed typo.
|
2003-09-01 23:59:41 +00:00 |
Alexandre Julliard
|
7df1b9e03a
|
Start using the exported TEB structure from winternl.h where
possible.
|
2003-08-28 19:57:35 +00:00 |
Alexandre Julliard
|
b91e9cb3e6
|
Renamed a few more TEB fields.
|
2003-08-28 03:44:41 +00:00 |
Alexandre Julliard
|
617839d522
|
Added varargs support for 16-bit entry points.
Added -ret16 entry point flag to allow 16-bit cdecl and varargs
function to return 16-bit values too.
|
2003-08-27 02:20:44 +00:00 |
Alexandre Julliard
|
4e874ee0d7
|
The if1632 directory no longer exists.
|
2003-08-26 02:31:43 +00:00 |
Alexandre Julliard
|
a5b961c2b0
|
Moved selector fixup for the relay code to the callto16 exception
handler.
Make sure to only use pop instructions to modify segment registers in
the relay code to simplify the selector fixup.
|
2003-08-25 23:48:30 +00:00 |
Alexandre Julliard
|
3be5d62b29
|
Moved 16-bit calls initialization and exception handling to kernel32.
Store the call_to_16 return address on the stack from the C code so
that we don't need two variants of call_to_16_regs.
|
2003-08-25 00:56:37 +00:00 |
Alexandre Julliard
|
3a5b7cf105
|
Extended WOWCallback16Ex to support register functions too. This
allows simplifying the wine_call_to_16 assembly code by moving part of
it to C code, and getting rid of the extra kernel exports.
|
2003-08-23 23:30:51 +00:00 |
Alexandre Julliard
|
af62e83d1c
|
Got rid of 16-bit glue code generation since it is no longer used.
|
2003-08-23 00:45:20 +00:00 |
Steven Edwards
|
14e3b19cd0
|
Fixes for building with w32api headers on Mingw.
|
2003-08-22 05:05:56 +00:00 |
Jon Griffiths
|
99f90bb94f
|
Update install script to match current build process.
Fix a warning in generated dll now we build with -DSTRICT.
|
2003-08-21 21:25:37 +00:00 |
Alexandre Julliard
|
e31fcdbe27
|
BINDIR is no longer needed.
|
2003-08-20 04:15:19 +00:00 |
Richard Cohen
|
1406d20326
|
Support -mconsole.
|
2003-08-20 04:15:02 +00:00 |
Richard Cohen
|
4936ce6dfa
|
Remove hardcoded BINDIR paths.
|
2003-08-20 03:49:40 +00:00 |
Jon Griffiths
|
140eb97eef
|
Portability fixes.
|
2003-08-18 20:00:44 +00:00 |
Jon Griffiths
|
2d3e50537f
|
Use $(EXEEXT) for the winedump executable.
|
2003-08-18 19:49:10 +00:00 |
Jon Griffiths
|
3e12aba93f
|
Only statics are sure to be set to 0, explicitly initialise globals.
|
2003-08-18 19:48:58 +00:00 |
Jon Griffiths
|
40085f8a8c
|
ole/ directory doesn't exist anymore.
|
2003-08-18 19:48:14 +00:00 |
Alexandre Julliard
|
346ca95af6
|
Support for Mac OS X powerpc register names (based on a patch by
Pierre d'Herbemont).
|
2003-08-13 21:57:42 +00:00 |
Patrik Stridvall
|
c5f834ce6a
|
- API files update.
- Minor bug fixes.
|
2003-08-08 21:04:17 +00:00 |
Dimitrie O. Paun
|
a2f937f7f5
|
Better support for __declspec() (based on a suggestion from Ove
Kaaven).
|
2003-08-07 20:11:24 +00:00 |
Martin Wilck
|
95c5a2b691
|
Fix -i option for winebuild linking.
|
2003-08-05 18:31:32 +00:00 |
Alexandre Julliard
|
e547e10be0
|
Make sure dllname doesn't get optimized out (spotted by Marcus
Meissner).
|
2003-08-02 00:45:34 +00:00 |
Francois Gouget
|
533f0b5d48
|
'grep -q' is not portable -> don't use it.
|
2003-07-30 03:43:55 +00:00 |
Alexandre Julliard
|
152b98fa63
|
Added -private flag for entry points that shouldn't be imported from
other dlls.
Support PRIVATE flag in .def files (based on a patch by Jon
Griffiths).
|
2003-07-28 19:19:48 +00:00 |
Alexandre Julliard
|
40672f99f8
|
Support objects with no method definitions (suggested by Jon
Griffiths).
|
2003-07-22 03:18:46 +00:00 |
Jon Griffiths
|
12e701c31f
|
Spelling fix.
|
2003-07-22 00:56:46 +00:00 |
Jon Griffiths
|
17c9af5fb6
|
Support float and function ptr args better, -W warning fixes.
|
2003-07-22 00:56:31 +00:00 |
Pierre d'Herbemont
|
13c308caa7
|
Change __PPC__ flag to __powerpc__.
|
2003-07-21 23:51:24 +00:00 |
Stefan Leichter
|
4ce42bcad2
|
Fixed warnings about missing, new spec files.
|
2003-07-21 19:57:04 +00:00 |
Jon Griffiths
|
8edbe90dd2
|
Correctly spot forwards.
Various improvements and fixes to the output, add index for html.
|
2003-07-19 03:08:29 +00:00 |
Jon Griffiths
|
0e8c8cb246
|
Handle long file names in pre-build step (quote them).
dlls/gdi/win16drv doesn't exist any more.
|
2003-07-18 22:53:33 +00:00 |
Dimitrie O. Paun
|
6a1e59a59f
|
Add "-wrap" to the wrapped app, to avoid possible name conflicts.
Add the app dir to WINEDLLPATH.
|
2003-07-18 22:51:34 +00:00 |
Francois Gouget
|
3ca761220a
|
Spelling fixes (s/occured/occurred/ and variants).
|
2003-07-15 20:53:39 +00:00 |
Juraj Hercek
|
286c605583
|
Adjusted grammar to accept also help-ids for dialogex controls.
|
2003-07-09 21:55:45 +00:00 |
Alexandre Julliard
|
09242a8ea6
|
Add #ifdefs around forwards and interfaces like MIDL does.
|
2003-07-01 03:43:09 +00:00 |
Francois Gouget
|
1568fa3b21
|
Make sure to return an error if the file generation fails.
|
2003-06-23 19:51:21 +00:00 |
Alexandre Julliard
|
0bcf775555
|
Added support for #include in IDL files (based on a patch by Robert
Shearman).
|
2003-06-20 21:31:13 +00:00 |
Francois Gouget
|
c5f775a9c7
|
Typos/spelling fixes.
|
2003-06-18 03:30:39 +00:00 |
Mike Hearn
|
4d376c5bc2
|
Check for /lib/tls directory for Red Hat 9.
|
2003-06-07 00:35:19 +00:00 |
Mike Hearn
|
ce05da50b0
|
Silence error on non-redhat systems.
|
2003-05-16 20:13:16 +00:00 |
Hans Leidekker
|
ac0416ad96
|
Force perl to use byte semantics.
|
2003-05-16 20:12:41 +00:00 |
Alexandre Julliard
|
28b64db6d5
|
Only print warning on nm failure because it fails on darwin if there
are no symbols (reported by Pierre d'Herbemont).
|
2003-05-14 19:36:28 +00:00 |
Mike Hearn
|
7927b41b6c
|
Make sure prefix is actually honoured by configure.
Temporary hack for redhat users to enable NPTL.
|
2003-05-13 23:37:09 +00:00 |
Eric Pouech
|
6c9a08099d
|
Listed recently added sections' types (resource, tls) for dumping to
usage strings.
Fixed some header size testing.
|
2003-05-13 04:47:53 +00:00 |
Dimitrie O. Paun
|
ddefb91fe6
|
Ignore -mthreads, it's not needed in Unix.
|
2003-05-13 04:44:58 +00:00 |
Francois Gouget
|
f803e2a92d
|
Fix miscellaneous spelling errors and typos.
|
2003-05-13 00:41:57 +00:00 |
Francois Gouget
|
617cf92602
|
library/Makefile.in and unicode/Makefile.in don't exist anymore.
|
2003-05-13 00:29:09 +00:00 |
Alexandre Julliard
|
b203b060c1
|
Added dumping of the TLS directory.
|
2003-05-08 04:01:12 +00:00 |
Alexandre Julliard
|
e1a9b10f51
|
Moved the wpp library from tools/ to libs/.
Create symlinks to the various libraries in the libs directory.
|
2003-05-01 03:16:21 +00:00 |
Vincent Béron
|
a03e66dc39
|
Don't change to ttydrv to install registry, regedit doesn't use X.
Make sure the current dir is mapped in DOS.
|
2003-04-22 04:03:08 +00:00 |
Alexandre Julliard
|
0c2c71bcae
|
Resource names don't need a case-sensitive comparison; this avoids
depending on libwine_unicode.
|
2003-04-21 23:27:21 +00:00 |
Dimitrie O. Paun
|
45864a7775
|
Add -fo as a synonym for -o, for compatibility with rc.
Line up help message, cleanup some error messages.
|
2003-04-19 02:47:28 +00:00 |
Thomas Mertes
|
639362bfb0
|
Change c2man that it works with the new format of the spec files
(without exported name).
|
2003-04-16 23:09:28 +00:00 |
Hans Leidekker
|
3de094e271
|
Handle multiline output from grep and don't grep for empty strings.
|
2003-04-14 21:34:45 +00:00 |
Alexandre Julliard
|
2d5519f15c
|
The com_interface attribute is not needed on derived classes.
Removed the ICOM_CTHIS* macros.
|
2003-04-12 00:09:14 +00:00 |
Alexandre Julliard
|
aa89eccc71
|
Added support for generating dependencies for idl files.
|
2003-04-11 00:38:56 +00:00 |
Alexandre Julliard
|
aae3cb61cd
|
Simplified COM interface declarations, removing the need to define
both an xxx_METHODS and an xxx_IMETHODS macro.
|
2003-04-11 00:31:02 +00:00 |
Alexandre Julliard
|
55379110c5
|
Get rid of the ICOM_CALL macros.
|
2003-04-10 21:13:58 +00:00 |
Alexandre Julliard
|
6d1f9b037d
|
Ignore "U " in nm -u output.
|
2003-04-10 18:36:40 +00:00 |
Alexandre Julliard
|
f00c46f030
|
Use a more compatible technique to declare COM interfaces methods,
using Microsoft's STDMETHOD macros instead of the Wine-specific
ICOM_METHOD ones.
|
2003-04-10 00:19:24 +00:00 |
Dimitrie O. Paun
|
7e264690cf
|
We don't need to dlopen the app module before the LoadLibrary().
|
2003-04-09 23:34:19 +00:00 |
Juraj Hercek
|
8df180a624
|
Fixed generation of makefiles and wrapper files when "--wrap" option
is used.
|
2003-04-08 19:42:30 +00:00 |
Hans Leidekker
|
5803dc3bcf
|
Add some more newly arrived dlls.
|
2003-04-08 19:41:25 +00:00 |
Hans Leidekker
|
0c3e654b1c
|
Make winapi_check handle spec files where no handler is specified.
|
2003-04-07 23:19:43 +00:00 |
Hans Leidekker
|
2d5cf55352
|
Sync winapi_check to Wine spec files.
|
2003-04-07 23:19:28 +00:00 |
Andreas Mohr
|
c08b948f46
|
Structure README file in a better way, some doc fixes.
|
2003-04-04 22:12:21 +00:00 |
Alexandre Julliard
|
08dfb8c91a
|
Don't output register function code if it's a forwarded entry point.
|
2003-04-03 18:05:17 +00:00 |