Fix signed/unsigned comparison warnings.
[wine] / dlls / winaspi /
2004-09-14  Francois GougetAssorted spelling fixes.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-09  Gerald PfeiferMove scsi_command_size from winescsi.h to SCSI_Fix_CMD_...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-22  Steven EdwardsFixes for building with w32api headers on Mingw.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Steven EdwardsCheck for sys/ioctl.h.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-22  Gavriel StateChange useless warning into a TRACE.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-06  Marcus MeissnerSome ASPI fixes, SC_GET_DISK_INFO stubbed, but returnin...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-09  David ElliottFixed usage of RegEnumValueA.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-09  Andreas MohrPrint CDB area.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardRemoved dependencies on Wine internal functions.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-07  Andreas Mohr- fortify ASPI /proc file parsing (SCSI_getprocentry...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-10-02  Patrik StridvallFixed some issues found by winapi_check.
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-27  Alexandre JulliardFixed a few non portable zero-size array declarations.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-06  Andreas MohrAdded newer (ASPI 3.0 ?) function stubs to WNASPI32.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-07-29  Uwe BonnesWe always have strerror, so no need to ifdef HAVE_STRERROR.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-15  Patrik StridvallFixed some warnings.
2000-07-15  David Elliott- New function in aspi.c SCSI_Fix_CMD_LEN which determi...
2000-07-08  David ElliottMap each channel on every host to an ASPI controller...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-03-28  Niels Kristian Bec... - Fix some compiler warnings.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Marcus MeissnerFixed return value for SC_GET_DEV_TYPE.
2000-03-24  Marcus MeissnerSlightly better REQUEST SENSE dumping, fixed GET_DEV_TY...
2000-03-19  Gerald PfeiferAvoid a link error from another DLL on FreeBSD.
2000-03-12  Gerald PfeiferFixed FreeBSD compilation.
2000-03-09  David Elliott- Got rid of PROFILE functions.
2000-03-08  David Elliott- Slightly reworked include files (less messy, more...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-08-15  Ulrich WeigandAdapted to glue code generation changes.
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-18  Patrik StridvallMake it possible to compile with GNU C's -I- option.
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-13  Andreas MohrImplemented InsertInASPIChain and fixed minor things.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Andreas MohrSendASPI32Command32 has to be __cdecl.
1998-12-18  Andreas MohrMake the DOSASPI part use the excellent DPMI RMCB imple...
1998-12-07  Andreas MohrFixed a real mode problem.
1998-10-04  Alexandre JulliardInitial revision
1998-09-27  Alexandre JulliardRelease 980927 wine-980927