widl: Print large enum constants in hex.
[wine] / dlls / ntdll / actctx.c
2011-10-19  Alexandre Julliardntdll: Fix string comparison against non null-terminate...
2011-09-09  AndrĂ© Hentschelntdll: Remove dead increments (clang).
2011-09-04  Alexandre Julliardntdll: Add support for asmv1 namespace prefix in xml...
2011-08-29  Alexandre Julliardntdll: Prefer loading native manifests over Wine ones.
2011-08-29  Alexandre Julliardntdll: Use the manifest with the highest matching versi...
2011-08-29  Alexandre Julliardntdll: Try to match the language name when looking...
2011-06-16  Alexandre Julliardntdll: Fetch the windows directory from the shared...
2009-04-03  Paul Chitescuntdll: Print desired version of missing dependent assem...
2009-03-25  Roman Mindalevntdll: Move search for assemblyIdentity element.
2009-03-25  Roman Mindalevntdll: Free memory for type field of an assembly_identity.
2009-03-25  Roman Mindalevntdll: Check for arch and name fields in assembly_ident...
2008-12-26  Maarten Lankhorstntdll: Print the expected and found assembly versions...
2008-10-22  Aric Stewartntdll: Update behavior of ActivationContextBasicInforma...
2008-07-10  Maarten Lankhorstntdll: Use module for path to activation context.
2008-02-25  Alexandre Julliardntdll: Add an exception handler around check_actctx...
2007-11-26  Rob Shearmanntdll: Shared manifests should have a less-strict versi...
2007-10-18  Mikolaj Zalewskintdll: Support for UTF-16 manifests with reverse endian...
2007-10-18  Mikolaj Zalewskintdll: Manifests should be parsed as UTF-16 only if...
2007-10-09  Jacek Cabanactctx: Rename version to assembly_version.
2007-08-16  Francois Gougetntdll: Better match the PSDK types and fix the winapi_c...
2007-08-14  Alexandre Julliardntdll: Fixed the prototype of the open_nt_file wrapper.
2007-08-02  Alexandre Julliardntdll: Relax the activation context size check.
2007-07-30  Alexandre Julliardntdll: Allow optional elements in the comClass element.
2007-07-30  Alexandre Julliardntdll: Use the exact size of the manifest file.
2007-07-30  Alexandre Julliardntdll: Convert the XML parser to Unicode to support...
2007-07-27  Alexandre Julliardntdll: Simply store the assembly type without interpret...
2007-07-26  Jacek Cabankernel32: Added a number of activation context tests.
2007-07-26  Alexandre Julliardntdll: Support single quotes around XML attribute values.
2007-07-26  Eric Pouechntdll: Implemented RtlFindActivationContextSectionString.
2007-07-26  Eric Pouechntdll: Implemented FileInformationInAssemblyOfAssemblyI...
2007-07-26  Eric Pouechntdll: Implemented AssemblyDetailedInformationInActivat...
2007-07-26  Eric Pouechntdll: Implemented ActivationContextDetailedInformation...
2007-07-26  Alexandre Julliardntdll: Initial implementation of RtlQueryInformationAct...
2007-07-26  Alexandre Julliardntdll: Fix return status when failing to load the assoc...
2007-07-26  Alexandre Julliardntdll: Improve some activation context traces.
2007-07-25  Alexandre Julliardntdll: Store the base directory for an assembly (based...
2007-07-25  Alexandre Julliardntdll: Create the process activation context at initial...
2007-07-25  Alexandre Julliardntdll: Don't add an empty assembly when creating an...
2007-07-25  Alexandre Julliardntdll: Check existing dependencies in activation contex...
2007-07-20  Alexandre Julliardntdll: Add support for abbreviated empty elements in...
2007-07-20  Alexandre Julliardntdll: Don't fail to load manifests that contain unknow...
2007-07-20  Alexandre Julliardntdll: Add support for optional flag in dependencies.
2007-07-20  Alexandre Julliardntdll: Cope with missing assemblyIdentity elements...
2007-07-19  Alexandre Julliardntdll: Skip xml comments in manifests.
2007-07-19  Alexandre Julliardntdll: Added manifest lookup in global winsxs directory...
2007-07-19  Jacek Cabanntdll: Added parsing of the asmv2:hash element in manif...
2007-07-19  Eric Pouechntdll: Added parsing of the binding redirect element...
2007-07-19  Eric Pouechntdll: Added parsing of the clrClass and clrSurrogate...
2007-07-19  Eric Pouechntdll: Added parsing of the external proxy element...
2007-07-19  Alexandre Julliardntdll: Abstract the entity array type as we need it...
2007-07-19  Eric Pouechntdll: Added parsing of the description element in...
2007-07-19  Eric Pouechntdll: Added parsing of the language attribute in manif...
2007-07-19  Eric Pouechntdll: Added parsing of the inheritance flags in manifests.
2007-07-19  Eric Pouechntdll: Added parsing of hash attributes in manifests.
2007-07-19  Eric Pouechntdll: Added parsing of public key token in manifests.
2007-07-19  Eric Pouechntdll: Added support for the assembly leaves of activat...
2007-07-19  Jacek Cabanntdll: Added parsing of file elements in manifests.
2007-07-19  Jacek Cabanntdll: Add parsing of dependencies in manifests.
2007-07-19  Alexandre Julliardntdll: Add infrastructure for loading manifest dependen...
2007-07-19  Alexandre Julliardntdll: Add parsing of the version in manifests (based...
2007-07-19  Alexandre Julliardntdll: Add parsing of the processor architecture in...
2007-07-19  Jacek Cabanntdll: Beginnings of manifest parsing.
2007-07-19  Alexandre Julliardntdll: Add infrastructure for loading a manifest file...
2007-07-19  Eric Pouechntdll: Added basic structures for storing activation...
2007-07-19  Alexandre Julliardntdll: Implemented handling of the per-thread activatio...
2007-07-19  Alexandre Julliardkernel32: Move activation context creation to ntdll...