Lionel Ulmer
d654f94f21
Added a '-inifile' option to specify the location of the wine.ini file
...
used in the building of the new wine.ini file.
2000-10-29 18:04:09 +00:00
Ove Kaaven
2c76752ada
wineinstall improvements, mostly for usage in package postinstall
...
scripts.
2000-10-29 18:02:53 +00:00
Alexandre Julliard
aa5a1162a3
Patch flat cs of 16-bit entry points if current %cs is different from
...
compiled value, and retrieve flat ds from a global variable. This
should avoid problems with win4lin kernels.
2000-10-29 01:28:30 +00:00
Federico Schwindt
a5b696b6b4
Fixes for OpenBSD.
2000-10-28 00:32:08 +00:00
Alexandre Julliard
634824be58
Raise an exception when a stub entry point is called.
2000-10-26 22:03:34 +00:00
Kristoffer Gleditsch
d2e2bb240a
Added LDFLAGS to linking of wine-related binaries.
2000-10-25 21:36:54 +00:00
Alexandre Julliard
cbeb644a94
Added support for loading .res files for 16-bit resources.
2000-10-25 20:33:58 +00:00
Alexandre Julliard
e904bf3b07
16-bit resource size must be scaled by alignment.
2000-10-25 20:31:51 +00:00
Alexandre Julliard
1d1f5f3eed
Added codepage translation based on the language id (based on a patch
...
by Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>).
2000-10-24 21:29:28 +00:00
David Elliott
2d83b63594
Fixed OFFSETOF macro definition for gcc 2.96.
2000-10-24 01:42:17 +00:00
Alexandre Julliard
21ec006fc1
Build Win32 resources as .res files and dump them into the .spec.c file.
2000-10-23 21:39:39 +00:00
Alexandre Julliard
003e24cadc
Added support for loading Win32 .res files.
2000-10-23 21:33:06 +00:00
Alexandre Julliard
053db33ac1
Fixed duplication of typename in 16-bit assembly output.
2000-10-23 01:29:52 +00:00
Joerg Mayer
959d73e8dd
Reduce the number of warnings about missing initializers.
2000-10-22 23:56:32 +00:00
Patrik Stridvall
46b0072cde
Minor API files update.
2000-10-22 23:54:09 +00:00
Alexandre Julliard
57f05e1913
Converted a few more server requests to the new mechanism.
2000-10-15 00:40:25 +00:00
Lawson Whitney
471323665d
Make findfunc look for .spec files, and put it with the other tools.
2000-10-13 23:06:40 +00:00
Patrik Stridvall
1051c3fe13
- Support for stdcall64
...
- Minor API updates.
2000-10-02 03:34:14 +00:00
Alexandre Julliard
bcf393a5e5
Converted some of the registry server requests to the new request
...
mechanism.
2000-10-01 01:44:50 +00:00
Alexandre Julliard
a83784944b
Added stdcall64 entry point type to allow correct relay debugging
...
support for functions that return 64-bit values.
2000-10-01 01:33:50 +00:00
Alexandre Julliard
c585a501d9
Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
...
Generate the import table directly in PE format.
Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
main wine binary.
2000-09-27 23:40:43 +00:00
Alexandre Julliard
a80d8c6cf0
Generate Win32 dll descriptor structure in the .spec.c file so that we
...
don't need to depend on builtin32.h.
2000-09-27 01:20:01 +00:00
Francois Gouget
e355ee2df1
Filenames may contain '/' and '\'.
...
Small typo fixes.
2000-09-24 03:02:12 +00:00
Ulrich Weigand
a761e3dad0
Modified CallTo16Register routines to update register context after
...
call returns. Callers adapted.
2000-09-13 20:29:44 +00:00
Lionel Ulmer
3d2f32dcfb
Added possibility to use XVideo.
2000-09-06 19:46:59 +00:00
Phil Cole
3c0dbc1f01
Added two directories to default non-windows install.
2000-09-06 19:43:08 +00:00
Patrik Stridvall
faf64aa9ef
Minor API files update.
2000-09-04 20:20:47 +00:00
Phil Cole
67019ae03d
The Path variable in the created .winerc must be in dos format.
2000-08-31 02:07:57 +00:00
Phil Cole
a7c48b1549
Small fix.
2000-08-31 02:07:07 +00:00
Alexandre Julliard
92643003cf
Converted a lot of server requests to the new exception handling
...
mechanism.
2000-08-31 01:59:51 +00:00
Alexandre Julliard
9c2370bd75
Added exception handling wrapper to a number of server requests.
...
Changed a few requests to use the new vararg mechanism.
2000-08-30 00:00:48 +00:00
Alexandre Julliard
8611353053
Added the data structures and macros that will be needed to support
...
reentrant server requests.
2000-08-29 03:54:30 +00:00
Andreas Mohr
8bba9badaf
Added a wine rpm uninstall section to wineinstall.
2000-08-28 21:32:08 +00:00
Bertho Stultiens
c5a46ba96e
Fixed a LALR(2) problem while scanning usertype resources which had
...
identifiers for both name and type.
2000-08-25 21:32:18 +00:00
Alexandre Julliard
198746d812
Replaced global Callbacks structure by appropriate glue code
...
generation. Removed a few unused entries in the Callout structure.
2000-08-14 14:29:22 +00:00
Mike McCormack
e0df32ff4f
Created default c2man compatible perl script for generating
...
documentation, in case c2man isn't installed.
2000-08-11 21:15:21 +00:00
Alexandre Julliard
a007f3364a
Moved a few non-standard headers into their respective dlls.
2000-08-09 00:54:58 +00:00
Patrik Stridvall
c1d5dc40c5
- Warn about directories specified in modules.dat that are not used.
...
- Eliminated the warnings caused by the change above.
- Minor API files update.
- Minor bug fixes.
2000-08-04 21:08:47 +00:00
Marcus Meissner
80d62c7888
PE_MESSAGE_HEADER.Length contains the header itself too.
2000-08-02 00:56:28 +00:00
Francois Jacques
5b6879c5c0
- implementation of SetWindowsRgn and GetWindowRgn
...
- X11DRV and TTYDRV updated with new API SetWindowRgn
2000-07-28 23:04:54 +00:00
Patrik Stridvall
c92f4c1f97
Minor API files update.
2000-07-28 22:21:49 +00:00
Patrik Stridvall
4b8b3158d8
Solaris specific fixes.
2000-07-28 22:21:38 +00:00
Alexandre Julliard
76d3671bee
Added 'owner' field to 16-bit spec files to specify the name of the
...
32-bit dll that contains it.
2000-07-28 00:07:18 +00:00
Alexandre Julliard
7e495e1d66
Make unicode.o into a separate ELF library so that we can use it from
...
the wineserver too.
2000-07-25 21:01:59 +00:00
Patrik Stridvall
cc55165617
Minor API files update.
2000-07-25 17:44:39 +00:00
Bertho Stultiens
b37a889f2f
- Implemented a bug-work-around for Berkeley yacc (byacc) which
...
does not generate proper default transition rules for non-terminals.
See comments in parser.y how the fix works.
- Changed the error-line/char position to make emacs happy parsing
the position of the error.
- Added comments in the documentation in which order the line-numer
and character-position of the error is written.
2000-07-25 17:44:08 +00:00
Dmitry Timoshkov
fef718655d
Make fnt2bdf produce correct fonts.
2000-07-25 12:25:40 +00:00
Ove Kaaven
690142dc5b
Fix a few typos and such.
2000-07-23 13:43:00 +00:00
Ove Kaaven
91ae8cb23c
Fixed a few problems.
2000-07-23 13:32:04 +00:00
Andreas Mohr
6f83a5ee8f
Doc and trace updates.
2000-07-16 15:43:07 +00:00
Patrik Stridvall
c5f948c256
- Minor API files fixes.
...
- Minor bug fixes and additions.
2000-07-15 21:32:55 +00:00
Peter Ganten
13a07b999f
Try to unlink output file before opening it.
2000-07-15 15:13:09 +00:00
Stas Sergeev
5c13c2189e
Make it possible to change the encoding of fonts from the command
...
line, even if autodetected.
2000-07-10 13:04:08 +00:00
Bradley Baetz
a1491dea90
Implemented a large number of the msvideo dll routines.
2000-07-08 12:50:26 +00:00
Bertho Stultiens
24b5050a7f
- Bugfix: Macro expansion of strings would assert an internal error
...
or a segfault due to a lacking '\0' in the expansion.
- Bugfix: Prevent buffer overflow in reallocation of macro expansion
buffers.
- Bugfix: Wrc's version information was not passed as numerical to the
preprocessor due to an error in the definition of the macro.
- Relaxed the newline constraint in global LANGUAGE statements, which
was introduced in version 1.1.3, so that some fancy preprocessor
constructs can work.
- Removed the gcc-style #line handling from the resource-parser to the
resource-scanner so that it is possible to include files at any stage
of the source, independent of the parser-state.
- Bugfix: Stringtables were not correctly searched for duplicates
because the language comparison disregarded the sublanguage.
- Eliminated a repetitive warning when writing stringtables with zero
length string entries. These are perfectly valid (but make no sense:-).
Warnings are now only generated during parse in pedantic mode.
2000-07-08 11:49:29 +00:00
Hidenori Takeshima
34e10ee30f
GetCommandLine should return non-const strings.
2000-06-24 13:37:05 +00:00
Alexandre Julliard
e482eebf2f
Split the build program in several files.
...
Renamed it 'winebuild' to avoid possible conflicts.
Cleaned up command-line parsing.
Make it understand -fPIC instead of -pic.
Merged call16.s and call32.s generated files.
2000-06-23 20:15:35 +00:00
Patrik Stridvall
e5102f2997
- Minor API files fixes.
...
- Minor bug fixes and additions.
2000-06-23 15:46:26 +00:00
Alexander V. Lukyanov
90e756a30b
Fixed problems with compilation/install out of source tree.
2000-06-20 20:50:50 +00:00
Francois Gouget
326e2ba5a1
Added some missing prototypes.
...
Define the HDRAWDIB handle type.
2000-06-18 17:26:44 +00:00
Gerald Pfeifer
19f8f46eea
Distinguish between SUBDIRS and INSTALLSUBDIRS.
2000-06-18 17:20:53 +00:00
Alexandre Julliard
2f158c2678
Removed @PROGEXT@ (it was broken anyway).
...
Improved 'make install'.
Cleaned up the main Makefile.
2000-06-14 21:45:38 +00:00
Bertho Stultiens
3085591767
Initial release of the message compiler.
2000-06-13 04:34:41 +00:00
Bertho Stultiens
661a94033e
- Bugfix: Corrected "off by one" error in the linenumber while parsing
...
resource.
- Bugfix: A segfault would occur if messagetables were parsed without
memory options attached. Also added buffer-overflow safeguard while
converting between byteorders.
- Finished remapping usertype resources onto standars types by tricking
the parser into accepting a different token. The remapping can be
disabled with a new commandline option '-m'.
- Resolved some warning about chars used as index on SGI O2 machine
(the ctype isXXX() routines are macros there).
2000-06-13 03:37:56 +00:00
Patrik Stridvall
a831f2a1e7
Fixed some warnings.
2000-06-11 20:03:17 +00:00
Patrik Stridvall
360c3f2b47
- Minor API files fixes
...
- Use output prefix instead of high order functions that, for some
reason, leaks memory. The memory usage of winapi_check is now greatly
reduced. :-)
- Turned on argument kind checking of doubles by default
2000-06-11 20:02:29 +00:00
Bertho Stultiens
c107f714d0
- Implemented MESSAGETABLE resource type.
...
- Usertype resources that cause a type-clash with defined resources
are now detected and a warning is generated. Some types should be
rerouted through other code so that they will be (re-)interpreted.
- Bugfix: Line-continuation in strings in resources include a newline.
This `feature' got deleted with the builtin preprocessor, but has been
put back into place (see last changes comment from version 1.1.0).
- Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
continuation.
- Bugfix: Assemblers on some platforms do not use 16bit quantities
for `.word'. This directive is now changed into `.short'.
- All types that accept inline data definitions (a la RCDATA) now
also accept a file specification. This unifies the structure a bit.
2000-06-08 00:38:47 +00:00
Patrik Stridvall
d18837b7aa
- Minor API files update.
...
- Turned on calling convention checking for Win32 functions by
default.
2000-06-07 02:11:42 +00:00
Ulrich Weigand
9299890257
Fixed size of pe_header on machines with non-4K pages.
2000-06-07 02:02:25 +00:00
Ulrich Weigand
7e85ea7c86
Moved stack switch handling (large stack) to sysdeps.c
...
Enable exception dispatch while on large stack.
2000-06-04 01:35:43 +00:00
Patrik Stridvall
c97d07b0de
API files update.
2000-06-03 20:42:21 +00:00
Ove Kaaven
9bd682d899
Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
...
statements, to autogenerated wine.conf.
2000-06-02 20:20:27 +00:00
Peter Ganten
0ea83643c4
Added a shell-script for easier font-installation.
2000-05-30 20:49:07 +00:00
Marcus Meissner
35201ffc14
Add a ; needed by some YACCs.
2000-05-30 20:05:30 +00:00
Alexandre Julliard
24c3c5ed87
Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
2000-05-24 03:31:04 +00:00
Patrik Stridvall
0d9748159d
- Updated API files
...
- Better headers and prototype checking
- Prototype checking now called --prototype instead of --headers
- New options --headers-{duplicated,misplaced} for
duplicated/misplaced functions checking of the headers.
- Minor bug fixes.
2000-05-23 23:37:51 +00:00
Bertho Stultiens
997e0d782f
- Implemented animated cursors and icons resource types.
...
- Added partial support for font resources (user supplied fontdir is
required).
- All resources with inline data (a la RCDATA) now support language,
version and characteristics data.
- Implemented resource name duplicate checks. It is now an error if
two resources of the same type have the same name.
- Bugfix: Language propagation was not correct when .res files were
generated.
- Bugfix: VERSIONINFO now handles memory options.
- Bugfix: resource names and the resource type may be equal (e.g. MENU
MENU {...}). This support was mistakingly deleted in the upgrade to
the builtin preprocessor.
The standalone LANGUAGE setting became context sensitive as a consequence
of this. Now it *must* end with a newline *after* both expressions and
no newlines are allowed within the line (the statement must fit on one
line). This is no practical problem though.
2000-05-23 01:18:38 +00:00
Francois Gouget
6b4c347424
Send regular messages to stdout so that they are separate from
...
progress messages.
2000-05-23 01:17:46 +00:00
Patrik Stridvall
54e1552822
Minor bug fixes.
2000-05-18 00:07:31 +00:00
Patrik Stridvall
d303dad1fe
Fixed byte order on Solaris and FreeBSD.
2000-05-12 21:39:55 +00:00
Patrik Stridvall
f93f998e8c
- Check for missing modules in modules.dat.
...
- New options --debug-messages for debug message checking (turned off
by default)
- Do not discard the argument name (use in debug message checking)
- Improved parsing
- Minor bug fixes
2000-05-11 21:46:17 +00:00
Alexandre Julliard
246c360631
Reserve space for the PE header at the start of the .so file.
...
Store the export table inside the data section so that sections can be
properly aligned.
Build the relay function table directly in the .spec.c file.
Moved relay debugging functions to relay386.c.
2000-05-10 03:48:00 +00:00
Bertho Stultiens
3d455c9b16
- Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
...
address of a pointer instead of its value. This probably slipped in
during the merge of my tree into the winetree.
Lesson learned: always double check.
- Verified most resources so that win16 compile also generates correct
output for reversed endian.
- Implemented byte-ordering for resources. All resources can be forced
to be little-, big- or native endian with command-line option -B.
- Reading resources from .res-files are only accepted in native byte-
ordering so that no additional semantic analysis is required.
- Resource directory is still written in native-only format, including
the strings.
- Wrc is now installed through the makefile with 'make install' and also
uninstalled with 'make uninstall'.
- Wrote a man-page for better reference. The manpage also gets installed
and uninstalled.
- Cleaned up the namespace a bit by more agressive use of static.
2000-05-09 22:35:10 +00:00
Ove Kaaven
f561aadffc
Update for new Wine features; use ttydrv instead of x11drv when
...
running regapi, and set correct winedbg path in the registry.
2000-05-09 22:32:42 +00:00
Patrik Stridvall
aceeaa94f2
- Check for missing modules in modules.dat.
...
- Minor bug fixes
2000-05-07 18:28:18 +00:00
Bertho Stultiens
27337af65c
- Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
...
old parser has been stripped from the old preprocessor-code which
cleaned up both resource-scanner and -parser.
- Standard defines have been introduced (see README.wrc)
- Both preprocessor- and resource-scanner have been optimized slightly
so that no backing up is required (one char lookahead is enough).
- Filename-scanning has been cleaned up, though not perfect yet.
- User-type resources are compatible now.
- Line-continuation in strings is corrected so that it does not
introduce a newline in the output.
2000-05-01 20:05:58 +00:00
Patrik Stridvall
5dadbf3289
- API files update
...
- Minor bug fixes.
- Added new option --cross-call-unicode-ascii for checking illegal
Unicode to ASCII calls.
2000-04-29 14:24:11 +00:00
Eric Pouech
ec4f57bec1
Fixed argv handling for cuiexe winelib programs.
2000-04-29 14:18:34 +00:00
Patrik Stridvall
3d511617f4
Removed X_DISPLAY_MISSING.
2000-04-25 19:55:35 +00:00
Patrik Stridvall
14bb7f1478
- Updated API files.
...
- Improved misplaced function checking.
- Fixed minor bugs.
2000-04-24 18:02:32 +00:00
Dmitry Timoshkov
fca70fe032
Adapted unimap.pl script and generated by it casemap.h to the Unicode
...
Standard, Version 3.0.
2000-04-23 19:58:17 +00:00
John R. Sheets
b741cc0f52
Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
...
Added dump for MISC section.
2000-04-19 16:46:42 +00:00
Alexandre Julliard
180a088beb
Moved PE header definitions to winnt.h where they belong.
2000-04-18 11:58:24 +00:00
Alexandre Julliard
b44595283f
Improved Winelib apps initialisation code. No longer need to link
...
winestub.o with Winelib apps.
2000-04-15 21:00:55 +00:00
Patrik Stridvall
1932d402ec
- API files update.
...
- Add new options --all and --none that enable/disables all check
respectively.
- Fixed and improved stub statistics.
- Fixed bug that prevented checking of the first function in the .spec files.
- Partial implementation of a more advanced misplaced function checking.
- Minor fixes.
2000-04-15 20:39:55 +00:00
Ove Kaaven
b5d37ec72c
Symlink root's registry to global registry. Minor cleanups.
2000-04-15 20:37:14 +00:00
Eric Pouech
e1885d17f2
Added ability to put new-lines in changelog entry.
...
Added -p to locate destination directory.
2000-04-09 18:39:08 +00:00
Alexandre Julliard
c53ceba478
Improved support for Makefiles that need to recurse in subdirectories.
2000-04-09 18:19:59 +00:00
Ove Kaaven
e1858881c4
wineinstall now properly configures no-windows installs, and should now
...
be easier to adapt for binary packages too.
2000-04-08 20:20:21 +00:00
Patrik Stridvall
6a4e8a5ff1
- Implemented stub statistics. Turned off by default. (Requested by Francois
...
Gouget).
- Implemented missing prototype checking. Turned off by default (Requested
by Dimitry Timoshkov).
- Implemented .spec file name sanity checking. Turned off by default.
- Implemented documentation width checking. Turned off by default.
- Minor bug fixes.
2000-04-06 20:11:04 +00:00
Alexandre Julliard
ef88637f5b
Made request tracing more robust against bogus lengths.
2000-04-04 19:33:27 +00:00
Patrik Stridvall
6d5299523c
- Updated the API files.
...
- Minor bug fixes
2000-03-28 19:29:13 +00:00
Patrik Stridvall
2fb8f9b61f
Minor fix in wrc to support the Solaris preprocessor.
2000-03-28 19:25:46 +00:00
John R. Sheets
e61d33bfd1
Added cvdump tool to dump CodeView symbol information.
2000-03-26 20:25:23 +00:00
Francois Gouget
6d77d3a1df
Use min/max instead of MIN/MAX.
2000-03-25 21:44:35 +00:00
Patrik Stridvall
4bb532e72d
- Updated API files
...
- Don't check the *.spec.c files
- Better parsing of strings
- Better documentation checking
- Minor bug fixes
2000-03-24 20:39:51 +00:00
Gerald Pfeifer
f4c902c957
Further code simplifications and interface (consistency) improvements.
...
Fix selection of the Wine binary which was broken by a recent change.
2000-03-24 19:48:05 +00:00
Alexandre Julliard
2d4b33a145
Added support for source files stored in subdirectories.
2000-03-19 21:20:16 +00:00
Steven Elliott
a51c603848
Made various changes to tools/genpatch including suggestions from Ove
...
Kaaven (Place added files last in the patch. Add a switch that
specifies modified files.)
2000-03-19 12:46:02 +00:00
Francois Gouget
524bd76997
- An extern statement finishes with the first closing '}' or the first
...
outer ';'
- Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
co). But still don't issue an error if '#error' is found when in the
'pp_false' state.
2000-03-19 12:44:46 +00:00
Francois Gouget
b8d1b48736
Make the first comma in the control's definition optional.
2000-03-19 12:44:03 +00:00
Gerald Pfeifer
92d76bd7b5
Further simplify the code and remove some redundant code.
...
Make the user interface more consistent and appealing.
2000-03-17 15:07:52 +00:00
Gerald Pfeifer
9217b66587
Improved the visual appearence of the user interface. Made the code
...
somewhat simpler.
2000-03-15 19:04:25 +00:00
Alexandre Julliard
ea0d028a0b
Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
...
Generate a breakpoint event on process attach.
Misc cleanups in request handling.
2000-03-10 22:16:10 +00:00
Alexandre Julliard
5fb54566d2
Added server protocol version check.
2000-03-08 22:01:02 +00:00
Ove Kaaven
ce2b7241a0
Fixed a couple of config.cache problems.
2000-03-04 19:13:52 +00:00
Patrik Stridvall
1deeeef1fe
Moved the rest of the API specification from the global file to the
...
local files.
2000-02-29 21:59:09 +00:00
Patrik Stridvall
89cf0ae158
- Fixed some Solaris specific assembler problems
...
- Fixed some missing .type @function (helps debugging with dbx)
- Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
- Fixed use of zero width arrays (ANSI C violation)
- @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
2000-02-27 17:02:03 +00:00
Patrik Stridvall
2e8fa343e6
Updated winapi_check.
2000-02-27 16:37:26 +00:00
Steven Elliott
32bfb62a91
Added utility that generates patches for submission to
...
wine-patches@winehq.com .
2000-02-27 16:36:59 +00:00
Alexandre Julliard
916f975624
Improved the selector get/set functions.
...
Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
2000-02-26 16:51:13 +00:00
Patrik Stridvall
0ee98cc39f
Fixed ANSI C violations.
2000-02-26 13:17:55 +00:00
James Abbatiello
1758f2d81a
Misc. fixes for compiler warnings.
2000-02-25 21:01:50 +00:00
Patrik Stridvall
0d5a815592
Moved some of the API specification from the global file to the local
...
files.
2000-02-25 20:54:43 +00:00
Ove Kaaven
b822b84173
Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
...
necessary.
2000-02-25 20:51:09 +00:00
Alexandre Julliard
383da68cf9
Optimized debugging API to reduce code size.
2000-02-10 22:15:21 +00:00
Jeremy White
d3e22d9d55
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
...
the resulting compilation failures).
2000-02-10 19:03:02 +00:00
Alexandre Julliard
b2f6f0e7d2
Removed resource.h.
2000-02-03 01:54:36 +00:00
Ulrich Weigand
9ffd403001
Added .spec keyword 'mode' to allow creating built-in EXE modules.
...
Use built-in EXE modules for WineLib apps (instead of ELF modules).
Removed dummy ELF module creation.
Removed LIBRES handling.
2000-02-03 01:33:48 +00:00
Patrik Stridvall
87698cb8e2
- Minor fixes.
...
- Moved some of the API specifications from the global file to the
local files.
2000-01-29 21:01:47 +00:00
Alexandre Julliard
0a7c1f6c5b
Implemented GetThreadSelectorEntry through the server.
2000-01-27 02:54:17 +00:00
Alexandre Julliard
3e2517caa7
Added Get/SetThreadContext support through the server.
2000-01-20 18:59:03 +00:00
Alexandre Julliard
112d30781f
Added automatic registration of built-in DLLs.
2000-01-16 03:37:05 +00:00
Ulrich Weigand
602306ebdf
Fix (harmless) assembler warnings.
2000-01-12 04:57:03 +00:00
Alexandre Julliard
74e4a28a34
Built-in DLLs resources are now specified in spec file.
...
Removed unnecessary flags in built-in DLLs tables.
2000-01-09 04:20:31 +00:00
Patrik Stridvall
e44eb4bcc4
- Added support for auto allocated ordinals
...
- Fixed varargs (16 bit) bug
- Minor fixes
2000-01-08 22:20:32 +00:00
Patrik Stridvall
416a42c34c
Updated winapi_check to handle the new additions.
2000-01-04 00:31:47 +00:00
Bertho Stultiens
3781d0d6e7
Generated labels of resource names must be unique throughout the
...
generated code.
2000-01-04 00:24:05 +00:00
Alexandre Julliard
5919ae42cb
Added support for automatic ordinal allocation.
...
Output list of function names in sorted order.
Added support for nameless (ordinal-only) entry points.
Cleaned up error handling.
1999-12-26 23:11:58 +00:00
Patrik Stridvall
9af5e69107
Fixed some issues found by winapi_check.
1999-12-11 23:02:15 +00:00
Patrik Stridvall
af1601b076
Minor fixes and additions.
1999-12-11 23:01:45 +00:00
Alexandre Julliard
1a61a03be4
Bug fixes.
1999-11-28 21:03:46 +00:00
Alexandre Julliard
fbb9a9fddc
Differentiate tracing functions between request and reply.
...
Added possibility to have dumping functions for specific types.
1999-11-23 19:38:18 +00:00
Niels Kristian Bech Jensen
1d5bc469cc
Removed extra #include statements.
1999-11-21 02:14:36 +00:00
Peter Hunnisett
6661bcc972
Fixed compile error.
1999-11-21 01:01:42 +00:00
Eric Pouech
7e6e92cbef
Added missing ';'.
1999-11-21 00:53:59 +00:00
Eric Pouech
3a95198c97
Error reporting fix.
1999-11-21 00:53:44 +00:00
Andreas Mohr
a706ff5e0a
Changed default relay line number from 100 to 200.
1999-11-21 00:53:12 +00:00
Ulrich Weigand
9b233bdb8a
Modified Win32 register function handling.
1999-11-13 23:51:13 +00:00
Juergen Schmied
04f7fe7de3
New tool to convert the binary resources in *.rc files (hexdumps) from
...
and to a binary.
1999-11-13 22:32:21 +00:00
Ulrich Weigand
e7957d6b48
Determine expected_version of PE buddies from the SubsystemVersion.
1999-11-10 19:45:56 +00:00
Patrik Stridvall
2e46eb04e4
Minor fixes and reorganizations.
1999-11-07 23:35:03 +00:00
Juergen Schmied
1ce88e9584
- Bugfix: Styles were evaluated as expressions. The NOT in combination
...
with style flags was not overwriting the default styles like WS_VISIBLE.
Solved by introducing own rules for parsing styles.
1999-11-07 21:08:57 +00:00
Patrik Stridvall
659fcd81df
- Minor fixes and reorganizations.
...
- Added checks for documentation inconsistencies.
1999-10-31 02:08:38 +00:00
Francois Gouget
cff5ec26fd
Fixed small typos and slightly outdated comments.
1999-10-25 15:38:58 +00:00
Patrik Stridvall
96336324cf
- Added missing configuration #if:s and #includes:s.
...
- Minor configuration related changes.
1999-10-24 22:13:47 +00:00
Patrik Stridvall
feb94cbbcb
Made the include files self-sufficient.
1999-10-24 21:48:50 +00:00
Patrik Stridvall
5b3b6d981d
- Fixed the long long problem.
...
- Added configure include consistancy checking.
- Added progress indicator.
- Began splitting up the win16api.dat and win32api.dat files.
- Added various minor checks.
- Minor fixes.
1999-10-24 21:45:39 +00:00
Eric Pouech
117f9f9713
Added filename to 32 bit builtin module descriptors.
1999-10-13 16:00:18 +00:00
Patrik Stridvall
e216de9794
Fixed some of the issues reported by winapi-check, by adding arguments
...
to varargs.
1999-09-29 10:27:00 +00:00
Patrik Stridvall
afe3b0cd54
- Adapted to changes in Wine.
...
- Minor improvements.
1999-09-29 10:22:00 +00:00
Patrik Stridvall
37fd2d1c85
Made a new improved version of winapi-check in perl.
1999-09-23 15:14:20 +00:00
Patrik Stridvall
e92331ffd0
Fixed ANSI C violations.
1999-09-20 18:52:06 +00:00
Lionel Ulmer
d94475bdb2
Added the possibility to use DGA 2.0.
1999-09-20 18:42:46 +00:00
Adam Sacarny
9f1d5a7446
Now works around wine never exiting the debugger.
...
Should put bug reports in the right place now.
1999-09-10 13:53:20 +00:00
Ulrich Weigand
a3d14f884e
Use typedef to work around egcs problem.
1999-08-18 18:40:52 +00:00
Ulrich Weigand
0007842ed8
Bugfix: EFlags were passed incorrectly by CallFrom16Register.
1999-08-18 18:25:00 +00:00
Bertho Stultiens
c13c3f9ba8
Wrc did not check any IDs which are only 16 bit. Common dialogs had some
...
IDs larger and that caused problems. This is now solved (I hope).
1999-08-18 18:23:34 +00:00
James Juran
c4c129dc50
Document use of "init" in build-spec.txt, and make build.c print a
...
warning if someone tries to use "init" in a Win16 spec file.
1999-08-15 14:17:50 +00:00
Ulrich Weigand
6ab0fb18b0
CallTo16... / CallFrom16... Wine thunks reorganized:
...
- Cleaner separation between core and glue code.
- Argument conversion glue code now in C.
- Glue code needed for 16-bit .spec files inlined.
1999-08-15 12:43:17 +00:00
Bertho Stultiens
fbde5be239
Version 1.0.14 of wrc.
1999-08-14 15:01:54 +00:00
Joerg Mayer
d178fb0266
Create sysconfdir on install.
1999-08-04 14:26:08 +00:00
Patrik Stridvall
2c684081c1
Fixed some of the issues reported by Solaris Lint.
1999-07-31 17:36:48 +00:00
Patrik Stridvall
109767a6f5
Fixed missing prototypes and made it work with Solaris X11.
1999-07-31 14:38:31 +00:00
Ulrich Weigand
b5151d003d
Relay code for Win16 register functions converts arguments.
...
New 'interrupt' keyword added (for Win16 interrupt handlers).
Adapted .spec files and implementations of register routines.
1999-07-25 11:27:36 +00:00
Ulrich Weigand
22d2c527b8
Bugfix: Reverted CallTo16 routines to STDCALL convention.
1999-07-23 19:27:36 +00:00
Bertho Stultiens
62451da52c
- Generalized the distinction between 2 and 4 byte integers slightly through
...
a new parser state. The is now a warning when a 2 byte integer is larger
than 16 bit (and is truncated).
- Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
this type will work as expected.
- Added generalized language/version/characteristics support to the DLGINIT
resource type.
Ulrich Czekalla <ulrichc@corel.ca>
- Added support for DLGINIT resource-type.
- Added string continuation and embedded quoting.
- Added numeric IDs for icons in controls.
Eric Pouech <Eric.Pouech@wanadoo.fr>
- Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
1999-07-20 14:54:54 +00:00
Patrik Stridvall
021bd85834
Make it possible to compile with GNU C's -I- option.
1999-07-18 18:40:11 +00:00
Ulrich Weigand
4b32fd0d43
Use position-independent code in assembly glue when building .so.
...
Include if1632/ and graphics/win16drv/ into WineLib.
Move miscemu/emulate.c into dlls/win87em/.
1999-07-15 14:51:40 +00:00
Alexandre Julliard
4220b29be9
Take advantage of the new registers saved in the STACK16FRAME to turn
...
some 'register' functions into normal functions.
Removed the few remaining 'return' functions to simplify relay
handling.
1999-07-11 17:20:01 +00:00
Ulrich Weigand
3dff7bb842
Modularized CallFrom/To16 routines. Adapted dependent routines,
...
16-bit snoop/relay debugging, and make rules.
1999-07-11 13:58:31 +00:00
Patrik Stridvall
2d0bb2a78c
Started on an implementation of Win64 for use on 64 bit platforms.
1999-07-04 15:56:03 +00:00
Patrik Stridvall
a4b80d4495
Fixes for compile on non-Intel platforms.
1999-07-04 11:05:57 +00:00
Alexandre Julliard
617955db88
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
...
context.
Added #ifdef __i386__ around accesses to 386 registers in the generic
CONTEXT structure.
1999-06-26 18:40:24 +00:00
Patrik Stridvall
1ed4ecffa8
ANSI C fixes.
...
Removed warnings.
Made the include files self-sufficient.
Some Solaris fixes.
1999-06-26 14:58:24 +00:00
Alexandre Julliard
ebe29ef376
Further server optimizations:
...
- merged request and reply structures
- build requests directly into the buffer to avoid a copy
1999-06-26 08:43:26 +00:00
Alexandre Julliard
5bc78089db
Made server communication faster by using a shared memory block.
...
A few other optimizations in request processing in the server.
Moved automatically generated request definitions to server.h and
removed include/server/request.h.
1999-06-22 17:26:53 +00:00
Alexandre Julliard
0a860a01f9
Merged THDB and TEB structures.
...
Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
1999-06-22 11:43:42 +00:00
Patrik Stridvall
857eb39206
Mad the include files idempotent using a consistent macro naming
...
scheme.
1999-06-12 18:36:54 +00:00
Ove Kaaven
d2ca108b34
Clear high word of %esp when returning from CallFrom16.
1999-06-12 06:44:56 +00:00
Alexandre Julliard
039aa42373
Return console handles in alloc_console request.
...
Fixed read_console_input parameters to conform to the reply structure
declaration.
1999-06-11 18:31:22 +00:00
Ulrich Weigand
bba76eed9c
Switch stacks in CALL32_Init().
1999-06-06 14:49:55 +00:00
Paul Quinn
f981c6cbab
ver.h is a legacy header. winver.h should be used instead.
1999-05-29 11:15:39 +00:00
Alexandre Julliard
d2b7a0ba65
Added support for dumping variable-size data of server replies.
...
Added cmd_line and cmd_show in new_process request.
1999-05-24 12:33:10 +00:00
Ulrich Weigand
eec4c25468
Set %ebx to point to real 16-bit stack in CBClientThunkSL.
...
Pass %esi back-and-forth in CBClientThunkSL(Ex).
Copy modified buffers back after return from FT_Thunk.
Fix broken recognition of LS thunklets.
1999-05-22 11:24:46 +00:00
Alexandre Julliard
43c190e7ba
Server reorganization:
...
- moved request handlers to the specific C files
- moved handle management to handle.c
- moved server private includes to server/ instead of include/server/
1999-05-15 10:48:19 +00:00
Alexandre Julliard
ded196cb13
Converted to the new debug interface.
1999-05-14 08:11:40 +00:00
Alexandre Julliard
06b978991b
Win32 register functions can now have arguments.
...
Simplified relay debugging for register functions.
1999-05-13 16:13:17 +00:00
Alexandre Julliard
e4177e67cf
Added import declaration for Win32 built-ins.
1999-05-12 09:57:37 +00:00
Alexandre Julliard
3eb441c7c4
Added support for forwarded ordinals in built-in dlls.
1999-05-10 14:44:47 +00:00
Jean-Louis Thirot
d7da0f68ee
Added graphical configuration tool wineconf.tcl.
1999-05-08 18:39:04 +00:00
Patrik Stridvall
1bb9403938
ANSI C fixes.
1999-05-08 15:47:44 +00:00
Alexandre Julliard
50b3d7b3e3
Misc fixes and improvements.
1999-05-02 14:24:15 +00:00
Gerald Pfeifer
ce597b48c9
Don't include alloca.h.
1999-04-26 14:57:54 +00:00
Patrik Stridvall
a9a671d7ca
Fixed ANSI compabillity.
1999-04-25 19:01:52 +00:00
Jim Aston
10141fec52
Added some missing #defines I've run across.
1999-04-25 12:31:20 +00:00
Eric Pouech
455414cfb2
Allow to automatically copy part of wine.ini into generated file.
...
Small perl enhancement (work in strict mode).
Small updates in heuristics.
1999-04-25 12:18:36 +00:00
Bertho Stultiens
ade16a3833
- Fixed a counting bug in the win32 count and sort routine.
...
- Fixed sort order of resources (must be name before ordinal).
- Shuffled a couple of global variables so that built-in dlls now can
load resources through the proper PE interface.
1999-04-25 11:06:12 +00:00
Adam Sacarny
c85f0992ff
Much nicer way to select wine's location.
...
Option to disable creation of debugging output.
Debugging output is now created in directory script was started in.
1999-04-25 09:20:40 +00:00
Ulrich Weigand
b8cde48f92
Bugfix: Internal NE entry point tables were bad (one huge bundle).
1999-04-22 09:07:09 +00:00
Patrik Stridvall
b4b9fae671
New debug scheme with explicit debug channels declaration.
1999-04-19 14:56:29 +00:00
Alexandre Julliard
1ae869c9a3
Added env ptr to new_process request
1999-04-18 14:41:41 +00:00
Ove Kaaven
2043ba0675
Automatic install script, which automatically configures and compiles
...
wine and regapi, runs tools/wineconf to generate a configuration file
if one does not already exist, and uses regapi to install the default
registry.
1999-04-18 13:16:29 +00:00
Andreas Mohr
dca5e56b90
- Implemented proper ("real", compressed) Win16 entry tables.
...
- Fixed MyAlloc (AKA NE_AllocateSegment).
- Implemented PatchCodeHandle16.
1999-04-16 08:17:17 +00:00
Robert Pouliot
0a9975242a
A few patches to help Wine to compile on OS/2.
1999-04-16 06:55:26 +00:00
Adam Sacarny
833e47d2ef
Added sanity check for whitespace in file names, various other fixups.
1999-04-06 06:59:49 +00:00
Alex Korobka
4f1ac05dea
Moved hrgnUpdate from client to window coordinates, made nonclient
...
painting depend on the update region, reworked SetWindowPos() and
RedrawWindow() to speed up update region calculation, made -desktop
work properly, added WM_CANCELMODE here and there, fixed several
window activation bugs that crept in since the last time.
1999-03-28 09:37:57 +00:00
Adam Sacarny
733c124d10
Check if the build is stripped, and die if it is.
...
Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
(thanks Ryan Cumming!).
1999-03-22 12:39:49 +00:00
Jim Aston
2e1cafa288
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
Marcus Meissner
064f170f76
More include optimisations and fixes.
1999-02-28 19:14:33 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00
Marcus Meissner
219cfd8387
Optimized away more includes, readded some #includes for necessary
...
prototypes.
1999-02-24 13:05:13 +00:00
Bertho Stultiens
b17522817b
Fix a couple of 64bit platform problems and speed up compilation. See
...
tools/wrc/CHANGES for details.
1999-02-20 16:09:24 +00:00
Jeff Garzik
c3e1f72bac
Added missing string.h include.
1999-02-19 15:42:11 +00:00
Adam the Jazz Guy
b5e0271aba
Fixed formatting of code
...
Now changes to directory of program to be run before starting wine
1999-02-09 14:07:49 +00:00
Patrik Stridvall
48b5de8388
Non-X11 compile fix for generated code.
1999-02-04 10:51:35 +00:00
Albert den Haan
9cab0d1078
Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
1999-02-02 13:02:59 +00:00
Adam the Jazz Guy
5a8cd24d93
Fixed various bugs.
...
Made newbie mode easier.
1999-01-28 09:55:51 +00:00
Adam the Jazz Guy
c17616299a
A perl script to produce a bug report with little hassle.
1999-01-26 17:22:15 +00:00
Ulrich Weigand
9cf066e32c
Implemented KERNEL.621 (CBClientThunkSLEx).
1999-01-24 09:43:08 +00:00
Alexandre Julliard
9120c0ad3d
Added long type format.
1999-01-19 17:06:13 +00:00
Alexandre Julliard
638f169b1e
Recovery of release 990110 after disk crash.
...
See Changelog for changes between 990103 and 990110.
1999-01-17 16:32:32 +00:00
Alexandre Julliard
502055ffc1
Send debugging output to stderr.
1999-01-01 17:04:42 +00:00
Alexandre Julliard
338e757d08
Added beginnings of server-side file handling.
...
Added -debugmsg +server support.
Better server request dumping for varargs requests.
1998-12-27 15:28:54 +00:00
Todd Vierling
7d6620d6df
Global constructors using `.section .ctors' are bogus for NetBSD's
...
assembler. Use the appropriate `.stabs' when on NetBSD.
1998-12-15 15:20:47 +00:00
Bertho Stultiens
61608a270c
- Added a global label for elf-dll linking and a long with the resource
...
size and a long with the directory size.
- Killed an annoying warning since version 1.0.0 in parser.y about a
var being used before init.
1998-12-14 16:04:49 +00:00
Marcus Meissner
1ef1a21000
Kill swapped out (wine) processes too and truncate diff after some xxx
...
lines.
1998-12-11 10:21:46 +00:00
Alexandre Julliard
3f11e9eba3
Removed extra output.
1998-12-10 16:04:51 +00:00
Alexandre Julliard
77977234ab
Script to generate authors files
1998-12-10 09:35:50 +00:00
Pablo Saratxaga
b13f23e4fc
Improved the handling of font encodings.
1998-12-09 14:51:48 +00:00
Alexandre Julliard
e9bc26ad27
Tried another kludge for the Xmd.h problem.
1998-12-08 15:06:38 +00:00
Stephen Crowley
399931a293
Added fullscreen DGA support.
1998-12-08 13:10:56 +00:00
Ulrich Weigand
75de18d807
Allow recursively reentering CALL32_LargeStack.
1998-12-07 10:23:10 +00:00
Lionel Ulmer
16704da018
Some corrections to the handling of off-screen buffers.
...
Correction to the EnumDisplayModes function.
Added XShm support to Xlib driver.
Open a DirectX window even when using the DGA driver.
1998-11-15 16:43:32 +00:00
Marcus Meissner
735bec0f2f
Clean invalid selectors on the pop %xs from the STACKFRAME itself
...
instead of using linked list hack.
1998-11-15 11:34:10 +00:00
Bertho Stultiens
3b7212809b
Bugfix in write_name_str() [writeres.c] where the length byte/word was
...
wrongly counted in the length of the string.
Thanks to Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1998-11-06 10:51:40 +00:00
Jesper Skov
5c3e457b16
egcs 'ambiguous else' warnings fixes.
1998-11-01 19:27:22 +00:00
Marcus Meissner
0e62bbac28
Now allows specification of a start directory on the cmdline.
1998-10-31 12:07:21 +00:00
Marcus Meissner
96dad15fd8
XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
1998-10-22 07:55:33 +00:00
Ulrich Weigand
5efaf50ed5
Implemented (partially) the KERNEL Thunklet API and Callback Client
...
API (KERNEL.560-568,604-612,619-622).
Added stubs for K228, K237, KERNEL.365, KERNEL.447.
1998-10-11 19:26:00 +00:00