| .. |
|
arch
|
Added more cases to the FFI to handle UINT8/INT8
|
2010-02-16 10:41:05 +01:00 |
|
ffi
|
Split out the library loading functions into a separate C file.
|
2010-10-30 11:35:22 +02:00 |
|
numbers
|
Split +,-,*,/ into separate files with a slightly more compact dispatch
|
2010-11-04 23:40:11 +01:00 |
|
printer
|
FLOAT-TO-STRING used unitialized variables
|
2010-11-01 23:41:15 +01:00 |
|
reader
|
Fixed typo
|
2010-10-19 22:51:14 +02:00 |
|
threads
|
Fixed typo in rwlock.d
|
2010-10-31 00:09:58 +02:00 |
|
all_symbols.d
|
Fixed compiler warnings
|
2010-08-24 17:32:22 +02:00 |
|
alloc.d
|
Add the boxed SSE packed vector types.
|
2010-08-20 20:29:03 +02:00 |
|
alloc_2.d
|
Move packages to read/write locks
|
2010-10-24 17:53:44 +02:00 |
|
apply.d
|
Mark FEprogram_error as noreturn.
|
2010-02-04 00:31:03 +01:00 |
|
array.d
|
SI:ARRAY-ELEMENT-TYPE-BYTE-SIZE now accepts an array instead of a type (A Gavrilov)
|
2010-10-14 09:50:45 +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
|
Rounding routines ratio_to_double, ratio_to_long_double, were missing code for the situation when the argument is not a fixnum
|
2010-10-03 15:54:29 +02: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
|
Third iteration at the problem with packages_to_be_created. Now this variable is associated to a flag that deactivates its use outside read_VV's reader.
|
2010-09-05 22:43:49 +02:00 |
|
cmpaux.d
|
Unboxed type SHORT-FLOAT removed from the core.
|
2010-08-17 19:47:14 +02:00 |
|
compiler.d
|
The default rehash size and threshold are now static constants.
|
2010-08-21 11:53:33 +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 |
|
ecl_features.h
|
Added support for POSIX read/write locks
|
2010-10-23 23:03:02 +02:00 |
|
error.d
|
Split printer into separate files, factorizing those for unreadable printing
|
2010-10-28 23:05:25 +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
|
Fixed compiler warnings
|
2010-08-24 17:32:22 +02:00 |
|
file.d
|
Fix gc.h stomping over _beginthread() declaration and other MinGW issues
|
2010-10-03 10:18:26 +02:00 |
|
format.d
|
Ported SBCL's FLONUM-TO-STRING to ECL's core (in C).
|
2010-10-17 14:38:47 +02:00 |
|
gbc-new.d
|
Add the boxed SSE packed vector types.
|
2010-08-20 20:29:03 +02:00 |
|
gbc.d
|
When compiling for the Windows API, define ECL_MS_WINDOWS_HOST instead of checking for mingw or _MSC_VER separately (Gabriel Dos Reis)
|
2010-08-22 22:29:21 +02:00 |
|
gfun.d
|
Global locking is done through three different locks, cl_core.global_lock, error_lock and package_lock.
|
2010-10-24 17:53:29 +02:00 |
|
hash.d
|
The default rehash size and threshold are now static constants.
|
2010-08-21 11:53:33 +02:00 |
|
instance.d
|
Add the boxed SSE packed vector types.
|
2010-08-20 20:29:03 +02: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
|
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
|
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
|
Split out the library loading functions into a separate C file.
|
2010-10-30 11:35:22 +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
|
Move packages to read/write locks
|
2010-10-24 17:53:44 +02:00 |
|
Makefile.in
|
Split +,-,*,/ into separate files with a slightly more compact dispatch
|
2010-11-04 23:40:11 +01: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
|
Split +,-,*,/ into separate files with a slightly more compact dispatch
|
2010-11-04 23:40:11 +01:00 |
|
num_co.d
|
Ported SBCL's FLONUM-TO-STRING to ECL's core (in C).
|
2010-10-17 14:38:47 +02:00 |
|
num_comp.d
|
Unboxed type SHORT-FLOAT removed from the core.
|
2010-08-17 19:47:14 +02:00 |
|
num_log.d
|
Replace some more uses of mpz_set_si/ui with _ecl_big_set_fixnum/index
|
2010-08-17 19:47:13 +02:00 |
|
num_pred.d
|
ODDP, PLUSP, MINUSP split into separate files
|
2010-11-02 18:09:19 +01:00 |
|
num_rand.d
|
When compiling for the Windows API, define ECL_MS_WINDOWS_HOST instead of checking for mingw or _MSC_VER separately (Gabriel Dos Reis)
|
2010-08-22 22:29:21 +02:00 |
|
number.d
|
Rounding routines ratio_to_double, ratio_to_long_double, were missing code for the situation when the argument is not a fixnum
|
2010-10-03 15:54:29 +02:00 |
|
package.d
|
Remove unused #define in package.d
|
2010-10-30 00:04:58 +02:00 |
|
pathname.d
|
When compiling for the Windows API, define ECL_MS_WINDOWS_HOST instead of checking for mingw or _MSC_VER separately (Gabriel Dos Reis)
|
2010-08-22 22:29:21 +02:00 |
|
predicate.d
|
Make boxed SSE packs untyped for all purposes but printing.
|
2010-10-03 23:43:52 +02:00 |
|
print.d
|
_ecl_stream_or_default_output did not check their output.
|
2010-10-29 21:35:26 +02:00 |
|
read.d
|
The list of packages to be created is now thread-local and its manipulation is thus thread safe.
|
2010-10-24 00:00:22 +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
|
Fixed compiler warnings
|
2010-08-24 17:32:22 +02:00 |
|
sse2.d
|
Make boxed SSE packs untyped for all purposes but printing.
|
2010-10-03 23:43:52 +02:00 |
|
stacks.d
|
Global locking is done through three different locks, cl_core.global_lock, error_lock and package_lock.
|
2010-10-24 17:53:29 +02: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
|
Split num_sfun.d into multiple files, each one implementing one dispatch routine, as inlined from impl/math_dispatch.h
|
2010-11-01 19:45:05 +01:00 |
|
symbols_list2.h
|
Split num_sfun.d into multiple files, each one implementing one dispatch routine, as inlined from impl/math_dispatch.h
|
2010-11-01 19:45:05 +01:00 |
|
tcp.d
|
When compiling for the Windows API, define ECL_MS_WINDOWS_HOST instead of checking for mingw or _MSC_VER separately (Gabriel Dos Reis)
|
2010-08-22 22:29:21 +02:00 |
|
time.d
|
Fix gc.h stomping over _beginthread() declaration and other MinGW issues
|
2010-10-03 10:18:26 +02:00 |
|
typespec.d
|
Make boxed SSE packs untyped for all purposes but printing.
|
2010-10-03 23:43:52 +02:00 |
|
unify.d
|
Enforce indent and mode conditions on files
|
2008-01-26 10:30:41 +00:00 |
|
unixfsys.d
|
Fix gc.h stomping over _beginthread() declaration and other MinGW issues
|
2010-10-03 10:18:26 +02:00 |
|
unixint.d
|
ECL captures SIGPIPE
|
2010-10-17 16:49:13 +02:00 |
|
unixsys.d
|
Fix gc.h stomping over _beginthread() declaration and other MinGW issues
|
2010-10-03 10:18:26 +02:00 |