ecl/src/c
2003-10-30 16:28:43 +00:00
..
all_symbols.d Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +00:00
alloc.d Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +00:00
alloc_2.d Fixed typo 2003-10-30 16:28:43 +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 Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +00:00
backq.d Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +00:00
big.d Do not try to deallocate bignum registers. 2003-04-08 14:00:32 +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 Bunch of fixes. See CHANGELOG. 2003-03-17 10:39:08 +00:00
cinit.d New bytecodes compiler and interpreter, which use 8-bits large bytecodes and 2003-08-05 10:01:57 +00:00
cmpaux.d Try to initialize variables and constants in all_symbols.d. 2003-08-06 13:23:22 +00:00
compiler.d By default, bytecodes are built using 16-bits integers. This avoids SIGBUS due to pointer misalignment in Alpha and SPARC architectures. 2003-10-30 10:30:37 +00:00
disassembler.d By default, bytecodes are built using 16-bits integers. This avoids SIGBUS due to pointer misalignment in Alpha and SPARC architectures. 2003-10-30 10:30:37 +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 Avoid using cl_va_list, cl_va_arg when the number of arguments is small (<32) 2003-08-06 08:51:51 +00:00
earith.d Add support for Mac OSX, which means 2001-12-25 16:13:18 +00:00
error.d Various minor fixes, and an important set of changes to teach the compiler 2003-04-28 15:55:22 +00:00
eval.d Bunch of fixes to allow loaded files to be garbage collected. New file naming conventions. 2003-10-06 09:40:32 +00:00
ffi.d Merge NEW_COMPILER 25.05.03 2003-05-26 09:49:50 +00:00
file.d Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +00:00
format.d Try to initialize variables and constants in all_symbols.d. 2003-08-06 13:23:22 +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 The garbage collector and the finalizer routines should not distort the lisp environment in which they were invoked. 2003-10-30 10:29:30 +00:00
gfun.d Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +00:00
hash.d Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +00:00
instance.d Changes on the CLOS bootstrapping sequence (which is now done entirely in 2003-06-25 14:46:42 +00:00
interpreter.d By default, bytecodes are built using 16-bits integers. This avoids SIGBUS due to pointer misalignment in Alpha and SPARC architectures. 2003-10-30 10:30:37 +00:00
list.d READ/WRITE-SEQUENCE implemented. 2003-07-10 08:41:15 +00:00
load.d Bunch of fixes to allow loaded files to be garbage collected. New file naming conventions. 2003-10-06 09:40:32 +00:00
lwp.d Global variables preserving_whitespace, detect_eos_flag, escape_flag and 2002-11-24 15:52:15 +00:00
macros.d New bytecodes compiler and interpreter, which use 8-bits large bytecodes and 2003-08-05 10:01:57 +00:00
main.d Fixed bug that prevented compilation under windows. ECL is now built as a single shared library on systems which support it. The compiler is being rewritten using higher level, more expressive functions. 2003-09-08 16:53:29 +00:00
Makefile.in Fixed bug that prevented compilation under windows. ECL is now built as a single shared library on systems which support it. The compiler is being rewritten using higher level, more expressive functions. 2003-09-08 16:53:29 +00:00
mapfun.d Signal a PROGRAM-ERROR when number of arguments is wrong. 2003-04-10 20:38:33 +00:00
multival.d Try to initialize variables and constants in all_symbols.d. 2003-08-06 13:23:22 +00:00
num_arith.d Bunch of fixes. See CHANGELOG. 2003-03-17 10:39:08 +00:00
num_co.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
num_comp.d Fixed bug that prevented compilation under windows. ECL is now built as a single shared library on systems which support it. The compiler is being rewritten using higher level, more expressive functions. 2003-09-08 16:53:29 +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 Try to initialize variables and constants in all_symbols.d. 2003-08-06 13:23:22 +00:00
num_sfun.d Bunch of fixes. See CHANGELOG. 2003-03-17 10:39:08 +00:00
number.d Try to initialize variables and constants in all_symbols.d. 2003-08-06 13:23:22 +00:00
package.d *** empty log message *** 2003-10-27 08:45:47 +00:00
pathname.d Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +00:00
predicate.d Use user-supplied DPP to build the C files. machines.h is no longer required. 2003-07-23 13:09:37 +00:00
print.d Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +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 Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-22 07:56:36 +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 Bunch of fixes. See CHANGELOG. 2003-03-17 10:39:08 +00:00
string.d Bunch of fixes. See CHANGELOG. 2003-03-17 10:39:08 +00:00
structure.d READ/WRITE-SEQUENCE implemented. 2003-07-10 08:41:15 +00:00
symbol.d Remove the flag 'regparm', which only applies to GCC+i86 and does not even bring much on that platform. 2003-10-27 08:45:32 +00:00
symbols_list.h Reorder list of symbols so that the same code is produced with and without --disable-boehm 2003-09-20 08:33:26 +00:00
tclBasic.d New bytecodes compiler and interpreter, which use 8-bits large bytecodes and 2003-08-05 10:01:57 +00:00
tcp.d Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++). 2003-10-23 08:10:18 +00:00
time.d Initial patches for supporting MINGW32 2003-07-08 17:36:41 +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 Try to initialize variables and constants in all_symbols.d. 2003-08-06 13:23:22 +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 Fix typo pw.h->pwd.h 2003-10-06 13:26:10 +00:00
unixint.d Try to initialize variables and constants in all_symbols.d. 2003-08-06 13:23:22 +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