log loader/pe_image.c @ 37153:ee0a7558379e

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