Replaced pointers to external functions by a DLL import.
[wine] / misc /
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-18  Morten Welinder(parse_options): Allow GNU-like option arguments like
2000-12-15  Andreas MohrImproved usage message.
2000-12-15  Huw D M DaviesStatus of CDROM_AUDIO_INVALID seems to mean the disk...
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-15  Martin Pilka- registry loading speed up (reduced client <-> server...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-09  Andreas Mohr- README update
2000-12-06  Michael VekslerAdd basic NLS information needed for Hebrew.
2000-12-06  Alexandre JulliardBuild the debugger as a .so.
2000-12-02  Eric PouechFixed bugs when tray was open.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-30  Andreas MohrAdded alias capability to --winver.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-28  Marcus Meissnerlinux-2.4.0-test10 now calls 'flags' as 'features'.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Andreas MohrAdd FloatingPointProcessor empty entry to the registry.
2000-11-27  Andreas Mohr- added winver settings nt2k, win30 and win20 (yes...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-15  Marcus MeissnerRegSetValueEx16 might get passed 0 as count of databyte...
2000-11-09  Alexandre JulliardAdded __wine_get_main_args to retrieve command-line...
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  David Elliott_nt_parse_nk() should not close keys that it does not...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-10-28  Francois GougetReturn a more plausible value for MinimumApplicationAdd...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-23  Andreas MohrAlways open/close the CD-ROM device for every Windows...
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-22  Andreas MohrMake GetTickCount not use the whole Unix epoch (since...
2000-09-22  Andreas Mohrfixed the win95 registry loader to have somewhat strict...
2000-09-18  Mike McCormack- removed redundant functions COMM_Get(Read/Write)Fd
2000-09-16  Mike McCormackImplemented SetCommMask, SetCommTimeouts, GetCommMask...
2000-09-16  Andreas MohrSilence some bogus error message.
2000-09-12  Andreas Mohr- fixes debugger output
2000-09-07  Mike McCormackAdded serial port object to the server.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-29  Andreas MohrFixed verbose CD-ROM serial number warnings and some...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-25  Andreas MohrMinor cosmetic changes.
2000-08-25  Andreas MohrCleanup and speedup of init code.
2000-08-25  Marcus MeissnerUse int instead of CHAR/WCHAR in va_arg() (fixes gcc...
2000-08-20  Dmitry TimoshkovAdded new language detection scheme that uses NLS data...
2000-08-19  Ed SnowCorrected serial number generation for CD's with 1...
2000-08-18  Stefan LeichterFixed return value of CDROM_GetLabel if CDROM_Open...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-10  Alexandre JulliardMerged clipboard driver into USER driver.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardRemoved winver and service_table from the PDB and made...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-31  Alexandre JulliardMoved toolhelp implementation into kernel32 dll.
2000-07-30  Alexandre JulliardCleaned up a few USER dependencies.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-29  Dmitry TimoshkovFindResourceExA/W should search for the specified langu...
2000-07-25  Andreas Mohr- fixed a gross bug in SetCurrentDirectoryA (where...
2000-07-25  Dave PicklesImproved FormatMessage:
2000-07-25  Patrik StridvallFixed issues found by winapi_check.
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-07-15  Mike McCormackHook serialui dll into existing comm functions.
2000-07-15  Alexandre JulliardMade --language behave the same as setting the LANGUAGE...
2000-07-15  Gerald PfeiferFixed an incorrect format string.
2000-07-10  Eric PouechFixed FormatMessage[A|16] against some buffer overflow...
2000-07-09  Stefan LeichterFixes the BuildCommDCBA function.
2000-07-09  Hidenori TakeshimaAdded configure check for libutil.h.
2000-07-09  Alexandre JulliardFixed lstrcpynAtoW usage (reported by Stas Sergeev).
2000-07-08  Stefan LeichterStarted implementation of the functions GetDefaultCommC...
2000-07-08  Joerg MayerFixed the debugmsg help.
2000-06-24  Alexandre JulliardSplit bidi16.c and network.c out of misc/ into their...
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-15  Frederic BoulangerCreateSpoolFile is called with a dos name, we have...
2000-06-15  Mike McCormack- add prototypes for serial API functions
2000-06-12  Andreas MohrMade the DLL version clash error message more verbose.
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
2000-06-07  Alexandre JulliardFixed off-by-one error in string allocation.
next