ecl/src/c
jjgarcia 7b7b05bfc3 Build a the internet address properly. One cannot just pass the
unsigned long on architectures with "wrong" endianness.
2002-10-25 09:33:17 +00:00
..
all_symbols.d Collect function and symbol declarations in the same file: all_symbols.d 2002-09-22 12:19:23 +00:00
alloc.d Fix interplay between old garbage collector and new method for allocating 2002-09-16 16:40:27 +00:00
alloc_2.d All symbols belonging to the LISP package and to the C core, are 2002-09-15 13:29:05 +00:00
apply.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
array.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
assignment.d Fix interplay between old garbage collector and new method for allocating 2002-09-16 16:40:27 +00:00
backq.d Changed the algorithm of the list reader. A dot which is not escaped is read as 2002-10-08 16:50:28 +00:00
big.d Global variables bignum_register[], gc_time, backq_level are no longer public. 2002-09-11 13:39: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 All symbols belonging to the LISP package and to the C core, are 2002-09-15 13:29:05 +00:00
character.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
cinit.d Minimal patches for C++ compatibility 2001-12-20 09:17:51 +00:00
clos.d All symbols belonging to the LISP package and to the C core, are 2002-09-15 13:29:05 +00:00
cmpaux.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
compiler.d Fix typo. 2002-10-21 12:33:43 +00:00
disassembler.d Add new operator OP_LFUNCTION and remove OP_CALL/OP_PCALL. This results in 2002-10-13 17:13:25 +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 The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
earith.d Add support for Mac OSX, which means 2001-12-25 16:13:18 +00:00
error.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
eval.d The stack pointer in args[0].sp should point to the first value which 2002-10-22 07:09:17 +00:00
file.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
format.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27: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 Fix interplay between old garbage collector and new method for allocating 2002-09-16 16:40:27 +00:00
gfun.d Instead of having gcall() work like funcall(), create a function 2002-10-13 16:05:26 +00:00
hash.d Enforce strict typechecking on all functions. 2002-10-22 12:52:52 +00:00
init.d Collect function and symbol declarations in the same file: all_symbols.d 2002-09-22 12:19:23 +00:00
instance.d All symbols belonging to the LISP package and to the C core, are 2002-09-15 13:29:05 +00:00
interpreter.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
list.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
load.d Fix typo: output from load went to a string, instead of *standard-output*. 2002-09-16 16:35:53 +00:00
lwp.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
macros.d All symbols belonging to the LISP package and to the C core, are 2002-09-15 13:29:05 +00:00
main.d Avoid recreating symbols when assigning value to constants. 2002-09-22 12:08:05 +00:00
Makefile.in The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +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 The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
num_arith.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
num_co.d Avoid recreating symbols when assigning value to constants. 2002-09-22 12:08:05 +00:00
num_comp.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
num_log.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
num_pred.d Function SI:NANI has been removed. Its purpose was to provide an 2002-05-22 13:40:38 +00:00
num_rand.d All symbols belonging to the LISP package and to the C core, are 2002-09-15 13:29:05 +00:00
num_sfun.d Avoid recreating symbols when assigning value to constants. 2002-09-22 12:08:05 +00:00
number.d Avoid recreating symbols when assigning value to constants. 2002-09-22 12:08:05 +00:00
package.d Fix interplay between old garbage collector and new method for allocating 2002-09-16 16:40:27 +00:00
pathname.d All symbols belonging to the LISP package and to the C core, are 2002-09-15 13:29:05 +00:00
predicate.d Add support for Mac OSX, which means 2001-12-25 16:13:18 +00:00
print.d *standard-output* and *terminal-io* are always bound to something. 2002-10-08 16:32:13 +00:00
profile.d The project name goes back to ECL. Therefore feature #+ECL returns and the 2001-11-21 08:07:30 +00:00
read.d Changed the algorithm of the list reader. A dot which is not escaped is read as 2002-10-08 16:50:28 +00:00
reference.d The project name goes back to ECL. Therefore feature #+ECL returns and the 2001-11-21 08:07:30 +00:00
sequence.d SUBSEQ should also work with vectors of bytes. 2002-10-16 06:56:47 +00:00
stacks.d All symbols belonging to the LISP package and to the C core, are 2002-09-15 13:29:05 +00:00
string.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
structure.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
symbol.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
symbols_list.h The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
tclBasic.d The project name goes back to ECL. Therefore feature #+ECL returns and the 2001-11-21 08:07:30 +00:00
tcp.d Build a the internet address properly. One cannot just pass the 2002-10-25 09:33:17 +00:00
time.d The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +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 All symbols belonging to the LISP package and to the C core, are 2002-09-15 13:29:05 +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 The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
unixint.d Add support for Mac OSX, which means 2001-12-25 16:13:18 +00:00
unixsys.d Provide declarations for some functions & remove some #include's from ecl.h 2002-09-03 13:39:13 +00:00