ecl/src/c
2003-12-02 10:47:02 +00:00
..
all_symbols.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.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 Try to initialize variables and constants in all_symbols.d. 2003-08-06 13:23:22 +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 New bytecodes compiler and interpreter, which use 8-bits large bytecodes and 2003-08-05 10:01:57 +00:00
character.d Preliminary support for POSIX threads. 2003-11-18 11:23:07 +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 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
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 Implemented locking on hash tables and packages. Fixed several floating point contagion bugs in +, -, /, *, and ROUND. 2003-11-24 11:27:28 +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 Finished the port to MingW32. 2003-12-01 11:21:47 +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 Implemented locking on hash tables and packages. Fixed several floating point contagion bugs in +, -, /, *, and ROUND. 2003-11-24 11:27:28 +00:00
hash.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
instance.d Preliminary support for POSIX threads. 2003-11-18 11:23:07 +00:00
interpreter.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
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 Finished the port to MingW32. 2003-12-01 11:21:47 +00:00
macros.d Preliminary support for POSIX threads. 2003-11-18 11:23:07 +00:00
main.d Finished the port to MingW32. 2003-12-01 11:21:47 +00:00
Makefile.in Finished the port to MingW32. 2003-12-01 11:21:47 +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 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_co.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_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 Try to initialize variables and constants in all_symbols.d. 2003-08-06 13:23:22 +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 Preliminary support for POSIX threads. 2003-11-18 11:23:07 +00:00
number.d Finished the port to MingW32. 2003-12-01 11:21:47 +00:00
package.d ecl_find_symbol is also needed in single-threaded systems. 2003-11-25 15:53:47 +00:00
pathname.d Finished the port to MingW32. 2003-12-01 11:21:47 +00:00
predicate.d Use more lispy names for the thread objects, and add locks. 2003-11-19 15:07:18 +00:00
print.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
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 Stepper implemented 2003-11-26 08:51:52 +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 Use more lispy names for the thread objects, and add locks. 2003-11-19 15:07:18 +00:00
structure.d READ/WRITE-SEQUENCE implemented. 2003-07-10 08:41:15 +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 Finished the port to MingW32. 2003-12-01 11:21:47 +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 Implement a more 'standard' interface for creating processes. 2003-11-20 08:38:16 +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