ecl/src/cmp
jjgarcia f589ddf587 When compiling a (VALUES ...) form, put the result in VALUES; do not use
value0, because then the compiler assumes only one value is produced.
2002-12-05 09:48:52 +00:00
..
cmpbind.lsp The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
cmpblock.lsp Minimal patches for C++ compatibility 2001-12-20 09:17:51 +00:00
cmpcall.lsp In MAYBE-PUSH-ARGS, a C variable was used initialized. 2002-12-05 09:45:38 +00:00
cmpcatch.lsp 1) Fix error in UNWIND-PROTECT forms: the destination frame nlj_fr has to 2002-11-11 12:57:21 +00:00
cmpcfg.lsp.in Minimal patches for C++ compatibility 2001-12-20 09:17:51 +00:00
cmpdefs.lsp 1) Fix error in UNWIND-PROTECT forms: the destination frame nlj_fr has to 2002-11-11 12:57:21 +00:00
cmpenv.lsp Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +00:00
cmpeval.lsp Implement DEFINE-COMPILER-MACRO and COMPILER-MACRO-FUNCTION 2002-05-10 07:41:15 +00:00
cmpexit.lsp The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
cmpflet.lsp The calling conventions have been changed. SI::C-ARGUMENTS-LIMIT and 2002-10-21 09:27:58 +00:00
cmpfun.lsp Fix the names of the optimizers for SHIFT<< and SHIFT>>. 2002-12-05 09:42:58 +00:00
cmpif.lsp Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +00:00
cmpinit.lsp Initial revision 2001-06-26 17:14:44 +00:00
cmpinline.lsp Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +00:00
cmplam.lsp 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
cmplet.lsp +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
cmploc.lsp Fixed a typo. 2002-11-15 19:00:47 +00:00
cmpmac.lsp ffi::definline has a bogus definition in ffi.lsp. 2002-02-12 16:06:18 +00:00
cmpmain.lsp More explicit error message at end of compilation time. 2002-11-28 09:43:19 +00:00
cmpmap.lsp Initial revision 2001-06-26 17:14:44 +00:00
cmpmulti.lsp When compiling a (VALUES ...) form, put the result in VALUES; do not use 2002-12-05 09:48:52 +00:00
cmpspecial.lsp When compiling (function (lambda-block f (x) ...)), a block definition is missing. 2002-11-05 13:29:34 +00:00
cmptag.lsp 1) Fix error in UNWIND-PROTECT forms: the destination frame nlj_fr has to 2002-11-11 12:57:21 +00:00
cmptest.lsp Reader macro #, is now unsupported. Instead we have implemented 2001-10-07 20:01:50 +00:00
cmptop.lsp siSpretty_print_format does not exist. Use ADD-SYMBOL to refer to this 2002-11-12 09:45:29 +00:00
cmptype.lsp +The compiler produced wrong code for RETURN-FROM forms inside an UNWIND-PROTECT. 2001-11-17 11:02:12 +00:00
cmputil.lsp Removed si::clear-compiler-properties from the core library. It is defined later in the compiler. 2002-11-18 12:46:32 +00:00
cmpvar.lsp Changes towards 0.7b comprise naming and calling conventions. See CHANGELOG. 2002-11-04 14:08:24 +00:00
cmpwt.lsp Fix typo. 2002-05-13 07:24:10 +00:00
defsys.lsp.in Use abs_{srcdir,builddir,top_srcdir}, to avoid problems with latest autoconf. 2002-10-13 16:02:23 +00:00
load.lsp.in Initial revision 2001-06-26 17:14:44 +00:00
sysfun.lsp Move all si::c-export-fname proclamations to the sysfun.lsp file, because they are only required when compiling files. 2002-11-18 12:52:31 +00:00
test.lsp Initial revision 2001-06-26 17:14:44 +00:00