Release 0.0.2wine-0.0.2
commit2c25c3e9442c69bd2402f94f264f0aafa58b00e0
authorAlexandre Julliard <julliard@winehq.org>
Tue, 29 Jun 1993 16:33:12 +0000 (29 16:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Jun 1993 16:33:12 +0000 (29 16:33 +0000)
tree452e520a762d99fef2dd00694ddcd8e4def64156
Release 0.0.2

WHAT'S NEW with version 0.0.2:

    - Again thanks to Eric Youngdale for some very useful comments.
    - The Windows startup code created by Micrsoft C 7.0 now runs
      to completion.
    - Added a new patch to the kernel to increase the usable size of
      the ldt to the full 32 entries currently allowed.
    - Imported name relocations are now supported.
    - Source code for my infamous test program is now included.
    - A handful of basic Windows functions are now emulated.  See
      "kernel.spec" for examples of how to use the build program.

WHAT'S NEW with version 0.0.1:

    - Eric Youngdale contributed countless improvements in memory
      efficiency, bug fixes, and relocation.
    - The build program has been completed.  It now lets you specify
      how the main DLL entry point should interface to your emulation
      library routines.  A brief description of how to build these
      specifications is included in the file "build-spec.txt".
    - The code to dispatch builtin DLL calls is complete, but untested.
32 files changed:
COPYRIGHT [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
build [new file with mode: 0755]
build-spec.txt [new file with mode: 0644]
build.c [new file with mode: 0644]
dlls.h [new file with mode: 0644]
dump.c [new file with mode: 0644]
gdi.spec [new file with mode: 0644]
heap.c [new file with mode: 0644]
if1632.S [new file with mode: 0644]
kernel.c [new file with mode: 0644]
kernel.spec [new file with mode: 0644]
ldt.c [new file with mode: 0644]
ldt.tar [new file with mode: 0644]
ldtlib.c [new file with mode: 0644]
neexe.h [new file with mode: 0644]
prototypes.h [new file with mode: 0644]
relay.c [new file with mode: 0644]
segmem.h [new file with mode: 0644]
selector.c [new file with mode: 0644]
test.exe [new file with mode: 0755]
unixlib.spec [new file with mode: 0644]
user.c [new file with mode: 0644]
user.spec [new file with mode: 0644]
wine [new file with mode: 0755]
wine.c [new file with mode: 0644]
winetest/main.c [new file with mode: 0755]
winetest/makefile [new file with mode: 0755]
winetest/winetest.def [new file with mode: 0755]
winetest/winetest.h [new file with mode: 0755]
winetest/winetest.rc [new file with mode: 0755]