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
|
Fri, 26 Feb 2010 15:01:37 +0000 |
diego |
Do not cast the results of malloc/calloc/realloc.
|
Fri, 12 Feb 2010 01:38:14 +0000 |
komh |
Add win32 loader support for OS/2
|
Thu, 11 Feb 2010 14:33:57 +0000 |
diego |
Remove extern "C" declarations from loader code.
|
Mon, 08 Feb 2010 10:05:49 +0000 |
diego |
Merge some preprocessor conditionals where appropriate.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Thu, 16 Oct 2008 20:17:56 +0000 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
Mon, 03 Mar 2008 09:47:01 +0000 |
diego |
#include osdep/mman.h if sys/mman.h is not available.
|
Sat, 01 Mar 2008 10:31:51 +0000 |
diego |
Wrap '#include <sys/mman.h>' in HAVE_SYS_MMAN_H.
|
Sun, 24 Feb 2008 12:18:01 +0000 |
diego |
Add missing #includes for Mac OS X, fixes the warning
|
Sun, 27 Jan 2008 12:15:27 +0000 |
reimar |
Remove $Id$ tags, they make diffs between different versions
|
Sun, 18 Mar 2007 22:18:11 +0000 |
nicodvb |
check that definition of prototype of sysi86(int, void*) doesn't conflict; fixed compilation in opensolaris
|
Mon, 27 Nov 2006 02:44:06 +0000 |
nplourde |
fix compilation for win32 dll codec support for intel osx
|
Sun, 26 Nov 2006 13:09:46 +0000 |
reimar |
Remove useless fd parameter for mmap_anon
|