ecl/src/c
2009-06-08 11:49:19 +02:00
..
arch Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
all_symbols.d Some functions got new names: ecl_make_cfun, ecl_make_cfun_va, ecl_make_cclosure_va, ecl_def_c_function, ecl_def_c_function_va. 2009-06-07 00:32:33 +02:00
alloc.d Use a union type for storing the ANSI C stream handle and the POSIX file descriptor 2009-02-07 18:07:19 +01:00
alloc_2.d Fixed typo 2009-05-23 20:23:43 +02:00
apply.d Finished the new dispatch code. 2009-02-14 00:01:57 +01:00
array.d Fixed typo in the size of element type of unicode arrays. 2009-03-29 00:12:58 +01:00
assignment.d Finished the new dispatch code. 2009-02-14 00:01:57 +01:00
backq.d Some functions got new names: ecl_make_cfun, ecl_make_cfun_va, ecl_make_cclosure_va, ecl_def_c_function, ecl_def_c_function_va. 2009-06-07 00:32:33 +02:00
big.d Deprecate name: cl_dealloc (-> ecl_dealloc) 2008-10-11 23:14:54 +02:00
big_ll.d All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form. 2008-10-10 22:36:15 +02:00
cfun.d Functions can now carry information about the source file and its position. 2009-06-07 01:14:16 +02:00
cfun_dispatch.d All function objects now have function pointers. 2009-02-14 21:44:16 +01:00
char_ctype.d Extended strings are now arrays of 32-bit integers. 2009-02-07 19:54:34 +01:00
character.d Extended strings are now arrays of 32-bit integers. 2009-02-07 19:54:34 +01:00
cinit.d Some functions got new names: ecl_make_cfun, ecl_make_cfun_va, ecl_make_cclosure_va, ecl_def_c_function, ecl_def_c_function_va. 2009-06-07 00:32:33 +02:00
cmpaux.d frs_push, frs_pop and ecl_unwind tak an environment as arg 2008-10-13 22:34:18 +02:00
compiler.d Added support for new kind of break environment that will be needed to debug C-compiled code. 2009-06-08 11:49:19 +02:00
disassembler.d Functions can now carry information about the source file and its position. 2009-06-07 01:14:16 +02:00
dosdummy.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
dostimes.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
dpp.c Eliminate more uses of fake variable cl_env 2008-10-11 23:09:45 +02:00
earith.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
error.d Some functions got new names: ecl_make_cfun, ecl_make_cfun_va, ecl_make_cclosure_va, ecl_def_c_function, ecl_def_c_function_va. 2009-06-07 00:32:33 +02:00
eval.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
ffi.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
file.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
format.d Extended strings are now arrays of 32-bit integers. 2009-02-07 19:54:34 +01:00
gbc-new.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
gbc.d Finished the new dispatch code. 2009-02-14 00:01:57 +01:00
gfun.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
hash.d Some functions got new names: ecl_make_cfun, ecl_make_cfun_va, ecl_make_cclosure_va, ecl_def_c_function, ecl_def_c_function_va. 2009-06-07 00:32:33 +02:00
instance.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
interpreter.d Forgot to save the interpreter environment before unoptimized calls (found out by JCB) 2009-06-07 18:27:44 +02:00
list.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
load.d Compiled functions now carry information about their source file (based on code by JC Beaudoin) 2009-06-07 14:24:49 +02:00
macros.d Some functions got new names: ecl_make_cfun, ecl_make_cfun_va, ecl_make_cclosure_va, ecl_def_c_function, ecl_def_c_function_va. 2009-06-07 00:32:33 +02:00
main.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
Makefile.in Use the value of CPPFLAGS when building dpp 2009-05-18 17:24:35 +02:00
mapfun.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
multival.d Replace ecl_endp() by a single list check and Null check. 2009-02-28 13:42:13 +01:00
newhash.h Extended strings are now arrays of 32-bit integers. 2009-02-07 19:54:34 +01:00
num_arith.d Big patch for introducing NaNs and infinities. 2009-06-04 15:55:13 +02:00
num_co.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
num_comp.d Second iteration of a solution for inaccurate float/fixnum comparison 2008-08-03 14:11:21 +00:00
num_log.d All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form. 2008-10-10 22:36:15 +02:00
num_pred.d Big patch for introducing NaNs and infinities. 2009-06-04 15:55:13 +02:00
num_rand.d Big patch for introducing NaNs and infinities. 2009-06-04 15:55:13 +02:00
num_sfun.d Big patch for introducing NaNs and infinities. 2009-06-04 15:55:13 +02:00
number.d Big patch for introducing NaNs and infinities. 2009-06-04 15:55:13 +02:00
package.d Now that base/extended strings produce the same hash codes, we find-symbol does not need to coerce extended strings to simple ones. 2008-10-26 17:47:35 +01:00
pathname.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
predicate.d Big patch for introducing NaNs and infinities. 2009-06-04 15:55:13 +02:00
print.d Use a different unreadable printed form for bytecode-closures than for ordinary bytecode expressions. 2009-06-07 18:32:28 +02:00
read.d Compiled functions now carry information about their source file (based on code by JC Beaudoin) 2009-06-07 14:24:49 +02:00
reference.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
sequence.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
stacks.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
string.d Introduce ECL_STACK_INDEX macro 2009-02-25 19:11:28 +01:00
structure.d All allocation functions are now in the ECL library and they now have the ecl_* prefix. Old names are kept in macro form. 2008-10-10 22:36:15 +02:00
symbol.d Merged the new_signals branch. 2008-12-23 12:08:29 +01:00
symbols_list.h Functions can now carry information about the source file and its position. 2009-06-07 01:14:16 +02:00
symbols_list2.h Functions can now carry information about the source file and its position. 2009-06-07 01:14:16 +02:00
tcp.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
threads.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
time.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
typespec.d The macros/functions for accessing and changing symbol values require an environment value. 2008-10-12 16:44:29 +02:00
unify.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
unixfsys.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
unixint.d Several fixes for various compiler warnings. 2009-06-07 00:02:49 +02:00
unixsys.d Better support for external formats, including the :CR, :LF and :CRLF options. 2009-01-02 16:49:01 +01:00