ecl/src/c
2008-05-20 08:21:22 +00:00
..
arch Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
all_symbols.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
alloc.d Serious warning about the old garbage collector. 2008-05-20 08:21:22 +00:00
alloc_2.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
apply.d Implement APPLY using assembler on the Intel/32bits platform 2008-04-30 10:33:10 +00:00
array.d Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
assignment.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
backq.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
big.d Update sources to accomodate the new cl_dealloc() macro 2008-05-19 07:44:09 +00:00
big_ll.d ECL can be built without GMP again 2008-04-22 10:26:53 +00:00
cfun.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
character.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
cinit.d In systems where it is available, use uname() to gather information from the system 2008-04-13 20:18:45 +00:00
cmpaux.d Inline the code for handling cl_va_list 2008-05-12 08:10:27 +00:00
compiler.d Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
disassembler.d Let interpreted forms remember the file they come from 2008-04-22 12:29:44 +00:00
dosdummy.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
dostimes.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
dpp.c Fixed typo. 2008-05-14 08:15:20 +00:00
earith.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
error.d Factor out some error calls to make code faster in Mac OS X (avoids references to cl_env in some functions) 2008-05-12 08:12:31 +00:00
eval.d In cl_va_start(), factor the code for the worst case (narg > 64) in a separate function, so that the default case does not reference cl_env 2008-05-12 08:13:53 +00:00
ffi.d Update sources to accomodate the new cl_dealloc() macro 2008-05-19 07:44:09 +00:00
file.d Update sources to accomodate the new cl_dealloc() macro 2008-05-19 07:44:09 +00:00
format.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
gbc-new.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
gbc.d Update sources to accomodate the new cl_dealloc() macro 2008-05-19 07:44:09 +00:00
gfun.d In cl_va_start(), factor the code for the worst case (narg > 64) in a separate function, so that the default case does not reference cl_env 2008-05-12 08:13:53 +00:00
hash.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
instance.d Remove unused statements 2008-05-12 15:59:23 +00:00
interpreter.d Update sources to accomodate the new cl_dealloc() macro 2008-05-19 07:44:09 +00:00
list.d In SUBST and the like, the call frames for :KEY functions were not set up correctly 2008-05-12 08:17:45 +00:00
load.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
macros.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
main.d In cl_va_start(), factor the code for the worst case (narg > 64) in a separate function, so that the default case does not reference cl_env 2008-05-12 08:13:53 +00:00
Makefile.in Implement APPLY using assembler on the Intel/32bits platform 2008-04-30 10:33:10 +00:00
mapfun.d Modify call frames to keep pointers and let cl_funcall() share frames among calls 2008-05-12 08:11:37 +00:00
multival.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
newhash.h Improved hashing with unicode. Random states can now be compared and have similar keys when equalp 2008-02-02 19:06:15 +00:00
num_arith.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
num_co.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
num_comp.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
num_log.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
num_pred.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
num_rand.d Improved hashing with unicode. Random states can now be compared and have similar keys when equalp 2008-02-02 19:06:15 +00:00
num_sfun.d Only compile log1pl when using long double. 2008-05-13 13:55:51 +00:00
number.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
package.d Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
pathname.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
predicate.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
print.d Modify call frames to keep pointers and let cl_funcall() share frames among calls 2008-05-12 08:11:37 +00:00
read.d No need to memset the freed memory. 2008-05-19 07:55:53 +00:00
reference.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
sequence.d More errors factored into separate functions 2008-05-12 08:14:19 +00:00
stacks.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
string.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
structure.d Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
symbol.d Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
symbols_list.h Simplifed MAKE-ARRAY. Deactivated the old garbage collector. New optimizers for MAKE-ARRAY and VECTOR-PUSH*. Declarations are now held in *cmp-env* instead of in global variables. 2008-05-18 20:08:39 +00:00
symbols_list2.h Merged in changes from sealed_slot branch 2008-05-09 09:48:29 +00:00
tcp.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
threads.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
threads_win32.d sleep is no longer defined in mingw. 2008-01-26 15:04:34 +00:00
time.d Include get-universal-time in the core library 2008-02-01 11:40:41 +00:00
typespec.d More errors factored into separate functions 2008-05-12 08:14:19 +00:00
unify.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
unixfsys.d Update sources to accomodate the new cl_dealloc() macro 2008-05-19 07:44:09 +00:00
unixint.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
unixsys.d Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00