Mon Sep 13 05:00:11 1993 Eric Youngdale * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c] [loader/wine.c] [tools/build.c] Added ability to generate missing functions statistics. Mon Sep 13 12:09:47 1993 Scott A. Laird (scott@curly) * [WIN31-APPLETS] Added new file. * [if1632/kernel.spec] Added definitions for GetProfile{Int,String} and SetHandleCount. * [if1632/keyboard.spec] Created interface specification for Keyboard driver DLL. * [if1632/relay.c] Added keyboard.dll to list of included DLLs. * [if1632/user.spec] Added LoadAccelerators definition. * [loader/resource.c] Added LoadAccelerators stub. * [misc/file.c] Changed OpenFile, and added SetHandleCount (for winfile.exe) * [misc/keyboard.c] Added keyboard code. * [misc/profile.c] [misc/xt.c] Moved GetPrivateProfile* commands here, and added GetProfile* commands. Mon Sep 13 10:24:37 1993 Andrew Bulhak * [windows/utility.c] Implemented MulDiv(), OutputDebugString() and wvsprintf() Fri Sep 10 09:13:30 1993 John Brezak * [*/Makefile] Created patch to allow BSD make to build wine. * [windows/win.c] Fixed NULL pointer reference. * [windows/message.c] [misc/xt.c] Defined HZ to handle system specific timing. * [windows/graphics.c] Use M_PI is PI * [objects/pallete.c] NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX. * [dump.c] [ldt.c] [wine.c] ifdef'ed linux headers for linux compile. * [loader/ldtlib.c] Add NetBSD system calls when compiled on that system. * [loader/selector.c] Use mmap(MAP_ANON, ...) for NetBSD. * [if1632/call.S] Fixed selector assumptions. Thu Sep 9 20:01:37 1993 David Metcalfe * [controls/WinButton*] [controls/button.c] [controls/widget.c] [windows/win.c] [windows/class.c] Added 3D button control and tied into CreateWindow() Thu Sep 9 07:35:24 1993 Scott Laird * [if1632/sound.spec] Created interface specification for SOUND DLL. * [if1632/win87em.spec] Added more functions to the WIN87EM DLL interface specification * [misc/emulate.c] Created stubs for the new math emulation functions. * [misc/sound.c] Created stubs for the SOUND DLL. Sun Sep 5 21:02:10 1993 John Burton * [if1632/kernel.spec] Added interface specifications for OpenFile, _lclose, _lread, _lopen, and _lwrite. * [include/windows.h] Added OF_ macros * [misc/file.c] Implemented OpenFile, _lclose, _lread, _lopen and _lwrite. Fri Sep 3 18:47:03 1993 Alexandre Julliard * [windows/dc.c] Bug fix * [objects/text.c] Bug fix Fri Sep 3 18:47:03 1993 Bob Amstadt * [objects/linedda.c] Finished LineDDA().
68 lines
2.9 KiB
Ruby
68 lines
2.9 KiB
Ruby
# $Id: kernel.spec,v 1.3 1993/07/04 04:04:21 root Exp root $
|
|
#
|
|
name kernel
|
|
id 1
|
|
length 415
|
|
|
|
3 return GetVersion 0 0x301
|
|
4 pascal LocalInit(word word word) LocalInit(1 2 3)
|
|
5 pascal LocalAlloc(word word) LocalAlloc(1 2)
|
|
6 pascal LocalReAlloc(word word word) LocalReAlloc(1 2 3)
|
|
7 pascal LocalFree(word) LocalFree(1)
|
|
8 pascal LocalLock(word) LocalLock(1)
|
|
9 pascal LocalUnlock(word) LocalUnlock(1)
|
|
10 pascal LocalSize(word) LocalSize(1)
|
|
11 pascal LocalHandle(word) ReturnArg(1)
|
|
12 pascal LocalFlags(word) LocalFlags(1)
|
|
13 pascal LocalCompact(word) LocalCompact(1)
|
|
14 return LocalNotify 4 0
|
|
15 pascal GlobalAlloc(word long) GlobalAlloc(1 2)
|
|
16 pascal GlobalReAlloc(word long word) GlobalReAlloc(1 2 3)
|
|
17 pascal GlobalFree(word) GlobalFree(1)
|
|
18 pascal GlobalLock(word) GlobalLock(1)
|
|
19 pascal GlobalUnlock(word) GlobalUnlock(1)
|
|
20 pascal GlobalSize(word) GlobalSize(1)
|
|
21 pascal GlobalHandle(word) GlobalHandle(1)
|
|
22 pascal GlobalFlags(word) GlobalFlags(1)
|
|
23 pascal LockSegment(s_word) KERNEL_LockSegment(1)
|
|
24 pascal UnlockSegment(s_word) KERNEL_UnlockSegment(1)
|
|
25 pascal GlobalCompact(long) GlobalCompact(1)
|
|
30 pascal WaitEvent(word) KERNEL_WaitEvent(1)
|
|
49 pascal GetModuleFileName(word ptr s_word) KERNEL_GetModuleFileName(1 2 3)
|
|
50 pascal GetProcAddress(word ptr) GetProcAddress(1 2)
|
|
51 pascal MakeProcInstance(ptr word) CALLBACK_MakeProcInstance(1 2)
|
|
52 pascal FreeProcInstance(ptr) FreeProcInstance(1)
|
|
74 pascal OpenFile(ptr ptr word) KERNEL_OpenFile(1 2 3)
|
|
81 pascal _lclose(word) KERNEL__lclose(1)
|
|
82 pascal _lread(word ptr word) KERNEL__lread(1 2 3)
|
|
85 pascal _lopen(ptr word) KERNEL__lopen(1 2)
|
|
86 pascal _lwrite(word ptr word) KERNEL__lwrite(1 2 3)
|
|
91 register InitTask(word word word word word
|
|
word word word word word)
|
|
KERNEL_InitTask()
|
|
102 register DOS3Call(word word word word word
|
|
word word word word word)
|
|
KERNEL_DOS3Call()
|
|
111 pascal GlobalWire(word) GlobalLock(1)
|
|
112 pascal GlobalUnWire(word) GlobalUnlock(1)
|
|
115 pascal OutputDebugString(ptr) OutputDebugString(1)
|
|
121 return LocalShrink 4 0
|
|
127 pascal GetPrivateProfileInt(ptr ptr s_word ptr)
|
|
GetPrivateProfileInt(1 2 3 4)
|
|
128 pascal GetPrivateProfileString(ptr ptr ptr ptr s_word ptr)
|
|
GetPrivateProfileString(1 2 3 4 5 6)
|
|
131 pascal GetDOSEnvironment() GetDOSEnvironment()
|
|
132 return GetWinFlags 0 0x413
|
|
154 return GlobalNotify 4 0
|
|
163 pascal GlobalLRUOldest(word) ReturnArg(1)
|
|
164 pascal GlobalLRUNewest(word) ReturnArg(1)
|
|
178 equate __WINFLAGS 0x413
|
|
184 return GlobalDOSAlloc 4 0
|
|
185 return GlobalDOSFree 2 0
|
|
191 pascal GlobalPageLock(word) GlobalLock(1)
|
|
192 pascal GlobalPageUnlock(word) GlobalUnlock(1)
|
|
197 pascal GlobalFix(word) GlobalLock(1)
|
|
198 pascal GlobalUnfix(word) GlobalUnlock(1)
|
|
57 pascal GetProfileInt(ptr ptr word) GetProfileInt(1 2 3)
|
|
58 pascal GetProfileString(ptr ptr ptr ptr word) GetProfileString(1 2 3 4 5)
|
|
199 pascal SetHandleCount(word) SetHandleCount(1)
|