tools: Convert source files to utf-8.
[wine] / tools / winedump /
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-10  Michael Stefaniuctools: Remove redundant NULL checks before free() ...
2006-10-02  Michael Stefaniucwinedump: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  Detlef Riekenbergwinedump: Remove the shell script reference from the...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Eric Pouechwinedump: Added -G option to dump raw stabs information...
2006-08-25  Alexandre Julliardwinedump: Get rid of the install script.
2006-08-24  Andrew Talbotwinedump: Cast-qual warnings fix.
2006-08-17  Stefan Leichterwinedump: Print each 64bit integers as two 32 bit integers.
2006-08-10  Colin Pitrattools: Check for open return code in Perl scripts.
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-14  Andrew Talbotwinedump: Write-strings warnings fix.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-21  Detlef Riekenbergwinedump: Add DLL_WINE_PREATTACH to the generated DllMain.
2006-06-21  Detlef Riekenbergwinedump: Use ntdll as template.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-11  Eric Pouechwinedump: Constify some pointers.
2006-04-11  Alexandre Julliardwinedump: Added detection of Wine fake dlls.
2006-04-08  Marcus Meissnerwinedump: Use fchmod() instead of doing system(chmod).
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-01-18  Hans Leidekkerwinedump: Fix compilation of generated source.
2005-12-13  Eric Pouechwinedump: Const correctness fixes.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-02  Mike McCormackHandle msi component identifiers without a feature...
2005-10-18  Mike McCormackMake sure the component string is nul terminated.
2005-10-11  Dmitry TimoshkovRename struct option in order to avoid a conflict with...
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-06  Dmitry TimoshkovIgnore the delay load directory size.
2005-10-04  Alexandre JulliardFixed dumping of the import directory to ignore the...
2005-10-04  Dmitry TimoshkovAdd support for dumping delay load PE data.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-09  Alexandre JulliardFixed get_time_str definition to match the prototype.
2005-09-08  Dmitry TimoshkovDump more .lnk file header fields.
2005-08-11  Steven EdwardsCorrect size check.
2005-08-08  Mike McCormackgcc 4.0 warning fix.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-21  Stefan HuehnerFix some -Wsign-compare warnings.
2005-07-19  Kevin KoltzauAdd support for dumping 64bit PE files.
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-01  Alexandre JulliardAdded dumping of NE segments and relocations.
2005-06-30  Francois GougetAssorted spelling fixes.
2005-06-23  Mike McCormackFix declarations.
2005-06-09  Mike McCormackDump out the msi information in more detail.
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-24  Dmitry TimoshkovPrint data offset additionally to prefix while dumping...
2005-05-23  Robert ShearmanFix -Wwrite-strings warnings.
2005-05-20  Dmitry TimoshkovPrint also flags and length of NE resources.
2005-05-06  Alexandre JulliardRemoved a bunch of obsolete makefile hacking sed code.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-15  Francois GougetMention the 'emf' and 'lnk' modes in the usage summary.
2005-03-07  Eric PouechCreated dump.c as a central point for file dumping...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Mike McCormackDump the pidl of a lnk file.
2005-02-22  Jon GriffithsUse config.h & HAVE_ where needed, -W fixes.
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-01-05  Peter Berg LarsenFix a return type bug after allowing 'foo *functionname()'
2005-01-04  Mike McCormackExtend winedump to allow dumping enhanced meta files.
2005-01-03  Peter Berg LarsenCurrently a '//****' is matched as an /* comment -...
2005-01-03  Peter Berg LarsenIn function_grep.pl and symbol.c/symbol_clean_string...
2005-01-03  Peter Berg LarsenAdded the word "FLOAT" to be recognized as argument...
2005-01-03  Alexandre JulliardWarning fixes.
2005-01-03  Robert ReifAdded partial VxD support.
2004-12-22  Francois GougetSpelling fixes.
2004-12-20  Peter Berg LarsenAllow several -I parameters to be given - currently...
2004-12-20  Peter Berg LarsenWarzone 2100 has in a header a definition that ends...
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-12-06  Eric PouechAnother couple of missing static definitions.
2004-10-25  Francois GougetFix string handling.
2004-07-13  Alexandre JulliardAdded support for dumping exported entry points in...
2004-04-09  Michael Stefaniuc- remove from README the stuff that's already in the...
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-02  Alexandre JulliardRemoved obsolete definitions from generated makefiles.
2004-02-17  Michael StefaniucAdded winedump man page, heavily based on the README...
2004-01-15  Eric PouechBe more strict about checks (especially in RVA translat...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-11-26  Dimitrie O. PaunMake the winehq.org domain the official one.
2003-11-11  Alexandre JulliardCosmetics.
2003-10-30  Gerald PfeiferChange some variables from int to unsigned to avoid...
2003-10-27  Alexandre JulliardAdded printing of the target of forwarded exports.
2003-09-27  Alexandre JulliardAdded dumping of the resident name table of NE files.
2003-09-10  Alexandre JulliardAdded dumping of message table resources.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-21  Jon GriffithsUpdate install script to match current build process.
2003-08-18  Jon GriffithsPortability fixes.
2003-08-18  Jon GriffithsUse $(EXEEXT) for the winedump executable.
2003-07-22  Jon GriffithsSpelling fix.
2003-07-22  Jon GriffithsSupport float and function ptr args better, -W warning...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-13  Eric PouechListed recently added sections' types (resource, tls...
2003-05-08  Alexandre JulliardAdded dumping of the TLS directory.
2003-04-02  Alexandre JulliardDump string resources in a more readable way.
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-15  Jon GriffithsOnly sort the number of symbols actually found.
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
next