ecl/src/c
2003-03-11 14:55:58 +00:00
..
all_symbols.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
alloc.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
alloc_2.d Instead of defining cl_alloc* stuff, make them alias of functions in the Boehm-Weiser garbage collector, to save space. 2002-11-18 12:50:54 +00:00
apply.d Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +00:00
array.d + The tests for the type and size of cl_fixnum have been grouped. 2002-11-20 17:26:21 +00:00
assignment.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
backq.d Fix a typo. In comma_reader, PEEK-CHAR should be called with the stream to 2002-11-23 17:52:43 +00:00
big.d We need string.h for memcpy(). 2002-12-09 12:47:44 +00:00
bind.d The project name goes back to ECL. Therefore feature #+ECL returns and the 2001-11-21 08:07:30 +00:00
cfun.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
character.d Introduce ecl_register_static_root() to register C static variables as containing pointers for garbage collection. Make ecl_register_static_root() do nothing in the Boehm-Weiser GC, because it already scans the whole data segment. 2002-11-18 12:48:58 +00:00
cinit.d + New implementation of DESTRUCTURING-BIND 2003-03-04 16:35:03 +00:00
clos.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
cmpaux.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
compiler.d ECL now detects wrong function calls, such as ("foo"), (setq a ("foo")), etc 2003-03-11 12:47:58 +00:00
disassembler.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
dosdummy.d Initial revision 2001-06-26 17:14:44 +00:00
dostimes.d Initial revision 2001-06-26 17:14:44 +00:00
dpp.c Rewrite the checking of # of arguments, so that the error message gets the name of the function whenever possible. 2002-11-18 11:29:21 +00:00
earith.d Add support for Mac OSX, which means 2001-12-25 16:13:18 +00:00
error.d We need string.h for strerror(). 2002-12-09 12:49:49 +00:00
eval.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
file.d In cl_clear_input(), do not complain when fseek() fails. 2002-12-17 10:53:29 +00:00
format.d Introduce ecl_register_static_root() to register C static variables as containing pointers for garbage collection. Make ecl_register_static_root() do nothing in the Boehm-Weiser GC, because it already scans the whole data segment. 2002-11-18 12:48:58 +00:00
gbc-new.d gentemp_prefix and gensym_prefix are now constant static variables and their 2002-09-11 14:49:54 +00:00
gbc.d Global variables preserving_whitespace, detect_eos_flag, escape_flag and 2002-11-24 15:52:15 +00:00
gfun.d More integer type fixes. 2002-12-09 12:45:43 +00:00
hash.d + New implementation of DESTRUCTURING-BIND 2003-03-04 16:35:03 +00:00
instance.d Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +00:00
interpreter.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
list.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
load.d Implement *load-pathname* and *load-truename* 2002-12-06 16:23:47 +00:00
lwp.d Global variables preserving_whitespace, detect_eos_flag, escape_flag and 2002-11-24 15:52:15 +00:00
macros.d Removed si::*inhibit-macro-special*. 2002-11-18 12:45:41 +00:00
main.d A stupid character got in the file. 2003-03-05 09:33:19 +00:00
Makefile.in Global variables preserving_whitespace, detect_eos_flag, escape_flag and 2002-11-24 15:52:15 +00:00
mapfun.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
multival.d Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +00:00
num_arith.d More fixes about integer types. 2002-12-09 12:51:40 +00:00
num_co.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
num_comp.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
num_log.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
num_pred.d Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +00:00
num_rand.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
num_sfun.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
number.d Introduce ecl_register_static_root() to register C static variables as containing pointers for garbage collection. Make ecl_register_static_root() do nothing in the Boehm-Weiser GC, because it already scans the whole data segment. 2002-11-18 12:48:58 +00:00
package.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
pathname.d + New implementation of DESTRUCTURING-BIND 2003-03-04 16:35:03 +00:00
predicate.d Make DISPATCH-FUNCTION a valid type. 2002-11-18 12:55:22 +00:00
print.d We need string.h for memcpy(). 2002-12-09 12:47:44 +00:00
profile.d Rewrite the checking of # of arguments, so that the error message gets the name of the function whenever possible. 2002-11-18 11:29:21 +00:00
read.d + New implementation of DESTRUCTURING-BIND 2003-03-04 16:35:03 +00:00
reference.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
sequence.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
stacks.d Global variables preserving_whitespace, detect_eos_flag, escape_flag and 2002-11-24 15:52:15 +00:00
string.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
structure.d We need string.h for memcpy(). 2002-12-09 12:47:44 +00:00
symbol.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
symbols_list.h Make symbol COMPILER-MACRO built-in. 2003-03-11 14:55:58 +00:00
tclBasic.d Introduce ecl_register_static_root() to register C static variables as containing pointers for garbage collection. Make ecl_register_static_root() do nothing in the Boehm-Weiser GC, because it already scans the whole data segment. 2002-11-18 12:48:58 +00:00
tcp.d Global variables preserving_whitespace, detect_eos_flag, escape_flag and 2002-11-24 15:52:15 +00:00
time.d Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
tkMain.d The project name goes back to ECL. Therefore feature #+ECL returns and the 2001-11-21 08:07:30 +00:00
typespec.d Introduce ecl_register_static_root() to register C static variables as containing pointers for garbage collection. Make ecl_register_static_root() do nothing in the Boehm-Weiser GC, because it already scans the whole data segment. 2002-11-18 12:48:58 +00:00
unify.d The project name goes back to ECL. Therefore feature #+ECL returns and the 2001-11-21 08:07:30 +00:00
unixfsys.d Bunch of fixes inspired by the ANSI test suite of GCL. 2003-03-10 09:10:13 +00:00
unixint.d We need machines.h do define unix.h. 2002-11-21 13:41:22 +00:00
unixsys.d After reading an object, READ should skip whitespaces until it fints the 2002-11-23 15:42:09 +00:00