Renamed CallTo16* functions to wine_call_to_16* and export them from
[wine] / tools / winebuild /
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-27  Alexandre JulliardSet debugging option based on NO_TRACE_MSGS define...
2000-11-27  Francois GougetThe init function can be called main.
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-26  Marcus MeissnerThe __wine_call_from_16_ calls in the import table...
2000-11-25  Hidenori TakeshimaAdded checking for mmap.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-15  Francois GougetAllow the user to stick the option and its argument...
2000-11-15  Dimitrie O. PaunInclude config.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-11-13  Alexandre JulliardDo not warn for unused imported dlls when forwards...
2000-11-13  Alexandre JulliardDon't include wine internal functions in the relay...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-11-09  Alexandre JulliardAdded support in winebuild for resolving function impor...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-05  Alexandre JulliardAdded debug_channels support.
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-10-28  Federico SchwindtFixes for OpenBSD.
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-10-25  Kristoffer GleditschAdded LDFLAGS to linking of wine-related binaries.
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-24  David ElliottFixed OFFSETOF macro definition for gcc 2.96.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-10-01  Alexandre JulliardAdded stdcall64 entry point type to allow correct relay...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-09-27  Alexandre JulliardGenerate Win32 dll descriptor structure in the .spec...
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-15  Peter GantenTry to unlink output file before opening it.
2000-06-24  Hidenori TakeshimaGetCommandLine should return non-const strings.
2000-06-23  Alexandre JulliardSplit the build program in several files.