| .. |
|
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
|
* scheme.h and kernel.h no longer include config.h
|
2003-09-06 11:25:29 +00:00 |
|
bool.c
|
* Fixed all signed/unsigned and undeclared function warnings.
|
2003-09-15 12:53:36 +00:00 |
|
char.c
|
* scheme.h and kernel.h no longer include config.h
|
2003-09-06 11:25:29 +00:00 |
|
cont.c
|
* Fixed all signed/unsigned and undeclared function warnings.
|
2003-09-15 12:53:36 +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
|
* Fixed all signed/unsigned and undeclared function warnings.
|
2003-09-15 12:53:36 +00:00 |
|
heap-sc.c
|
* Added more system checks.
|
2003-09-09 15:18:55 +00:00 |
|
heap.c
|
* Replaced ptrdiff_t with intptr_t.
|
2003-09-06 15:30:43 +00:00 |
|
io.c
|
* Fixed the / and \ issues in path separators.
|
2003-09-17 13:29:39 +00:00 |
|
libelk.c
|
* Fixed the / and \ issues in path separators.
|
2003-09-17 13:29:39 +00:00 |
|
list.c
|
* Fixed all signed/unsigned and undeclared function warnings.
|
2003-09-15 12:53:36 +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
|
* Fixed an invalid declaration that prevented compilation on HP-UX.
|
2003-09-19 11:46:13 +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
|
* Do not declare random(), in case the prototype changes.
|
2003-09-09 18:35:16 +00:00 |
|
onfork.c
|
* scheme.h and kernel.h no longer include config.h
|
2003-09-06 11:25:29 +00:00 |
|
prim.c
|
* scheme.h and kernel.h no longer include config.h
|
2003-09-06 11:25:29 +00:00 |
|
print.c
|
* Fixed all signed/unsigned and undeclared function warnings.
|
2003-09-15 12:53:36 +00:00 |
|
proc.c
|
* Added more system checks.
|
2003-09-09 15:18:55 +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
|
* scheme.h and kernel.h no longer include config.h
|
2003-09-06 11:25:29 +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
|
* Fixed all signed/unsigned and undeclared function warnings.
|
2003-09-15 12:53:36 +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
|
* Fixed all signed/unsigned and undeclared function warnings.
|
2003-09-15 12:53:36 +00:00 |
|
terminate.c
|
* scheme.h and kernel.h no longer include config.h
|
2003-09-06 11:25:29 +00:00 |
|
type.c
|
* scheme.h and kernel.h no longer include config.h
|
2003-09-06 11:25:29 +00:00 |
|
vector.c
|
* Fixed all signed/unsigned and undeclared function warnings.
|
2003-09-15 12:53:36 +00:00 |