elk/src
sam 4ad539fda8 * Added volatile keyword to prevent gcc from optimising away.
git-svn-id: svn://svn.zoy.org/elk/trunk@264 55e467fa-43c5-0310-a8a2-de718669efc6
2006-06-14 14:11:36 +00:00
..
Makefile.am * Proper DLL symbol exporting under Win32. 2003-09-17 13:18:59 +00:00
autoload.c * scheme.h and kernel.h no longer include config.h 2003-09-06 11:25:29 +00:00
bignum.c * Use DBL_MAX instead of HUGE_VAL for float precision when available. 2003-09-23 12:16:22 +00:00
bool.c * Fixed a minor compilation warning. 2003-09-26 09:10:53 +00:00
char.c * scheme.h and kernel.h no longer include config.h 2003-09-06 11:25:29 +00:00
cont.c * src/cont.c: marked as volatile variables that we don't want optimised 2006-03-02 21:17:23 +00:00
cstring.c * Fixed all signed/unsigned and undeclared function warnings. 2003-09-15 12:53:36 +00:00
debug.c * scheme.h and kernel.h no longer include config.h 2003-09-06 11:25:29 +00:00
dump-ecoff.c * No TABS !! 2003-09-02 08:12:11 +00:00
dump-elf.c * Replaced ptrdiff_t with intptr_t. 2003-09-06 15:30:43 +00:00
dump-hp9k.c * Fixed all signed/unsigned and undeclared function warnings. 2003-09-15 12:53:36 +00:00
dump-vanilla.c * No TABS !! 2003-09-02 08:12:11 +00:00
dump.c * Fixed typo (HAVE_ELF/HAVE_LIBELF). 2003-09-06 15:43:16 +00:00
env.c * Replaced ptrdiff_t with intptr_t. 2003-09-06 15:30:43 +00:00
error.c * Removed the autoconf check for __attribute__((noreturn)) and used plain 2003-09-06 12:33:55 +00:00
exception.c * Added more system checks. 2003-09-09 15:18:55 +00:00
feature.c * Fixed all signed/unsigned and undeclared function warnings. 2003-09-15 12:53:36 +00:00
heap-gen.c * src/heap-gen.c: 2004-08-09 20:21:00 +00:00
heap-sc.c * Renamed ALIGN into ELK_ALIGN because OS X's <ppc/param.h> defines it. 2003-09-26 15:02:53 +00:00
heap.c * Replaced ptrdiff_t with intptr_t. 2003-09-06 15:30:43 +00:00
io.c * Removed compile-time checks for _SC_OPEN_MAX, _PC_PATH_MAX and _SC_PAGESIZE 2003-09-26 12:28:31 +00:00
libelk.c * Added volatile keyword to prevent gcc from optimising away. 2006-06-14 14:11:36 +00:00
list.c * Renamed ALIGN into ELK_ALIGN because OS X's <ppc/param.h> defines it. 2003-09-26 15:02:53 +00:00
load.c * Do not open .so files, but look for the libtool .la library instead and 2003-09-17 12:01:49 +00:00
loadlib.c * src/loadlib.c: 2004-03-11 18:21:55 +00:00
main.c * Allocate a console under Win32, and wait for user input before closing it. 2003-09-11 10:09:27 +00:00
malloc.c * scheme.h and kernel.h no longer include config.h 2003-09-06 11:25:29 +00:00
math.c * src/math.c: 2004-01-29 13:55:42 +00:00
onfork.c * scheme.h and kernel.h no longer include config.h 2003-09-06 11:25:29 +00:00
prim.c * include/extern.h: 2004-01-19 19:29:59 +00:00
print.c * Display #<foo> instead of #[foo], to mimic Guile's output. 2003-09-22 22:47:03 +00:00
proc.c * src/proc.c: store function pointers in typed variables before calling them. 2006-03-02 21:07:01 +00:00
promise.c * scheme.h and kernel.h no longer include config.h 2003-09-06 11:25:29 +00:00
read.c * Added more system checks. 2003-09-09 15:18:55 +00:00
special.c * Fixed scope of named let variables, fixing the bug described here: 2003-09-24 16:32:46 +00:00
stab-bsd.c * Fixed all signed/unsigned and undeclared function warnings. 2003-09-15 12:53:36 +00:00
stab-coff.c * No TABS !! 2003-09-02 08:12:11 +00:00
stab-convex.c * No TABS !! 2003-09-02 08:12:11 +00:00
stab-ecoff.c * Fixed all signed/unsigned and undeclared function warnings. 2003-09-15 12:53:36 +00:00
stab-elf.c * Got rid of P_() and ELLIPSIS macros. 2004-08-09 20:05:25 +00:00
stab-hp9k300.c * Fixed all signed/unsigned and undeclared function warnings. 2003-09-15 12:53:36 +00:00
stab-hp9k800.c * Fixed all signed/unsigned and undeclared function warnings. 2003-09-15 12:53:36 +00:00
stab-macho.c * No TABS !! 2003-09-02 08:12:11 +00:00
stab-vanilla.c * Typos and coding style. 2003-09-17 02:26:57 +00:00
stab.c * Fixed a crash for symbols found in the list but that dlopen() could not 2003-09-07 13:12:27 +00:00
stkmem.c * Added more system checks. 2003-09-09 15:18:55 +00:00
string.c * Fixed all signed/unsigned and undeclared function warnings. 2003-09-15 12:53:36 +00:00
symbol.c * Added the "unspecified" type. 2003-09-22 22:46:24 +00:00
terminate.c * scheme.h and kernel.h no longer include config.h 2003-09-06 11:25:29 +00:00
type.c * src/type.c: Replaced useless ++p with p+1. 2006-03-02 21:04:10 +00:00
vector.c * Fixed all signed/unsigned and undeclared function warnings. 2003-09-15 12:53:36 +00:00