ecl/src/h
2010-03-01 18:48:07 +01:00
..
bytecodes.h Reorganize the code for OP_LABELS/OP_FLET in ecl_interpret() to occupy less space and get faster. 2010-02-08 23:20:29 +01:00
config.h.in Reduce the size of the core using GCC's __attribute__((noreturn)) 2010-02-04 21:18:24 +01:00
cs.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
ecl-cmp.h The macros for creating statically allocated strings are moved into ecl-inl.h 2009-12-19 23:08:54 +01:00
ecl-inl.h Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP 2010-02-27 09:47:05 +01:00
ecl.h Replace use of __builtin_expect() with two macros, ecl_{likely,unlikely} 2010-02-04 16:54:05 +01:00
eval.h Replaced FEtype_error_symbol with FEwrong_type_*_arg 2010-02-25 16:46:40 +01:00
external.h Fix some warnings about noreturn functions that actually return (M. Kocic) 2010-03-01 18:48:07 +01:00
internal.h Function get_string_start_end() rewritten to provide more useful error messages 2010-02-28 12:00:53 +01:00
number.h Moved more uses of _ecl_big_register*() out of sources into big.d. Introduced _ecl_big_gcd(). 2010-01-28 23:36:01 +01:00
object.h Replaced many uses of type_of() with specialized macros (ECL_BIT_VECTOR_P, ECL_BASE_STRING_P, etc), now in the compiler as well. 2010-02-28 01:20:26 +01:00
page.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
stacks.h Added a new field to the IHS record, with the value of the BDS stack. This allows printing the special variable bindings of a function. 2010-02-24 12:33:32 +01:00
unify.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00