Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
[wine] / dlls / version /
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.