ecl/src/c
2012-08-19 20:41:40 +02:00
..
arch Rename ecl_fix() to ecl_fixnum(), just like ecl_long_float() or ecl_double_float() 2012-06-07 23:55:43 +02:00
clos Renamed CLASS_* and moved to legacy.h 2012-06-30 23:21:06 +02:00
ffi Save the errors caused by the dynamic linker in the codeblock object 2012-07-23 22:48:00 +02:00
numbers Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
printer Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
reader Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
threads The owner of a lock now passes ownership to the first waiting process. 2012-07-30 22:49:56 +02:00
unicode Fixed various type warnings issued by Clang 2012-04-09 22:31:09 +02:00
all_symbols.d Renamed CLASS_* and moved to legacy.h 2012-06-30 23:21:06 +02:00
alloc.d Renamed CLASS_* and moved to legacy.h 2012-06-30 23:21:06 +02:00
alloc_2.d Add prototypes for functions in gc/private/gc_priv.h which are needed by ECL. 2012-08-15 20:14:18 +02:00
apply.d Mark FEprogram_error as noreturn. 2010-02-04 00:31:03 +01:00
array.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
assignment.d When removing a SETF definition, we cannot drop the pair, because it may be used by some compiled code. 2012-07-08 00:12:39 +02:00
backq.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
big.d Rename ecl_fix() to ecl_fixnum(), just like ecl_long_float() or ecl_double_float() 2012-06-07 23:55:43 +02:00
big_ll.d CHARACTERP, BASE_CHAR_P, BASE_CHAR_CODE_P, CODE_CHAR, CHAR_CODE, REAL_TYPE, IMMEDIATE, IMMEDIATE_TAG, FIXNUM_TAG, FIXNUM_MINUSP, FIXNUM_PLUSP, FIXNUMP and fix get the ecl_ prefix 2012-06-06 11:19:55 +02:00
cfun.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
cfun_dispatch.d Fixed typos propagated by query-replace-ecl 2012-06-27 10:06:14 +02:00
char_ctype.d Embed the Unicode database in the C library as a sequence of C arrays. 2011-02-20 23:52:24 +00:00
character.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
cinit.d Added ECL_HANDLER_CASE as a C macro. 2012-07-03 17:29:32 +02:00
cmpaux.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
compiler.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
cons.d return0, return1 and returnn part of legacy.h 2012-06-30 09:26:53 +02:00
disassembler.d Fix bytecode disassembler for OP_GO 2012-08-18 20:19:59 +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 Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
earith.d Enforce indent and mode conditions on files 2008-01-26 10:30:41 +00:00
ecl_constants.h Removed init_numbers(), replacing it with static constants in all_symbols.d 2010-11-06 00:06:06 +01:00
ecl_features.h Weak hash tables 2011-12-30 12:40:06 +01:00
error.d Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
eval.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
ffi.d Fixed typo ulong_Long -> ulong_long 2012-08-15 20:10:18 +02:00
file.d winsock_stream_listen() was broken -- it relied on old code for unread_char. 2012-08-18 20:21:06 +02:00
format.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
gbc-new.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
gbc.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
gfun.d Renamed CLASS_* and moved to legacy.h 2012-06-30 23:21:06 +02:00
hash.d Fixed typo in hash.d 2012-08-15 20:11:03 +02:00
instance.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
interpreter.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
iso_latin_names.h More of the string constants that are used in main.d are now statically allocated. 2010-08-21 13:25:16 +02:00
list.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
load.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
macros.d Renamed CLASS_* and moved to legacy.h 2012-06-30 23:21:06 +02:00
main.d Small time hack in main.d to prevent hanging in OS X 2012-07-22 22:12:39 +02:00
Makefile.in Separate file for atomic operations 2012-02-19 22:55:46 +01:00
mapfun.d Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
multival.d Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
newhash.h Extended strings are now arrays of 32-bit integers. 2009-02-07 19:54:34 +01:00
num_arith.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
num_co.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
num_log.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
num_pred.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
num_rand.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
number.d Fixed typo ulong_Long -> ulong_long 2012-08-15 20:10:18 +02:00
package.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
pathname.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
predicate.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
print.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
read.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
reference.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
sequence.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
serialize.d Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
sse2.d Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
stacks.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
string.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
structure.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
symbol.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
symbols_list.h New symbol :win64 needed by ffi.d 2012-08-19 20:41:40 +02:00
symbols_list2.h New symbol :win64 needed by ffi.d 2012-08-19 20:41:40 +02:00
tcp.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
time.d Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
typespec.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
unify.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
unixfsys.d Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
unixint.d wait-for-all-processes must take a :process argument because is also a signal catcher (J. James) 2012-08-15 20:58:04 +02:00
unixsys.d wait-for-all-processes must take a :process argument because is also a signal catcher (J. James) 2012-08-15 20:58:04 +02:00
vector_push.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00