ecl/src/c
Daniel Kochmański d305313d95 clos: Add nickname 'MOP' for CLOS package.
Documentation explicitly mentions this nickname, and it's common for
many implementations.  Closes #72.

Signed-off-by: Daniel Kochmański <dkochmanski@turtle-solutions.eu>
2015-05-25 10:51:05 +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 Fix NO-APPLICABLE-METHOD. 2014-02-23 09:48:55 +01:00
coverity Imported a model file for Coverity Scan to reduce false positives. 2014-10-15 13:59:04 +00:00
ffi ffi: implement si_unload_foreign_module. 2015-01-18 13:57:20 +01:00
numbers Added a sanity check to the unreachable branch in expt_zero(). 2014-10-14 21:58:59 +00:00
printer #276 [PATCH]: printing hashtables readably is broken 2014-02-22 12:27:26 +01:00
reader Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
threads Missing use of ECL_NO_TL_BINDING in process.d 2013-05-24 21:33:06 +02:00
unicode Added the Unicode character database to the C library 2012-12-26 22:31:37 +01: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 Updated GC api to remove deprecated methods 2015-04-12 11:47:43 +02:00
apply.d Mark FEprogram_error as noreturn. 2010-02-04 00:31:03 +01:00
array.d Null terminate the base-strings created by make-array. 2012-12-17 22:37:00 +01: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 unicode: Improve unicode handling for characters. 2015-05-03 11:36:20 +02:00
character.d unicode: Improve unicode handling for characters. 2015-05-03 11:36:20 +02:00
cinit.d Added more function references to cl_symbols. 2012-12-20 09:40:04 +01:00
cmpaux.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
compiler.d Fix MULTIPLE-VALUE-BIND not evaluating values-form. 2014-03-02 21:36:23 +01:00
cons.d return0, return1 and returnn part of legacy.h 2012-06-30 09:26:53 +02:00
disassembler.d Some statements from si::bc-disassemble were written to the wrong stream 2012-12-19 23:29:32 +01: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 Corrected pathname buffer size handling in the dpp utility. 2014-10-14 22:13:59 +00: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 ECL now reports #+UNIX for all compatible systems, including *BSD ones. 2013-04-13 00:15:11 +02:00
error.d Remove debug statements from error.d 2012-10-10 22:53:52 +02:00
eval.d CONSTANT-FORM-VALUE did not work with NIL 2013-05-21 10:48:35 +02:00
ffi.d ffi: implement si_unload_foreign_module. 2015-01-18 13:57:20 +01:00
file.d unicode: fix typo in surrogate characters sanity check. 2015-05-06 22:35:57 +02:00
format.d format: copy sequence after producing output string. 2015-05-19 23:56:31 +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 Fix eql-specializer dispatch caching. 2014-09-27 00:46:50 +04:00
hash.d _hash_equalp() did not contain a case for bignums. 2013-10-29 23:47:54 +01:00
instance.d Added built in classes FIXNUM and BIGNUM. 2013-01-12 10:16:31 +01:00
interpreter.d The bytecodes optimized function calls to core functions with fixed number of arguments, but they are redefined in some libraries. 2012-11-24 23:49:03 +01:00
iso_latin_names.h ECL now recognizes all ASCII control-character abbreviations 2013-01-12 22:47:41 +01:00
list.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
load.d New way of creating lisp data, using an array of string streams 2013-04-07 13:50:07 +02:00
macros.d Renamed CLASS_* and moved to legacy.h 2012-06-30 23:21:06 +02:00
main.d clos: Add nickname 'MOP' for CLOS package. 2015-05-25 10:51:05 +02:00
Makefile.in c/Makefile.in: fixed multiple-job build of ecl. 2014-09-22 12:40:37 +00: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 Split FLOOR, CEILING, TRUNCATE and ROUND into separate C files. 2012-12-16 00:38:01 +01: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 unicode: Fix builds without unicode support. 2015-05-12 11:18:12 +02:00
pathname.d pathname: Make type of pathname being (simple-array character (*)). 2015-05-03 11:52:08 +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 Added a sanity check assertion for VV in ecl_init_module(). 2014-10-14 20:27:59 +00: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 Added serialization of bytecodes and bytecode closures 2013-03-02 23:48:09 +01:00
sse2.d Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
stacks.d Slight memory savings by rewriting ecl_bds_set as ecl_bds_ref + assignment. 2013-06-22 23:03:11 +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 Revert "sombols-list: fix bogus entry for ext::make-encoding in symbols_list.h." 2015-04-24 16:14:57 +02:00
symbols_list2.h Revert "symols_list2.h: build actualized this file after symbols_list.h" 2015-04-24 16:15:27 +02:00
tcp.d unicode: Fix builds without unicode support. 2015-05-12 11:18:12 +02:00
time.d Cnil and Ct are now part of legacy 2012-06-30 23:01:40 +02:00
typespec.d SI::WRONG-TYPE-ARGUMENT is now linked to cl_symbols 2012-12-15 22:06:14 +01:00
unify.d Rename type_of -> ecl_t_of 2012-07-05 23:07:34 +02:00
unixfsys.d unixfsys.d: enter-directory: Coerce if directory is extended string. 2015-05-02 14:00:08 +02:00
unixint.d Yet another attempt at a proper initialization of main_thread_sigmask. 2013-03-23 23:45:00 +01: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