aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/ext.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Remove #warning preprocessor directivesGravatar diego2010-11-02
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* #include osdep/mman.h if sys/mman.h is not available.Gravatar diego2008-03-03
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.Gravatar diego2008-03-01
* Remove $Id$ tags, they make diffs between different versionsGravatar reimar2008-01-27
* warning fix:Gravatar diego2007-09-10
* warning fixes:Gravatar diego2007-09-10
* Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-imple...Gravatar reimar2007-03-04
* Remove useless fd parameter for mmap_anonGravatar reimar2006-11-26
* Fix loader code: closed .dll file handles when it should notGravatar reimar2006-11-26
* added mmap_anon to osdep lib. Used in loader for nowGravatar nplourde2006-11-25
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Mark modified imported files as such to comply with GPL ยง2a.Gravatar diego2005-04-15
* gcc-4.0.0-20041024 compile-fixGravatar atmos42004-10-31
* 100lGravatar rtognimp2004-09-10
* Fixes for VirtualAlloc function:Gravatar rtognimp2004-09-10
* avifile sync - 95% cosmetics 5% bugGravatar arpi2002-09-13
* /dev/zero bad permissions error messageGravatar arpi2001-12-26
* avifile merge. kabi: indent changes really suxxxxGravatar arpi2001-12-11
* avifile sync again... :(Gravatar arpi2001-11-26
* partially synced with avifile... (TODO: migrate to new registry.c and driver.c)Gravatar arpi2001-11-03
* sync with avifileGravatar arpi2001-10-04
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionGravatar jkeil2001-07-12
* DLL loader updated from avifile-0.60beta4Gravatar arpi_esp2001-03-18
* Initial revisionGravatar arpi_esp2001-02-24