ecl/src
2009-08-04 11:22:45 +02:00
..
c ecl_namestring() takes now a second argument which is a flag and includes the possibility of enforcing that the output be a base string. This is used by chdir, which formerly failed to work because of getting an extended string from namestring. 2009-08-03 21:14:40 +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 Make ECL less verbose in its messages, eliminating certain notes and the note context when this is too imprecise. 2009-08-04 11:22:45 +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 In src/gmp/gmp-h.in, changed the definition of __GMP_EXTERN_INLINE to include the fixes from MPIR (The semantics of extern inline has changed between releases of gcc) 2009-08-03 00:06:00 +02:00
h ecl_namestring() takes now a second argument which is a flag and includes the possibility of enforcing that the output be a base string. This is used by chdir, which formerly failed to work because of getting an extended string from namestring. 2009-08-03 21:14:40 +02:00
lsp Changed SI:SAFE-EVAL so that when a third value is supplied, it does not set up a condition handler. 2009-08-03 22:11:49 +02:00
util Changed the file for tagging ECL releases 2009-07-09 16:08:12 +02:00
aclocal.m4 The extraction of C and linker flags from --enable-slow-config was broken: it did not eliminate all -Wc, 2009-07-28 18:34:16 +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 ecl_namestring() takes now a second argument which is a flag and includes the possibility of enforcing that the output be a base string. This is used by chdir, which formerly failed to work because of getting an extended string from namestring. 2009-08-03 21:14:40 +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 In the previous commit we forgot to add -lffi to the flags 2009-08-02 22:31:03 +02:00
configure.in In the previous commit we forgot to add -lffi to the flags 2009-08-02 22:31:03 +02:00
install.sh
Makefile.in ecl.dll has to be stored in the same directory as ecl.exe 2009-07-24 15:57:23 +02:00