Added UYT to TZ_INFO.
[wine] / tools /
2005-05-09  Alexandre JulliardFor each imported dll, check if there is a static libra...
2005-05-09  Laurent BlumeReplace the test of the which command for type command...
2005-05-09  Michael StefaniucChange the type of 1 bit wide bitfields to unsigned.
2005-05-07  Alexandre JulliardRemoved no longer used support for 32-bit register...
2005-05-07  William Poetra Yoga HSupport building man pages outside of the source directory.
2005-05-07  Alexandre JulliardUse RaiseException instead of RtlRaiseException for...
2005-05-06  Alexandre JulliardRemoved a bunch of obsolete makefile hacking sed code.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-06  Francois GougetHAVE_V4L2 is not an autoconf define so tell winapi_chec...
2005-05-06  Francois GougetUpdate win32.api to match the current sources.
2005-05-05  Alexandre Julliardoutput_name already contains .exe extension, don't...
2005-05-04  Alexandre JulliardGet rid of the winapi_check_dir config parameter.
2005-05-04  Hans LeidekkerMove all files from winapi_check/ to winapi/, and remov...
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-24  Paul Vriens--update is no longer needed with wineprefixcreate.
2005-04-22  Francois GougetAdd a powrprof section.
2005-04-22  Francois GougetAdd a definition for _ATL_REGMAP_ENTRY in atlbase.h.
2005-04-20  Francois GougetFix the DCICreatePrimary() prototype. It's supposed...
2005-04-20  Alexandre JulliardProperly support out-of-tree builds (based on patch...
2005-04-20  Francois GougetTry to clarify the 'no translation defined' error.
2005-04-20  Alexandre JulliardReplace the wineprefixcreate --update option by a ...
2005-04-20  Francois GougetUpdate win32.api to match the current source.
2005-04-18  Juan LangAlways initialize header file name, to prevent "#includ...
2005-04-18  Benjamin CutlerAdd default registry entries for power management.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-15  Francois GougetMention the 'emf' and 'lnk' modes in the usage summary.
2005-04-15  Juan LangPut space between include directive and include file.
2005-04-15  Juan LangAdd proxy/stub options to widl man page.
2005-04-14  Michael LinChange menu item options to use optional comma.
2005-04-13  Marcus MeissnerUse correct movw instead of movl when handling segment...
2005-04-11  Juan LangRegister control\class\{GUID_DEVINTERFACE_SERENUM_BUS_E...
2005-04-11  Hannu ValtonenRun msi files with msiexec.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-29  Vincent Béronrsabase doesn't use any types now, so remove it.
2005-03-28  Vincent BéronKeep types sorted in alphabetical order.
2005-03-28  Vincent BéronAdd support for single in idl files.
2005-03-24  Jacek CabanAdded handling of unsigned type.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Vincent BéronTeach winapi about types newly used in various dlls.
2005-03-21  Vincent BéronTeach winapi_check about other calling convention short...
2005-03-19  Paul MillarBring default registry in line with implicit default...
2005-03-18  Alexandre JulliardFixed other instances of the xrealloc(0) bug.
2005-03-18  Jon Griffiths-Wunsigned fixes.
2005-03-18  Alexandre JulliardDon't crash on xrealloc(0) (found by Jon Griffiths).
2005-03-16  Alexandre JulliardConverted the make_ctests script to C (based on a patch...
2005-03-15  Alexandre JulliardUse the correct file name in the "generated automatical...
2005-03-11  Dimitrie O. PaunUse -isystem for system includes as they should be...
2005-03-10  Brouard NicolasFix menu backslash escaping.
2005-03-08  Alexandre JulliardAllow specifying extended control styles also in standa...
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2005-03-07  Eric PouechCreated dump.c as a central point for file dumping...
2005-03-05  Vincent BéronCreate symlinks named wineg++ and winecpp while buildin...
2005-03-05  Jacek CabanWrite uuid of library in header.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-02  Alexandre Julliardwineprefixcreate and related files need to be installed...
2005-03-02  Scott RitchieAdd all known windows executables to MIME type in wine...
2005-03-01  Jeff SmithAvoids a shift warning thrown by older versions of...
2005-02-25  Mike McCormackDump the pidl of a lnk file.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-23  Alexandre JulliardRemoved the useless proxy.h header file.
2005-02-23  Jon GriffithsSuggest make uninstall in case the user tried make...
2005-02-23  Eric Kohl- Add basic support for creating client and server...
2005-02-22  Jon GriffithsUse config.h & HAVE_ where needed, -W fixes.
2005-02-21  Francois GougetOnly 'fix' the names of source files and directories...
2005-02-18  Gerald PfeiferUse stdlib.h instead of non-standard malloc.h.
2005-02-18  Mike McCormackDump out more details on the target of a link.
2005-02-17  Mike McCormackAdd dumping of lnk files.
2005-02-14  Vincent BéronA RPC_FC_ENUM16 is a VT_USERDEFINED.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-09  Marcus MeissnerPut generated import table code into .text segment.
2005-02-09  Alexandre JulliardUpgrade to the latest version.
2005-02-08  Huw DaviesAdd support for modules.
2005-02-08  Huw DaviesCheck if we've already added the ptr to iface typedesc...
2005-02-08  Vincent BéronSupport some more attributes for interface properties.
2005-02-08  Vincent BéronSupport ATTR_READONLY for interface properties.
2005-02-08  Huw DaviesAdd VARIANT_BOOL.
2005-02-03  Huw DaviesCoclass support.
2005-02-02  Huw DaviesAdd support for typedefs.
2005-02-01  Huw DaviesAdd support for dispinterfaces (slightly hacked because...
2005-01-31  Huw DaviesDynamically allocate the type data storage.
2005-01-31  Vincent BéronCheck that there are some methods to iterate through...
2005-01-28  Alexandre JulliardAvoid assertion failure when loading an empty data...
2005-01-28  Huw DaviesStructs with ptrs are also VT_USERDEFINED.
2005-01-28  Dimitrie O. PaunAdded a new man page for winegcc.
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-26  Huw DaviesWhen adding an interface, midl adds the inherited inter...
2005-01-26  Huw DaviesFix typelib only option.
2005-01-25  Huw DaviesAdd enum support.
2005-01-25  Huw DaviesAdd encoding for VT_R8.
2005-01-25  Huw Daviesunsigned char support.
2005-01-25  Huw DaviesAdd interface inheritance.
2005-01-24  Huw DaviesAdd referenced types that aren't already in the typelib.
2005-01-24  Huw DaviesFix handling of void.
2005-01-24  Huw DaviesAdd support for hidden and restricted function attributes.
2005-01-21  Huw DaviesBit 0x0200 always appears to be set in the typeinfo's
2005-01-21  Huw Davies[local] functions should not be written to the typelib.
2005-01-21  Rémi AssaillySmall char -> const char fix.
next