ecl/src/cmp
2005-01-13 11:03:18 +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 Preliminary support for POSIX threads. 2003-11-18 11:23:07 +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 Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +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 Disable _ARGS() in external.h and use precise prototypes 2004-12-20 08:56:13 +00:00
cmpffi.lsp Complete support for UFFI (Michael Goffioul) 2004-11-29 13:13:03 +00:00
cmpflet.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmpfun.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
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 Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmplam.lsp Wrong code produced for FOO in 2005-01-11 18:22:12 +00:00
cmplet.lsp Fixes to the scope of special variable declarations 2005-01-11 09:57:22 +00:00
cmploc.lsp Disable _ARGS() in external.h and use precise prototypes 2004-12-20 08:56:13 +00:00
cmpmac.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +00:00
cmpmain.lsp Xmas fixes. See CHANGELOG for list of changes. 2005-01-07 11:51:23 +00:00
cmpmap.lsp Second version of the inliner for LAMBDA forms. 2003-06-09 12:40:46 +00:00
cmpmulti.lsp Merged in the new compiler structure doubly linked list. 2004-12-16 15:56:54 +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 various reader macros (#*, #(,#C)). Stream mode smm_closed disappears and closing of files preserves the original type of stream. Implemented METHOD-COMBINATION-ERROR, INVALID-METHOD-ERROR, option :ARGUMENT-PRECEDENCE-ORDER. In loop, iteration statements can now only appear before body statements, otherwise an error is signaled. A DEFTYPE form optional arguments have default value * 2005-01-10 09:41:06 +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 Fixes in various reader macros (#*, #(,#C)). Stream mode smm_closed disappears and closing of files preserves the original type of stream. Implemented METHOD-COMBINATION-ERROR, INVALID-METHOD-ERROR, option :ARGUMENT-PRECEDENCE-ORDER. In loop, iteration statements can now only appear before body statements, otherwise an error is signaled. A DEFTYPE form optional arguments have default value * 2005-01-10 09:41:06 +00:00
test.lsp Initial revision 2001-06-26 17:14:44 +00:00