ecl/src/h
Matthew Mondor c5c606cc01 - User-defined heap sizes can now exceed the size of a fixnum on 32-bit
Fixes issue #140

- The heap size limit was intended to be 1GB on 32-bit or 4GB on 64-bit
  but inconsistency between ECL_FIXNUM_BITS and FIXNUM_BITS in the code
  prevented the heap to grow for 64-bit.  This now occurs, and a few
  other less visible bugs were fixed by restoring consistency to
  ECL_FIXNUM_BITS.
2015-09-11 16:54:18 -04:00
..
impl The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
bytecodes.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cache.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
config.h.in The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cons.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
cs.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ecl-cmp.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ecl-inl.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
ecl.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
external.h - User-defined heap sizes can now exceed the size of a fixnum on 32-bit 2015-09-11 16:54:18 -04:00
internal.h - User-defined heap sizes can now exceed the size of a fixnum on 32-bit 2015-09-11 16:54:18 -04:00
legacy.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
number.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
object.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
page.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
stacks.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00
unify.h The ECL code no longer uses tabulator characters, they were replaced 2015-09-03 07:35:47 -04:00