ecl/src/c
2006-04-26 13:39:44 +00:00
..
arch Patches to build ECL on OSX/Intel 2006-04-06 09:57:53 +00:00
all_symbols.d Macro for self-explanatory references to symbols in the core. 2006-03-06 09:31:03 +00:00
alloc.d ECL's own garbage collector working again by updating to new codeblock structure and porting to 64-bits 2006-04-11 16:31:12 +00:00
alloc_2.d Include winsock.h, required with MSVC. 2006-04-26 13:39:44 +00:00
apply.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
array.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
assignment.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
backq.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
big.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
big_ll.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
cfun.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
character.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
cinit.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
cmpaux.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
compiler.d Simplifed the implementation of DEFMETHOD 2006-04-18 19:25:58 +00:00
disassembler.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
dosdummy.d Initial revision 2001-06-26 17:14:44 +00:00
dostimes.d Initial revision 2001-06-26 17:14:44 +00:00
dpp.c Macro for self-explanatory references to symbols in the core. 2006-03-06 09:31:03 +00:00
earith.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
error.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
eval.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
ffi.d Create foreign objects pointing to the data in a lisp array (M. Goffioul) 2006-03-21 09:06:33 +00:00
file.d Ability to set buffering mode of streams 2006-04-26 10:01:44 +00:00
format.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
gbc-new.d - Added possibility of configuring --without-gmp when cross-compiling 2005-09-19 21:52:46 +00:00
gbc.d ECL's own garbage collector working again by updating to new codeblock structure and porting to 64-bits 2006-04-11 16:31:12 +00:00
gfun.d Export symbols from the AMOP. 2006-03-06 09:32:09 +00:00
hash.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
instance.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
interpreter.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
list.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
load.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
macros.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
main.d ECL's own garbage collector working again by updating to new codeblock structure and porting to 64-bits 2006-04-11 16:31:12 +00:00
Makefile.in All installable headers are now copied to ecl/. GC headers in particular are stored under ecl/gc and ecl/gc/private. 2006-03-07 16:39:34 +00:00
mapfun.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
multival.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
num_arith.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
num_co.d Final fixes to make the new directory structure work with MSVC++ 2006-02-28 14:21:26 +00:00
num_comp.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
num_log.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
num_pred.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
num_rand.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
num_sfun.d Final fixes to make the new directory structure work with MSVC++ 2006-02-28 14:21:26 +00:00
number.d Final fixes to make the new directory structure work with MSVC++ 2006-02-28 14:21:26 +00:00
package.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
pathname.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
predicate.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
print.d Final fixes to make the new directory structure work with MSVC++ 2006-02-28 14:21:26 +00:00
profile.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
read.d ECL's own garbage collector working again by updating to new codeblock structure and porting to 64-bits 2006-04-11 16:31:12 +00:00
reference.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
sequence.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
stacks.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
string.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
structure.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
symbol.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
symbols_list.h Ability to set buffering mode of streams 2006-04-26 10:01:44 +00:00
symbols_list2.h Ability to set buffering mode of streams 2006-04-26 10:01:44 +00:00
tcp.d This code did not compile under the free toolkit. 2006-03-02 12:59:16 +00:00
threads.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
threads_win32.d We need to add explicitely a declaration of GC_CreateThread, because the one in gc.h is only suitable for applications that are linked against the dll 2006-03-02 12:59:58 +00:00
time.d Final fixes to make the new directory structure work with MSVC++ 2006-02-28 14:21:26 +00:00
typespec.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
unify.d The project name goes back to ECL. Therefore feature #+ECL returns and the 2001-11-21 08:07:30 +00:00
unixfsys.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
unixint.d Header files are now kept in a directory named 'ecl', so as to avoid name clashes with other headers. 2006-02-28 14:05:47 +00:00
unixsys.d Ability to set buffering mode of streams 2006-04-26 10:01:44 +00:00