ecl/src/h
2009-08-29 18:53:28 +02:00
..
bytecodes.h New bytecodes for parsing the arguments of an interpreted function. 2009-02-21 00:07:16 +01:00
config.h.in Bignum registers can not use statically allocated memory if we use GMP's own allocation/deallocation routines. This implies additional cleanup when deallocating an environment, and allowing for larger registers to decrease the pressure on the garbage collector. 2009-08-28 13:05:36 +02:00
cs.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
ecl-cmp.h In structures ecl_{array,vector,base_string,string}, replaced the bitfields hasfillp and adjustable with a single integer holding all flags. This solves several problems with Microsoft C compiler. 2009-07-26 11:56:26 +02:00
ecl-inl.h Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
ecl.h Move the definition of _XOPEN_SOURCE out of ecl.h so that we can use MAP_ANON. 2009-07-02 17:55:56 +02:00
eval.h Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
external.h The function ecl_alloc_simple_vector() is responsible now for allocation of simple strings and it uses ecl_alloc_compact_object(). 2009-08-29 18:53:28 +02:00
internal.h The routines for allocating bignums in a compact way is exported to alloc_2.d so that it can be applied to other objects. 2009-08-29 15:40:40 +02:00
number.h Renamed all remaining internal functions that work with bignums. 2009-08-28 22:31:39 +02:00
object.h Removed two unused fields, isform and mflag, from ecl_symbol. HEADER3 and HEADER4 2009-07-26 12:07:41 +02:00
page.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
stacks.h Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
unify.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00