ecl/src/util
jjgarcia cca49cd1c7 Removed attribute "noreturn" because GCC does not take into account the
possibility of longjmp into the function that called a noreturn function.
Simplified the FORMAT routine abstracting the operations on arguments,
so that they can be easily reimplemented when the type of stack changes.
FORMAT does no longer use the lisp stack, but builds lists of arguments.
2004-10-11 08:02:21 +00:00
..
changes.el Initial revision 2001-06-26 17:14:44 +00:00
defsys.lsp Initial revision 2001-06-26 17:14:44 +00:00
ecl-config Split the compiler flags into CFLAGS (used only when building ECL) and ECL_CFLAGS (exported into ecl-config). Set the value of SHELL explicitely in the makefiles so that they work when SHELL=/bin/csh in the environment. 2003-12-08 09:41:29 +00:00
ecl.nsi Scripts for generating a self-installer program under Windows using NSIS 2004-06-19 13:29:20 +00:00
ecl.spec *** empty log message *** 2004-06-19 11:26:29 +00:00
ecl_nsi.sh Scripts for generating a self-installer program under Windows using NSIS 2004-06-19 13:29:20 +00:00
emacs.el Removed attribute "noreturn" because GCC does not take into account the 2004-10-11 08:02:21 +00:00
gdbinit FEcondition does no longer exist. 2003-03-20 15:46:52 +00:00
iobuftest.c Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in Initial revision 2001-06-26 17:14:44 +00:00
search Initial revision 2001-06-26 17:14:44 +00:00
system.lsp Bunch of fixes to allow loaded files to be garbage collected. New file naming conventions. 2003-10-06 09:40:32 +00:00