log loader/ext.c @ 32755:f03a237a8d26

age author description
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.
2010-02-26 diego Do not cast the results of malloc/calloc/realloc.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-04-02 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2008-03-03 diego #include osdep/mman.h if sys/mman.h is not available.
2008-03-01 diego Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
2008-01-27 reimar Remove $Id$ tags, they make diffs between different versions
2007-09-10 diego warning fix:
2007-09-10 diego warning fixes:
2007-03-04 reimar Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-implementations.
2006-11-26 reimar Remove useless fd parameter for mmap_anon
2006-11-26 reimar Fix loader code: closed .dll file handles when it should not
2006-11-25 nplourde added mmap_anon to osdep lib. Used in loader for now
2006-06-22 diego CVS --> Subversion in copyright notices
2005-04-15 diego Mark modified imported files as such to comply with GPL ยง2a.
2004-10-31 atmos4 gcc-4.0.0-20041024 compile-fix
2004-09-10 rtognimp 100l
2004-09-10 rtognimp Fixes for VirtualAlloc function:
2002-09-13 arpi avifile sync - 95% cosmetics 5% bug
2001-12-26 arpi /dev/zero bad permissions error message
2001-12-11 arpi avifile merge. kabi: indent changes really suxxxx
2001-11-26 arpi avifile sync again... :(
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-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