| .. |
|
arch
|
Added more cases to the FFI to handle UINT8/INT8
|
2010-02-16 10:41:05 +01:00 |
|
all_symbols.d
|
Remove one test from the implementation of ecl_bds_bind().
|
2010-01-22 18:47:55 +01:00 |
|
alloc.d
|
Normalize names after @(defun tags so that the appear in the TAGS file.
|
2010-02-24 08:17:37 +01:00 |
|
alloc_2.d
|
Added a routine that serializes certain objects.
|
2010-06-06 16:20:30 +02:00 |
|
apply.d
|
Mark FEprogram_error as noreturn.
|
2010-02-04 00:31:03 +01:00 |
|
array.d
|
Added a routine that serializes certain objects.
|
2010-06-06 16:20:30 +02: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
|
Do not shrink bignum registers.
|
2010-01-29 14:10:49 +01:00 |
|
big_ll.d
|
Moved more uses of _ecl_big_register*() out of sources into big.d. Introduced _ecl_big_gcd().
|
2010-01-28 23:36:01 +01:00 |
|
cfun.d
|
Replace use of __builtin_expect() with two macros, ecl_{likely,unlikely}
|
2010-02-04 16:54:05 +01:00 |
|
cfun_dispatch.d
|
Use __builtin_expect() in the dispatch functions.
|
2010-02-04 21:25:17 +01:00 |
|
char_ctype.d
|
Extended strings are now arrays of 32-bit integers.
|
2009-02-07 19:54:34 +01:00 |
|
character.d
|
Replaced ecl_fixnum_in_range() with explicit checks in the functions, which are cheaper and, thanks to ecl_unlikely, faster.
|
2010-02-27 16:23:21 +01:00 |
|
cinit.d
|
Changed the prototype of functions that take a fixed number of arguments
|
2009-12-26 15:40:08 +01:00 |
|
cmpaux.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
compiler.d
|
Use a hash to seek the compilation strategies in the interpreter
|
2010-05-25 19:42:44 +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
|
Fixed typo in dpp.c at the generation of #arg assertions.
|
2010-03-01 18:44:16 +01:00 |
|
earith.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
error.d
|
New function SI:SIGNAL-TYPE-ERROR
|
2010-05-15 16:48:10 +02:00 |
|
eval.d
|
Replace use of __builtin_expect() with two macros, ecl_{likely,unlikely}
|
2010-02-04 16:54:05 +01:00 |
|
ffi.d
|
Use C code to guess the alignment of different types.
|
2010-04-27 13:05:49 +02:00 |
|
file.d
|
MAKE-STRING-INPUT-STREAM accepted as start NIL, which is not valid.
|
2010-04-30 14:41:17 +02:00 |
|
format.d
|
Eliminate further uses of deprecated functions (K. Shakirov)
|
2009-09-01 10:39:04 +02:00 |
|
gbc-new.d
|
Normalize names after @(defun tags so that the appear in the TAGS file.
|
2010-02-24 08:17:37 +01:00 |
|
gbc.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |
|
gfun.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
hash.d
|
Replaced many uses of type_of() with specialized macros (ECL_BIT_VECTOR_P, ECL_BASE_STRING_P, etc)
|
2010-02-28 01:09:13 +01:00 |
|
instance.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
interpreter.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
iso_latin_names.h
|
ECL now uses ISO Latin names for the lowest part of the character set.
|
2009-06-14 23:01:02 +02:00 |
|
list.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
load.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |
|
macros.d
|
Replace use of __builtin_expect() with two macros, ecl_{likely,unlikely}
|
2010-02-04 16:54:05 +01:00 |
|
main.d
|
First steps towards an implementation of the compiler that uses SERIALIZABLE
|
2010-06-06 23:03:08 +02:00 |
|
Makefile.in
|
Added a routine that serializes certain objects.
|
2010-06-06 16:20:30 +02:00 |
|
mapfun.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01: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
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
num_co.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
num_comp.d
|
Replaced many uses of type_of() with specialized macros (ECL_BIT_VECTOR_P, ECL_BASE_STRING_P, etc)
|
2010-02-28 01:09:13 +01:00 |
|
num_log.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
num_pred.d
|
Fixed definition of ecl_float_nan_p
|
2010-06-04 15:22:12 +02:00 |
|
num_rand.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |
|
num_sfun.d
|
Use static constants for rational and complexes
|
2010-06-04 16:39:51 +02:00 |
|
number.d
|
Use static constants for rational and complexes
|
2010-06-04 16:39:51 +02:00 |
|
package.d
|
It is necessary to check that the right symbol is being processed by UNEXPORT2, because blindly proceeding causes slight corruption of the package structure and may result in quite cryptic error messages in loosely connected pieces of code (A. Gavrilov)
|
2010-03-20 12:12:48 +01:00 |
|
pathname.d
|
Logical pathnames are now uppercased
|
2010-06-03 20:41:21 +02:00 |
|
predicate.d
|
Logical pathnames are now uppercased
|
2010-06-03 20:41:21 +02:00 |
|
print.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |
|
read.d
|
First steps towards an implementation of the compiler that uses SERIALIZABLE
|
2010-06-06 23:03:08 +02:00 |
|
reference.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
sequence.d
|
SEQUENCE-START-END now returns also the length of the sequence
|
2010-05-21 23:27:49 +02:00 |
|
serialize.d
|
Fixes for the serialization of long floats
|
2010-06-18 22:26:36 +02:00 |
|
stacks.d
|
Added a new field to the IHS record, with the value of the BDS stack. This allows printing the special variable bindings of a function.
|
2010-02-24 12:33:32 +01:00 |
|
string.d
|
New function SEQUENCE-START-END
|
2010-05-20 12:30:52 +02:00 |
|
structure.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
symbol.d
|
Optimize ecl-inl.h for small cons and use of ecl_unlikely. New macros ECL_CONSP, ECL_LISTP, ECL_ATOM, ECL_SYMBOLP
|
2010-02-27 09:47:05 +01:00 |
|
symbols_list.h
|
Added a routine that serializes certain objects.
|
2010-06-06 16:20:30 +02:00 |
|
symbols_list2.h
|
Added a routine that serializes certain objects.
|
2010-06-06 16:20:30 +02:00 |
|
tcp.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |
|
threads.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |
|
threads_mutex.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |
|
time.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |
|
typespec.d
|
Compiler macros that open code AREF/ASET using cheap checks written in C
|
2010-05-05 23:52:25 +02:00 |
|
unify.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
unixfsys.d
|
Logical pathnames are now uppercased
|
2010-06-03 20:41:21 +02:00 |
|
unixint.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |
|
unixsys.d
|
Use __MINGW32__ instead of mingw32 as preprocessor criterion of MinGW-ness.
|
2010-04-05 22:31:53 +02:00 |