| .. |
|
all_symbols.d
|
Clean up the package CL from non-standard symbols and move them into the EXT package, which is a nickname for SYSTEM.
|
2003-12-11 17:16:48 +00:00 |
|
alloc.d
|
Implemented locking on hash tables and packages. Fixed several floating point contagion bugs in +, -, /, *, and ROUND.
|
2003-11-24 11:27:28 +00:00 |
|
alloc_2.d
|
Implemented locking on hash tables and packages. Fixed several floating point contagion bugs in +, -, /, *, and ROUND.
|
2003-11-24 11:27:28 +00:00 |
|
apply.d
|
In closures and local functions, the environment and the lexical variables
|
2003-05-03 17:20:42 +00:00 |
|
array.d
|
Clean up the package CL from non-standard symbols and move them into the EXT package, which is a nickname for SYSTEM.
|
2003-12-11 17:16:48 +00:00 |
|
assignment.d
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
backq.d
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
big.d
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
bind.d
|
The project name goes back to ECL. Therefore feature #+ECL returns and the
|
2001-11-21 08:07:30 +00:00 |
|
cfun.d
|
Clean up the package CL from non-standard symbols and move them into the EXT package, which is a nickname for SYSTEM.
|
2003-12-11 17:16:48 +00:00 |
|
character.d
|
Clean up the package CL from non-standard symbols and move them into the EXT package, which is a nickname for SYSTEM.
|
2003-12-11 17:16:48 +00:00 |
|
cinit.d
|
Stepper implemented
|
2003-11-26 08:51:52 +00:00 |
|
cmpaux.d
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
compiler.d
|
Fixed GCD. Implemented several stream functions. Fixed LCM. Fixed the inline expansions for ZEROP, PLUSP, MINUSP, ODDP and EVENP. Fixed the meaning and allowed values of REHASH-THRESHOLD. SXHASH now produces hash keys which are equal for EQUAL bitvectors. Implemented ARITHMETIC-ERROR-OPERANDS. Fixed a bug in hash table which duplicated the number of entries whenever the hash grew.
|
2003-12-12 08:26:29 +00:00 |
|
disassembler.d
|
Fixed problems with STEP and forms that have to be evaluated at compilation time, such as toplevel PROGN, EVAL-WHEN, etc.
|
2003-11-26 18:40:46 +00:00 |
|
dosdummy.d
|
Initial revision
|
2001-06-26 17:14:44 +00:00 |
|
dostimes.d
|
Initial revision
|
2001-06-26 17:14:44 +00:00 |
|
dpp.c
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
earith.d
|
Add support for Mac OSX, which means
|
2001-12-25 16:13:18 +00:00 |
|
error.d
|
Division by integer 0 signal a DIVIDE-BY-ZERO error. (- (- MOST-NEGATIVE-FIXNUM)) now works. Fixed CEILING and FLOOR with arguments MOST-NEGATIVE-FIXNUM (- MOST-NEGATIVE-FIXNUM). (EXPT x y) now returns 1 coerced to the right type when (ZEROP y)=>T.
|
2003-12-09 09:34:33 +00:00 |
|
eval.d
|
Stepper implemented
|
2003-11-26 08:51:52 +00:00 |
|
ffi.d
|
Merge NEW_COMPILER 25.05.03
|
2003-05-26 09:49:50 +00:00 |
|
file.d
|
Fixed GCD. Implemented several stream functions. Fixed LCM. Fixed the inline expansions for ZEROP, PLUSP, MINUSP, ODDP and EVENP. Fixed the meaning and allowed values of REHASH-THRESHOLD. SXHASH now produces hash keys which are equal for EQUAL bitvectors. Implemented ARITHMETIC-ERROR-OPERANDS. Fixed a bug in hash table which duplicated the number of entries whenever the hash grew.
|
2003-12-12 08:26:29 +00:00 |
|
format.d
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
gbc-new.d
|
gentemp_prefix and gensym_prefix are now constant static variables and their
|
2002-09-11 14:49:54 +00:00 |
|
gbc.d
|
Implemented locking on hash tables and packages. Fixed several floating point contagion bugs in +, -, /, *, and ROUND.
|
2003-11-24 11:27:28 +00:00 |
|
gfun.d
|
Fixed GCD. Implemented several stream functions. Fixed LCM. Fixed the inline expansions for ZEROP, PLUSP, MINUSP, ODDP and EVENP. Fixed the meaning and allowed values of REHASH-THRESHOLD. SXHASH now produces hash keys which are equal for EQUAL bitvectors. Implemented ARITHMETIC-ERROR-OPERANDS. Fixed a bug in hash table which duplicated the number of entries whenever the hash grew.
|
2003-12-12 08:26:29 +00:00 |
|
hash.d
|
Fixed GCD. Implemented several stream functions. Fixed LCM. Fixed the inline expansions for ZEROP, PLUSP, MINUSP, ODDP and EVENP. Fixed the meaning and allowed values of REHASH-THRESHOLD. SXHASH now produces hash keys which are equal for EQUAL bitvectors. Implemented ARITHMETIC-ERROR-OPERANDS. Fixed a bug in hash table which duplicated the number of entries whenever the hash grew.
|
2003-12-12 08:26:29 +00:00 |
|
instance.d
|
Implemented the class redefinition protocol, and forward referenced classes.
|
2003-12-15 08:54:10 +00:00 |
|
interpreter.d
|
The value of reg0 must be restored after a nonlocal jump due to RETURN
|
2003-12-08 09:34:00 +00:00 |
|
list.d
|
Implemented locking on hash tables and packages. Fixed several floating point contagion bugs in +, -, /, *, and ROUND.
|
2003-11-24 11:27:28 +00:00 |
|
load.d
|
Support for :CASE keyword argument in most pathname functions (Contributed by Julian Stecklina). COMPILE-FILE now handles relative pathnames.
|
2003-12-17 10:28:26 +00:00 |
|
macros.d
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
main.d
|
Clean up the package CL from non-standard symbols and move them into the EXT package, which is a nickname for SYSTEM.
|
2003-12-11 17:16:48 +00:00 |
|
Makefile.in
|
Split the compiler flags into CFLAGS (used only when building ECL) and ECL_CFLAGS (exported into ecl-config). Set the value of SHELL explicitely in the makefiles so that they work when SHELL=/bin/csh in the environment.
|
2003-12-08 09:41:29 +00:00 |
|
mapfun.d
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
multival.d
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
num_arith.d
|
LCM may be called without any argument
|
2003-12-15 08:53:28 +00:00 |
|
num_co.d
|
Division by integer 0 signal a DIVIDE-BY-ZERO error. (- (- MOST-NEGATIVE-FIXNUM)) now works. Fixed CEILING and FLOOR with arguments MOST-NEGATIVE-FIXNUM (- MOST-NEGATIVE-FIXNUM). (EXPT x y) now returns 1 coerced to the right type when (ZEROP y)=>T.
|
2003-12-09 09:34:33 +00:00 |
|
num_comp.d
|
Implemented locking on hash tables and packages. Fixed several floating point contagion bugs in +, -, /, *, and ROUND.
|
2003-11-24 11:27:28 +00:00 |
|
num_log.d
|
Fixed LOGBITP and the other binary operations among integers.
|
2003-12-15 08:53:07 +00:00 |
|
num_pred.d
|
Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG.
|
2002-11-04 14:08:24 +00:00 |
|
num_rand.d
|
Preliminary support for POSIX threads.
|
2003-11-18 11:23:07 +00:00 |
|
num_sfun.d
|
Fixed GCD. Implemented several stream functions. Fixed LCM. Fixed the inline expansions for ZEROP, PLUSP, MINUSP, ODDP and EVENP. Fixed the meaning and allowed values of REHASH-THRESHOLD. SXHASH now produces hash keys which are equal for EQUAL bitvectors. Implemented ARITHMETIC-ERROR-OPERANDS. Fixed a bug in hash table which duplicated the number of entries whenever the hash grew.
|
2003-12-12 08:26:29 +00:00 |
|
number.d
|
Division by integer 0 signal a DIVIDE-BY-ZERO error. (- (- MOST-NEGATIVE-FIXNUM)) now works. Fixed CEILING and FLOOR with arguments MOST-NEGATIVE-FIXNUM (- MOST-NEGATIVE-FIXNUM). (EXPT x y) now returns 1 coerced to the right type when (ZEROP y)=>T.
|
2003-12-09 09:34:33 +00:00 |
|
package.d
|
Fixed GCD. Implemented several stream functions. Fixed LCM. Fixed the inline expansions for ZEROP, PLUSP, MINUSP, ODDP and EVENP. Fixed the meaning and allowed values of REHASH-THRESHOLD. SXHASH now produces hash keys which are equal for EQUAL bitvectors. Implemented ARITHMETIC-ERROR-OPERANDS. Fixed a bug in hash table which duplicated the number of entries whenever the hash grew.
|
2003-12-12 08:26:29 +00:00 |
|
pathname.d
|
The conditions signaled by MAKE-PATHNAME because of bogus pathname components are now of type FILE-ERROR.
|
2003-12-18 14:23:37 +00:00 |
|
predicate.d
|
Clean up the package CL from non-standard symbols and move them into the EXT package, which is a nickname for SYSTEM.
|
2003-12-11 17:16:48 +00:00 |
|
print.d
|
Clean up the package CL from non-standard symbols and move them into the EXT package, which is a nickname for SYSTEM.
|
2003-12-11 17:16:48 +00:00 |
|
profile.d
|
Rewrite the checking of # of arguments, so that the error message gets the name of the function whenever possible.
|
2002-11-18 11:29:21 +00:00 |
|
read.d
|
Fixes for PARSE-NAMESTRING.
|
2003-12-18 12:46:54 +00:00 |
|
reference.d
|
Use user-supplied DPP to build the C files. machines.h is no longer required.
|
2003-07-23 13:09:37 +00:00 |
|
sequence.d
|
READ/WRITE-SEQUENCE implemented.
|
2003-07-10 08:41:15 +00:00 |
|
stacks.d
|
Use more lispy names for the thread objects, and add locks.
|
2003-11-19 15:07:18 +00:00 |
|
string.d
|
Fixed typo.
|
2003-12-08 11:06:52 +00:00 |
|
structure.d
|
Implemented the class redefinition protocol, and forward referenced classes.
|
2003-12-15 08:54:10 +00:00 |
|
symbol.d
|
Implemented locking on hash tables and packages. Fixed several floating point contagion bugs in +, -, /, *, and ROUND.
|
2003-11-24 11:27:28 +00:00 |
|
symbols_list.h
|
Support for :CASE keyword argument in most pathname functions (Contributed by Julian Stecklina). COMPILE-FILE now handles relative pathnames.
|
2003-12-17 10:28:26 +00:00 |
|
tclBasic.d
|
Stepper implemented
|
2003-11-26 08:51:52 +00:00 |
|
tcp.d
|
Use more lispy names for the thread objects, and add locks.
|
2003-11-19 15:07:18 +00:00 |
|
threads.d
|
Implemented locking on hash tables and packages. Fixed several floating point contagion bugs in +, -, /, *, and ROUND.
|
2003-11-24 11:27:28 +00:00 |
|
time.d
|
Sleep is bogus under windows and counts the time in milliseconds.
|
2003-12-02 10:47:02 +00:00 |
|
tkMain.d
|
The project name goes back to ECL. Therefore feature #+ECL returns and the
|
2001-11-21 08:07:30 +00:00 |
|
typespec.d
|
Fixed GCD. Implemented several stream functions. Fixed LCM. Fixed the inline expansions for ZEROP, PLUSP, MINUSP, ODDP and EVENP. Fixed the meaning and allowed values of REHASH-THRESHOLD. SXHASH now produces hash keys which are equal for EQUAL bitvectors. Implemented ARITHMETIC-ERROR-OPERANDS. Fixed a bug in hash table which duplicated the number of entries whenever the hash grew.
|
2003-12-12 08:26:29 +00:00 |
|
unify.d
|
The project name goes back to ECL. Therefore feature #+ECL returns and the
|
2001-11-21 08:07:30 +00:00 |
|
unixfsys.d
|
Finished the port to MingW32.
|
2003-12-01 11:21:47 +00:00 |
|
unixint.d
|
Finished the port to MingW32.
|
2003-12-01 11:21:47 +00:00 |
|
unixsys.d
|
FORMATTER implemented. FORMAT ported from CMUCL and optionally included when --with-cmuformat is used at configuration time.
|
2003-07-31 16:37:46 +00:00 |