Framework for the doppler effect.
[wine] / dlls / version /
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-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-12  Alexandre JulliardAdded .spec.def files.
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-14  François GougetNT sets the error code to ERROR_RESOURCE_DATA_NOT_FOUND...
2002-07-08  Alexandre JulliardRemoved workaround for 16-bit loader bug.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
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-04-02  Dmitry TimoshkovAlways call LoadLibrary.
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-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-06  Andreas MohrRemove unneeded WINAPI.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-23  Francois GougetConvertVersionInfo32To16: the end of the child list...
2001-03-19  Dmitry TimoshkovTruncate version data if provided buffer is not large...
2001-03-16  Dmitry TimoshkovFixed prototype of GetFileVersionInfoA/W.
2001-03-14  Dmitry TimoshkovReturn from GetFileVersionInfo(Size) if specified file...
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-02-15  Lawson WhitneyIf VerQueryValueA is called with a PE resource, transla...
2001-01-02  Andreas MohrCode was checking for 0 or HFILE_ERROR instead of negat...
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-19  Ulrich WeigandFixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-16  Alexandre JulliardReplaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-07  Andreas MohrVIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-05-11  Alexander FrinkPrevent possible NULL pointer access.
2000-04-24  Dimitrie O. PaunRemoved the last xmalloc calls.
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-25  Patrik StridvallMade some local functions static.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-23  Alexandre JulliardMerged dlls/ver into dlls/version.
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-08  Ulrich WeigandFixed alignment problem with VERSION_INFO members.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-09-19  Ulrich WeigandMove VerLanguageName[AW] back to base (exported from...
1999-08-21  Uwe BonnesAlignment fix.
1999-08-15  Uwe BonnesFixed alignment.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-05-29  Paul Quinnver.h is a legacy header. winver.h should be used instead.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-17  Douglas RidgwayFix crash if lpuCurDirLen or lpuDestDirLen==0.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Lawson A. WhitneyDon't hang on the last child if it's not wanted.
1999-02-17  Bertho StultiensRenamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-09  Ulrich WeigandNULL is a valid argument as handle for GetFileVersionIn...
1999-02-09  Ulrich WeigandBugfix: NULL pointer check for output parameters.
1999-02-02  Marcus Meissnerreslen could be used uninitialised in GetFileResource32...
1999-01-31  Ulrich WeigandImplementation of VERSION.DLL. Based on old misc/ver.c.