ecl/src/c
2012-10-27 23:27:54 +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 Accessors optimized using the new slot location table 2012-10-12 12:13:05 +02:00
ffi The errors when loading a shared library were stored in the wrong field in the codeblock 2012-09-24 22:16:57 +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 Fixed problems in ecl_register_current_thread(). First, allocation of environment and process structures could not proceed when ecl_process_env() did not return a valid environment. Second, we can only call GC_unregister_my_thread() when the thread was not created by the garbage collector itself, for which we must inspect the output of GC_register_my_thread() 2012-09-27 23:06:56 +02:00
unicode Fixed various type warnings issued by Clang 2012-04-09 22:31:09 +02:00
all_symbols.d CLOS::NAME is not exported because it is prone to clash with other user symbols 2012-10-12 00:05:22 +02:00
alloc.d Renamed CLASS_* and moved to legacy.h 2012-06-30 23:21:06 +02:00
alloc_2.d Fixed typos (R.J.Alcantara) 2012-08-23 11:24:44 +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 Fixed typo in _ecl_big_set_fixnum() for (long < cl_fixnum) 2012-08-19 22:15:45 +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 delete-file, rename-file, chdir, mkdir and chmod now signal file-errors 2012-09-02 21:46:38 +02:00
cmpaux.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
compiler.d MAKE-LOAD-FORM might only return one value. 2012-10-14 11:08:11 +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 Remove debug statements from error.d 2012-10-10 22:53:52 +02:00
eval.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
ffi.d Fix further typos: long_Long instead of long_long 2012-08-19 21:25:43 +02:00
file.d file.d now signals file-errors and stream-errors when stream operators fail due to the C library 2012-10-02 00:39:24 +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 Create new classes for the optimized slot reader/writer methods that ECL creates. 2012-10-14 11:57:41 +02:00
hash.d In some circumstances, gethash acting on a weak hash would return corrupt values 2012-09-21 23:02:44 +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 The alias for the C package was not properly created in main.d 2012-10-27 23:27:54 +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 Fix further typos: long_Long instead of long_long 2012-08-19 21:25:43 +02:00
package.d SI:PACKAGE-LOCK did not return the last value. 2012-10-09 22:41:27 +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 Create new classes for the optimized slot reader/writer methods that ECL creates. 2012-10-14 11:57:41 +02:00
symbols_list2.h Create new classes for the optimized slot reader/writer methods that ECL creates. 2012-10-14 11:57:41 +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 delete-file, rename-file, chdir, mkdir and chmod now signal file-errors 2012-09-02 21:46:38 +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