ecl/src
2009-07-28 18:03:34 +02:00
..
c Remove an extra POP1 operand that was pushed after STEPCALL. This operand is no longer needed by the new implementation of the stepper. 2009-07-28 12:20:26 +02:00
clos Make OUTPUT-FLOAT-INFINITY and OUTPUT-FLOAT-NAN more robust against *print-circle* and other variables. 2009-06-20 19:12:39 +02:00
clx Implement read-only readtables to avoid copying the standard readtable when this value is requested. 2009-06-19 11:12:49 +02:00
cmp The constants used in COMPILE are now assigned in read_VV, not in the compiled code. 2009-07-27 21:37:51 +02:00
doc The reader for logical pathnames always sets a non-NIL directory. GETCWD/CHDIR now affect *default-pathname-defaults*. *default-pathname-defaults* is set to the current directory on startup 2008-10-05 16:52:46 +02:00
gc In structures ecl_{array,vector,base_string,string}, replaced the bitfields hasfillp and adjustable with a single integer holding all flags. This solves several problems with Microsoft C compiler. 2009-07-26 11:56:26 +02:00
gmp Don't build documentation for GMP. 2009-04-17 14:53:05 +02:00
h Implemented a function to change the encoding of a file stream 2009-07-26 12:59:15 +02:00
lsp SETF produces simpler expansions for simple cases of DEFSETF 2009-07-27 22:11:27 +02:00
util Changed the file for tagging ECL releases 2009-07-09 16:08:12 +02:00
aclocal.m4 When using --enable-slow-config, we can not delete the tmp directory in which gmp is configured. 2009-07-28 18:03:34 +02:00
bare.lsp.in The inspector files now depend on the condition system. They have to be loaded after that (JCB) 2009-06-17 09:48:34 +02:00
CHANGELOG The bytecodes compiler introduced an extra (and unneeded) POP1 operand after STEPCALL. 2009-07-28 12:22:21 +02:00
compile.lsp.in We also have problems with "profile" and the garbage collector under mingw32. 2009-07-24 16:34:07 +02:00
config.guess Use user-supplied DPP to build the C files. machines.h is no longer required. 2003-07-23 13:09:37 +00:00
config.sub Use user-supplied DPP to build the C files. machines.h is no longer required. 2003-07-23 13:09:37 +00:00
configure When using --enable-slow-config, we can not delete the tmp directory in which gmp is configured. 2009-07-28 18:03:34 +02:00
configure.in Mark new release version. 2009-07-05 17:25:15 +02:00
install.sh Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in ecl.dll has to be stored in the same directory as ecl.exe 2009-07-24 15:57:23 +02:00