Removed a few external dependencies from ntdll.
[wine] / dlls / version /
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.