summaryrefslogtreecommitdiffstats
path: root/loader/ext.c
Commit message (Expand)AuthorAgeFilesLines
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-161-593/+0
* cleanup: Silence compilation warnings on MinGW-w64wm42012-03-011-4/+3
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-3/+2
* Remove #warning preprocessor directivesdiego2010-11-021-1/+1
* Do not cast the results of malloc/calloc/realloc.diego2010-02-261-7/+7
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-3/+0
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* #include osdep/mman.h if sys/mman.h is not available.diego2008-03-031-0/+2
* Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.diego2008-03-011-0/+2
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-271-1/+0
* warning fix:diego2007-09-101-1/+0
* warning fixes:diego2007-09-101-2/+1
* Fix and simplify the WideCharToMultiByte and MultiByteToWideChar pseudo-imple...reimar2007-03-041-24/+10
* Remove useless fd parameter for mmap_anonreimar2006-11-261-9/+3
* Fix loader code: closed .dll file handles when it should notreimar2006-11-261-2/+2
* added mmap_anon to osdep lib. Used in loader for nownplourde2006-11-251-51/+22
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Mark modified imported files as such to comply with GPL ยง2a.diego2005-04-151-0/+7
* gcc-4.0.0-20041024 compile-fixatmos42004-10-311-1/+1
* 100lrtognimp2004-09-101-2/+2
* Fixes for VirtualAlloc function:rtognimp2004-09-101-15/+48
* avifile sync - 95% cosmetics 5% bugarpi2002-09-131-13/+14
* /dev/zero bad permissions error messagearpi2001-12-261-2/+8
* avifile merge. kabi: indent changes really suxxxxarpi2001-12-111-11/+17
* avifile sync again... :(arpi2001-11-261-10/+11
* partially synced with avifile... (TODO: migrate to new registry.c and driver.c)arpi2001-11-031-64/+80
* sync with avifilearpi2001-10-041-25/+25
* Add prototypes to wine/loader stuff, so that we can catch __stdcall functionjkeil2001-07-121-33/+45
* DLL loader updated from avifile-0.60beta4arpi_esp2001-03-181-6/+5
* Initial revisionarpi_esp2001-02-241-0/+565