ecl/src/cmp
2005-03-15 14:21:42 +00:00
..
cmpbind.lsp Disable _ARGS() in external.h and use precise prototypes 2004-12-20 08:56:13 +00:00
cmpblock.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmpcall.lsp Fix conflicts with external declarations when using the C++ compiler 2005-01-13 11:03:18 +00:00
cmpcatch.lsp + Fixes in the code for backquoted vectors `#(,a ,b ...) 2005-02-14 10:26:29 +00:00
cmpcfg.lsp.in Make the MSVC++ port relocatable, i.e. the installation path is not hardcoded in ECL. Also, suport for NSI under MSVC++. 2004-10-29 13:50:26 +00:00
cmpdefs.lsp + Fixes in the code for backquoted vectors `#(,a ,b ...) 2005-02-14 10:26:29 +00:00
cmpenv.lsp Fix typo 2005-01-11 18:04:59 +00:00
cmpeval.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmpexit.lsp + Fixes in the code for backquoted vectors `#(,a ,b ...) 2005-02-14 10:26:29 +00:00
cmpffi.lsp C-INLINE forms can now output multiple values 2005-03-15 14:21:42 +00:00
cmpflet.lsp FLET/LABEL would not compile as toplevel forms because the value of *CURRENT-FUNCTION* is NIL for toplevel forms 2005-02-21 11:18:51 +00:00
cmpfun.lsp C-INLINE forms can now output multiple values 2005-03-15 14:21:42 +00:00
cmpif.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmpinit.lsp Initial revision 2001-06-26 17:14:44 +00:00
cmpinline.lsp C-INLINE forms can now output multiple values 2005-03-15 14:21:42 +00:00
cmplam.lsp There are problems with code like 2005-02-14 11:06:52 +00:00
cmplet.lsp Fixes to the scope of special variable declarations 2005-01-11 09:57:22 +00:00
cmploc.lsp + Fixes in the code for backquoted vectors `#(,a ,b ...) 2005-02-14 10:26:29 +00:00
cmpmac.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmpmain.lsp Remove unneeded WIN32 flag. 2005-02-15 10:01:40 +00:00
cmpmap.lsp Second version of the inliner for LAMBDA forms. 2003-06-09 12:40:46 +00:00
cmpmulti.lsp C-INLINE forms can now output multiple values 2005-03-15 14:21:42 +00:00
cmpspecial.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmptag.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmptest.lsp In the compiling process, we differentiate between registration of a constant, and dumping of the database of constants. The later being improved with support for a common storage space. Also, complex numbers may now be read that use #n# and #n=. 2003-11-03 08:57:01 +00:00
cmptop.lsp Fix conflicts with external declarations when using the C++ compiler 2005-01-13 11:03:18 +00:00
cmptype.lsp Teach the compiler how to produce C functions with a fixed number of arguments when the corresponding lisp function does not have any &optional, &rest, &key. Teach it also how to produce slimmer code for MULTIPLE-VALUE-SETQ/BIND. The type of a C1FORM can now be a (VALUES ...) expression, the first value being obtained with C1FORM-PRIMARY-TYPE. 2004-05-17 07:32:52 +00:00
cmputil.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmpvar.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmpwt.lsp + Fixes in the code for backquoted vectors `#(,a ,b ...) 2005-02-14 10:26:29 +00:00
defsys.lsp.in Merge NEW_COMPILER 25.05.03 2003-05-26 09:49:50 +00:00
load.lsp.in Finished the port to MingW32. 2003-12-01 11:21:47 +00:00
sysfun.lsp Introducing sequence iterators. Fixes in the reader regarding *read-suppress* and reading of vectors. 2005-01-24 08:57:46 +00:00
test.lsp Initial revision 2001-06-26 17:14:44 +00:00