ecl/src/c
2002-12-09 12:53:44 +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 Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +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 Removed si::*inhibit-macro-special*. 2002-11-18 12:45:41 +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 Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +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 Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +00:00
compiler.d We need string.h for memcpy(). 2002-12-09 12:44:34 +00:00
disassembler.d Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +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 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
file.d When illegally trying to access a closed stream, signal an error of type 2002-11-27 15:54:25 +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 Remove pathname_match_p and symbol_name, which are redundant. Clean external.h, removing names of functions which do ot exist. 2002-11-18 11:30:56 +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 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
list.d Remove pathname_match_p and symbol_name, which are redundant. Clean external.h, removing names of functions which do ot exist. 2002-11-18 11:30:56 +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 Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +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 Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +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 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
pathname.d We need string.h for memcpy(). 2002-12-09 12:47:44 +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 We need string.h for memcpy(). 2002-12-09 12:47:44 +00:00
reference.d Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +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 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
symbols_list.h Remove harmless type warning. 2002-12-09 12:53:44 +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 Replace int -> cl_fixnum, cl_index, to avoid problems with 64-bit archit. 2002-12-09 12:10:33 +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