ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / winedos /
2006-07-24  Dan Kegelwinedos: Limit reported disk space to 1GB.
2006-07-14  Michael StefaniucFix swapped 2nd and 3rd argument passed to memset.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Petr Tesarikwinedos: Implement INT2F/AX=1501 (get drive device...
2006-04-11  Petr Tesarikwinedos: Implement true CDROM DOS device driver.
2006-04-11  Petr Tesarikwinedos: Move all device driver initialization code...
2006-04-11  Petr Tesarikwinedos: Move most of MSCDEX stuff into a separate...
2006-04-11  Petr Tesarikwinedos: Move some declarations to the header file.
2006-03-27  Petr Tesarikwinedos: Clear TF bit before passing control to a VM86...
2006-02-22  Marco Timpanowinedos: Fixed a couple of typos in ppdev.
2006-01-24  Alexandre JulliardAvoid importing _strlwr/_strupr from ntdll.
2006-01-10  Rein Klazeswinedos: Open files with write access on read only...
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-12  Eric Pouechkernel32: Get rid of DOSMEM_AllocSelector.
2005-12-12  Markus Amslerwinedos: Implement MCB.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-17  Eric Pouechioctl 440F only returns non mapped drives (for now).
2005-10-03  Dmitry TimoshkovConvert a WARN to a FIXME to make it visible to a user...
2005-09-30  Gerald PfeiferWe only need the relay debug channel on MZ_SUPPORTED...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
2005-09-18  Christian LupienAvoid overflow in the read file limit check.
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-27  Alexandre JulliardMoved port configuration to HKCU\Software\Wine\VDM...
2005-06-27  Alexandre JulliardMoved I/O port configuration to HKCU\Software\Wine...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-14  Alexandre JulliardHardcode the location of config.sys, no need for a...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Alexandre JulliardRemoved references to obsolete configuration entries.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-05-19  Alexandre JulliardRevert previous patch, we still need the winedos import...
2005-05-19  Alexandre JulliardWe no longer need a winedos import library.
2005-05-19  Alexandre JulliardRefuse to load if 16-bit support is missing.
2005-05-16  Alexandre JulliardMoved data structures for 16-bit relay calls to winbase...
2005-05-10  Eric PouechGet rid of include/miscemu.h.
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-05  Rein Klazes- In MZ_DoLoadImage if an environment segment is specif...
2005-04-27  Eric Pouech- delayed initialisation of BIOS and SYSTEM information...
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-14  Rein KlazesIn int21_ioctl - get device data-, set the "is console...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-03  Diego PettenòGet rid of DPRINTF.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-13  Eric PouechFixed copy&paste error.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-18  Markus AmslerPush on stack in 16 bit mode with segment wrap around.
2004-10-18  Markus AmslerInitialize .COM stack.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-20  Jukka HeinonenAdded support for int33 show/hide mouse cursor calls.
2004-09-08  Markus AmslerRespect given buffer size in GET EXTENDED COUNTRY INFOR...
2004-09-07  Markus AmslerFix filename terminator table, correct exclude_last...
2004-09-07  Rein KlazesFix compile error with include files from Linux 2.6.7+.
2004-09-07  Andreas Mohr- fix int21 block device read/write
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-14  Markus AmslerAdd DOS editing key support in BUFFERED INPUT.
2004-08-13  Markus AmslerMake FINDFIRST working with /.
2004-08-13  Markus AmslerMake environment variables uppercase.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-09  Markus AmslerFix EXEC function 01 (load but don't execute): initial...
2004-08-09  Markus AmslerFixed drive mapping in GET ALLOCATION.
2004-08-04  Markus AmslerPass debug exceptions to winedos.
2004-07-12  Marcus MeissnerRemove lvalue casts that are no longer supported.
2004-06-17  Alexandre JulliardCheck for non-existent directory in INT21_SetCurrentDir...
2004-06-03  Rein KlazesIn INT21_GetFreeDiskSpace adjust the sectors-per-cluste...
2004-04-26  Jukka HeinonenImplement DOS7 canonicalize path function as a conversi...
2004-04-19  Alexandre JulliardFixed/updated the file attributes defines.
2004-04-16  Alexandre JulliardUpdate the drive environment strings when changing...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-14  Alexandre JulliardReplaced create_file server requests by a call to NtCre...
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-06  Florian GothAdded some more stubs after examining the dosbox source...
2004-03-30  Florian GothAdded some stubs.
2004-03-25  Florian GothAdded stubs for a few functions.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-17  Alexandre JulliardFindFirstFile can return an empty short name if the...
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
next