log loader/pe_image.c @ 36647:e5b30a00c9db

age author description
2013-03-17 diego Add _BSD_SOURCE #define for getpagesize().
2011-10-31 diego build: fix compilation on Solaris due to missing alloca.h #include
2011-05-24 diego configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-10-11 diego Remove #warning preprocessor directives or replace them by suitable comments.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-12-27 diego Avoid u_ BSD type names.
2008-03-03 diego #include osdep/mman.h if sys/mman.h is not available.
2008-01-28 diego Get rid of redundant dbg_printf redefinition. Fixes some warnings:
2008-01-27 reimar Remove $Id$ tags, they make diffs between different versions
2008-01-23 diego Remove unused function fixup_address, fixes the warning:
2008-01-20 diego Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
2007-09-10 diego warning fixes:
2007-09-10 diego warning fixes:
2007-08-01 reimar Ugly hack to make xanlib.dll work.
2007-07-09 diego ISO8859-1 --> UTF-8
2006-11-26 diego Rename config.h --> debug.h and include config.h explicitly.
2006-06-22 diego CVS --> Subversion in copyright notices
2006-05-13 rathann Remove extra return.
2005-05-25 diego DragonFly BSD support
2005-04-15 diego Mark modified imported files as such to comply with GPL ยง2a.
2004-09-18 reimar force compilers not to optimize/inline extend_stack_for_dll_alloca
2002-09-13 arpi avifile sync - 95% cosmetics 5% bug
2001-11-03 arpi partially synced with avifile... (TODO: migrate to new registry.c and driver.c)
2001-10-04 arpi sync with avifile
2001-07-29 jkeil Pre-allocate some stack space to work around a problem with DLL alloca() code
2001-07-12 jkeil Add prototypes to wine/loader stuff, so that we can catch __stdcall function
2001-03-18 arpi_esp DLL loader updated from avifile-0.60beta4
2001-02-24 arpi_esp Initial revision