1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/debugger
Alexandre Julliard 3a5816f87e Release 941227
Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)

	* [*/Imakefile]
	All objects files are now kept in their respective directory.

	* [README]
	Rewrote most of it.

	* [objects/bitblt.c]
	Rewrote BitBlt() to look right in every case, while minimizing
	the impact on performance. Not really finished yet.

	* [objects/bitmap.c] [objects/dc.c]
	Fixed bug with pattern brushes.

	* [objects/clipping.c] [windows/painting.c]
	Fixes for logical coordinates.

	* [objects/color.c] [windows/graphics.c]
	Fixed GetPixel() to return the correct color, and made it faster.

	* [objects/region.c]
	Fixed bug in CombineRgn() when one of the region is empty.

Fri Dec 22 01:42:57 MET 1994		  Dag Asheim (dash@ifi.uio.no)

	* [Configure]
	Don't assume that expr handles '==', use '=' instead.
	Give a (hopefully informative) message if imake fails.
1994-12-27 14:11:53 +00:00
..
opcodes Release 941227 1994-12-27 14:11:53 +00:00
readline Release 941227 1994-12-27 14:11:53 +00:00
break.c Release 941210 1994-12-10 13:02:28 +00:00
dbg.y Release 941210 1994-12-10 13:02:28 +00:00
debug.l Release 941210 1994-12-10 13:02:28 +00:00
dtest.c Release 940201 1994-02-02 06:48:31 +00:00
hash.c Release 941210 1994-12-10 13:02:28 +00:00
Imakefile Release 941227 1994-12-27 14:11:53 +00:00
info.c Release 941210 1994-12-10 13:02:28 +00:00
README Release 0.4.3 1993-09-29 12:21:49 +00:00
regpos.h Release 940201 1994-02-02 06:48:31 +00:00
TODO Release 0.4.3 1993-09-29 12:21:49 +00:00

	This is the core of the Wine debugger.  Many pieces have been
shamelessly stolen - the reverse assember was stolen from gdb more or
less intact.  It turns out that there are two variables that are set
differently if you are reverse assembling 16 bit code, and on the
whole it seems to work.  There may be bugs for all I know.

	As far as non-linux systems are concerned, I simply ripped off
the linux configuration files from gdb.  Other systems may be close
enough for these to work properly, but some tweaking may be required.

	I apologize for the non-portability of this, but I wrote the
whole thing in about 4 hours, most of the time spent debugging a
stupid mistake in the parser.

-Eric