ecl/src/h
2009-09-27 13:19:30 +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 Initial version of semaphores both for POSIX and Windows. Includes test that detects failure of unnamed semaphores under Darwin. The whole code is still inactive. 2009-09-23 23:52:47 +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 ecl_extend_hashtable() now does not destructively modify a package hash table. Instead, it returns a new object. This affects ecl_sethash() and all package functions that modify the package tables. 2009-09-27 10:46:54 +02:00
internal.h Following SBCL, use a single global lock for packages, instead of one lock per package. 2009-09-27 13:19:30 +02:00
number.h Renamed all remaining internal functions that work with bignums. 2009-08-28 22:31:39 +02:00
object.h Following SBCL, use a single global lock for packages, instead of one lock per package. 2009-09-27 13:19:30 +02:00
page.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
stacks.h _ecl_win32_... has to be declared as using WINAPI. 2009-09-25 08:58:34 +02:00
unify.h Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00