mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 01:10:53 -07:00
cleanup: update license to lgpl-2.1+ in both headers and text
This commit is contained in:
parent
482d46ac92
commit
b3d3a4e31c
116 changed files with 418 additions and 939 deletions
|
|
@ -2,18 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
fpe_none.c -- Nonportable component of the floating point code (dummy)
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2005, Juan Jose Garcia Ripoll.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
* fpe_none.c -- Nonportable component of the floating point code (dummy)
|
||||
*
|
||||
* Copyright (c) 2005, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* The ecl_detect_fpe() is a macro (or a function) that detects whether a
|
||||
|
|
|
|||
|
|
@ -2,23 +2,16 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
fpe_x86.c -- Nonportable component of the floating point code
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2005, Juan Jose Garcia Ripoll.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
|
||||
/*
|
||||
* See fpe_none.c for a description
|
||||
* fpe_x86.c -- Nonportable component of the floating point code
|
||||
*
|
||||
* Copyright (c) 2005, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/* See fpe_none.c for a description. */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# ifdef _WIN64
|
||||
# error "This file shouldn't have been included!"
|
||||
|
|
|
|||
|
|
@ -2,15 +2,11 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../../Copyright' for full details.
|
||||
*/
|
||||
* Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
#define ECL_INCLUDE_MATH_H
|
||||
#include <float.h>
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.o
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; ECoLisp is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -6,12 +6,8 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;
|
||||
;;; conditions.lsp
|
||||
;;;
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.o
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;
|
||||
;;; COMMON LISP CLASSES HIERARCHY
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(pushnew :cdr-1 *features*)
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.o
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.o
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.o
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1992, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "CLOS")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,13 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2004, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; The CLOS IO library.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "GRAY")
|
||||
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
|
||||
;;;; Copyright (c) 2008. Juan Jose Garcia-Ripol
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "COMPILER")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPC-WT -- Routines for writing code to C files.
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPWT Output routines.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
|
||||
;;;; Copyright (c) 2003, Juan Jose Garcia-Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "COMPILER")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -4,13 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;;
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package #:compiler)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
|
||||
;;;; Copyright (c) 2008. Juan Jose Garcia-Ripol
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "COMPILER")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPDEF -- Definitions created at compile / configuration time
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2009, Juan Jose Garcia-Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPENVAPI -- API for creating and manipulating environments
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -6,13 +6,9 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
;;;; CMPENV-DECLAIM -- Proclamations local to the current file
|
||||
;;;;
|
||||
;;;; One implementation of DECLAIM that uses the compiler environment
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPENV-DECLARE -- Declarations for the compiler
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -4,12 +4,9 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2009, Juan Jose Garcia-Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPENV-FUN -- Declarations concerning function types and inlining
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -6,12 +6,8 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPENV-PROCLAIM -- Proclamations for the compiler
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2009, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPFORM -- Internal representation of Lisp forms
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPGLOBALS -- Global variables and flag definitions
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -7,12 +7,7 @@
|
|||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll
|
||||
;;;; Copyright (c) 2015, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPMAIN Compiler main program.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPMAP Map functions.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2007, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPNAME Unambiguous init names for object files
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
|
||||
;;;; Copyright (c) 2010. Juan Jose Garcia-Ripol
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "COMPILER")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPOPT-CONSTANTS Constant expressions.
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "COMPILER")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2008. Juan Jose Garcia-Ripol
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
;;;; CMPOPT-TYPE -- Optimizations for selected types of expresions
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
|
||||
;;;; Copyright (c) 2008. Juan Jose Garcia-Ripol
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "COMPILER")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPFEATURES.LSP -- Gather a list of features from the compiler
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPOS-RUN Executing auxiliary programs
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPDATA Data segment.
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
|
||||
;;;; Copyright (c) 2008. Juan Jose Garcia-Ripol
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "COMPILER")
|
||||
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPTYPE-ARITH -- Operations upon and among types
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2011, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPTYPE-ASSERT Type assertions automatically generated
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2009, Juan Jose Garcia-Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPTYPE-PROP -- Type propagation basic routines and database
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -5,12 +5,7 @@
|
|||
;;;; Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; CMPTYPE Type information.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,8 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;;
|
||||
;;;; CMPTYPES -- Data types for the Lisp core structures
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -7,12 +7,7 @@
|
|||
;;;; Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;;
|
||||
;;;; ECoLisp is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "COMPILER")
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 2010, Juan Jose Garcia-Ripoll
|
||||
;;;; Copyright (c) 2021, Daniel Kochmański
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package #:compiler)
|
||||
|
|
|
|||
|
|
@ -181,10 +181,19 @@ to official gitlab repository:
|
|||
.
|
||||
|
||||
.SH LICENSE
|
||||
ECL is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version; see file \fICOPYING\fP.
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
This library is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU Lesser General Public License as published by the Free
|
||||
Software Foundation; either version 2.1 of the License, or (at your option) any
|
||||
later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License along
|
||||
with this library; if not, write to the Free Software Foundation, Inc., 51
|
||||
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Please report bugs, comments, suggestions to the ecl mailing list:
|
||||
.MT ecl-devel@common-lisp.net
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;; Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or modify
|
||||
;;;; it under the terms of the GNU General Public License as published by
|
||||
;;;; the Free Software Foundation; either version 2 of the License, or
|
||||
;;;; (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; setdoc.lsp
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -10,43 +10,43 @@ notice which is shipped with ECL.
|
|||
@verbatim
|
||||
---- BEGINNING OF COPYRIGHT FOR THE ECL CORE ENVIRONMENT ------------
|
||||
|
||||
Copyright (C) 2019, Daniel Kochmanski and Marius Gerbershagen
|
||||
Copyright (c) 2018, Daniel Kochmański
|
||||
Copyright (c) 2013, Juan Jose Garcia Ripoll
|
||||
Copyright (c) 1990, 1991, 1993 Giuseppe Attardi
|
||||
Copyright (c) 1984 Taiichi Yuasa and Masami Hagiya
|
||||
All Rights Reserved
|
||||
Copyright (c) 2019-2024 Daniel Kochmański and Marius Gerbershagen
|
||||
Copyright (c) 2015-2018, Daniel Kochmański
|
||||
Copyright (c) 2000-2013, Juan Jose Garcia Ripoll
|
||||
Copyright (c) 1990, 1991, 1993 Giuseppe Attardi
|
||||
Copyright (c) 1984 Taiichi Yuasa and Masami Hagiya
|
||||
All Rights Reserved
|
||||
|
||||
ECL is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Library General Public License as published
|
||||
by the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version; see file 'Copying'.
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Library General Public License for more details.
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
PLEASE NOTE THAT:
|
||||
PLEASE NOTE THAT:
|
||||
|
||||
This license covers all of the ECL program except for the files
|
||||
src/lsp/loop2.lsp ; Symbolic's LOOP macro
|
||||
src/lsp/pprint.lsp ; CMUCL's pretty printer
|
||||
src/lsp/format.lsp ; CMUCL's format
|
||||
and the directories
|
||||
contrib/ ; User contributed extensions
|
||||
examples/ ; Examples for the ECL usage
|
||||
Look the precise copyright of these extensions in the corresponding
|
||||
files.
|
||||
This license covers all of the ECL program except for the files
|
||||
src/lsp/loop.lsp ; Symbolic's LOOP macro
|
||||
src/lsp/pprint.lsp ; CMUCL's pretty printer
|
||||
src/lsp/format.lsp ; CMUCL's format
|
||||
and the directories
|
||||
contrib/ ; User contributed extensions
|
||||
examples/ ; Examples for the ECL usage
|
||||
Look the precise copyright of these extensions in the corresponding
|
||||
files.
|
||||
|
||||
Examples are licensed under: (SPDX-License-Identifier) BSD-2-Clause
|
||||
Examples are licensed under: (SPDX-License-Identifier) BSD-2-Clause
|
||||
|
||||
Report bugs, comments, suggestions to the ecl mailing list:
|
||||
ecl-devel@common-lisp.net.
|
||||
Report bugs, comments, suggestions to the ecl mailing list:
|
||||
ecl-devel@common-lisp.net.
|
||||
|
||||
---- END OF COPYRIGHT FOR THE ECL CORE ENVIRONMENT ------------------
|
||||
@end verbatim
|
||||
|
|
|
|||
|
|
@ -2,18 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
cache.h -- thread-local cache for a variety of operations
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2011, Juan Jose Garcia Ripoll.
|
||||
* Copyright (c) 2011, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
/* cache.h -- thread-local cache for a variety of operations */
|
||||
|
||||
#ifndef ECL_CACHE_H
|
||||
#define ECL_CACHE_H
|
||||
|
|
|
|||
|
|
@ -2,19 +2,14 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
config.h.in -- Template configuration file.
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 1990, Giuseppe Attardi.
|
||||
Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
* Copyright (c) 1990, Giuseppe Attardi.
|
||||
* Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
ECoLisp is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
/* config.h.in -- Template configuration file. */
|
||||
|
||||
#if defined(_MSC_VER) || defined(__MINGW32__) || __WIN32__ || __WIN64__
|
||||
#define ECL_MS_WINDOWS_HOST
|
||||
|
|
|
|||
17
src/h/cons.h
17
src/h/cons.h
|
|
@ -2,18 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
cons.h -- list manipulation macros & functions
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2011, Juan Jose Garcia-Ripoll
|
||||
* Copyright (c) 2011, Juan Jose Garcia-Ripoll
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
/* cons.h -- list manipulation macros & functions */
|
||||
|
||||
#ifndef ECL_CONS_H
|
||||
#define ECL_CONS_H
|
||||
|
|
|
|||
18
src/h/cs.h
18
src/h/cs.h
|
|
@ -2,19 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
cs.h -- C stack manipulation.
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 1990, Giuseppe Attardi.
|
||||
|
||||
ECoLisp is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
* Copyright (c) 1990, Giuseppe Attardi.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/* cs.h -- C stack manipulation. */
|
||||
|
||||
/*
|
||||
*----------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -2,19 +2,14 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
ecl-cmp.h -- Include file for compiled code.
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
Copyright (c) 1990, Giuseppe Attardi.
|
||||
* Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
* Copyright (c) 1990, Giuseppe Attardi.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
ECoLisp is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU General Library Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
/* ecl-cmp.h -- Include file for compiled code. */
|
||||
|
||||
#ifndef ECL_CMP_H
|
||||
#define ECL_CMP_H
|
||||
|
|
|
|||
19
src/h/ecl.h
19
src/h/ecl.h
|
|
@ -2,19 +2,14 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
ecl.h -- Main headers for development of ECL
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
Copyright (c) 1990, Giuseppe Attardi.
|
||||
* Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
* Copyright (c) 1990, Giuseppe Attardi.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
ECoLisp is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
/* ecl.h -- Main headers for development of ECL */
|
||||
|
||||
#ifndef ECL_ECL_H
|
||||
#define ECL_ECL_H
|
||||
|
|
|
|||
|
|
@ -2,19 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
math_dispatch.h -- fast dispatch for math functions
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
* Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/* math_dispatch.h -- fast dispatch for math functions */
|
||||
#ifndef ECL_MATH_DISPATCH_H
|
||||
#define ECL_MATH_DISPATCH_H
|
||||
|
||||
|
|
|
|||
|
|
@ -2,19 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
math_dispatch.h -- fast dispatch for math functions
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
* Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/* math_dispatch.h -- fast dispatch for math functions */
|
||||
#ifndef ECL_MATH_DISPATCH2_H
|
||||
#define ECL_MATH_DISPATCH2_H
|
||||
|
||||
|
|
|
|||
|
|
@ -2,19 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
math_fenv.h -- inlined versions of fenv.h
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../../Copyright' for full details.
|
||||
*/
|
||||
* Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/* math_fenv.h -- inlined versions of fenv.h */
|
||||
#ifndef ECL_MATH_FENV_H
|
||||
#define ECL_MATH_FENV_H
|
||||
|
||||
|
|
|
|||
|
|
@ -2,19 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
math_msvc_fenv.h -- fake fenv.h using Microsoft Visual C++
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../../Copyright' for full details.
|
||||
*/
|
||||
* Copyright (c) 2010, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/* math_msvc_fenv.h -- fake fenv.h using Microsoft Visual C++ */
|
||||
#ifndef ECL_MATH_FENV_MSVC_H
|
||||
#define ECL_MATH_FENV_MSVC_H
|
||||
|
||||
|
|
|
|||
|
|
@ -2,19 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
internal.h -- Structures and functions that are not meant for the end user
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
* Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/* internal.h -- Structures and functions that are not meant for the end user */
|
||||
#ifndef ECL_INTERNAL_H
|
||||
#define ECL_INTERNAL_H
|
||||
|
||||
|
|
|
|||
|
|
@ -2,19 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
legacy.h -- Legacy macros, functions and names.
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2011, Juan Jose Garcia-Ripoll
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
* Copyright (c) 2011, Juan Jose Garcia-Ripoll
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/* legacy.h -- Legacy macros, functions and names. */
|
||||
#if !defined(ECL_LEGACY_H) && !defined(ECL_NO_LEGACY)
|
||||
#define ECL_LEGACY_H
|
||||
|
||||
|
|
|
|||
|
|
@ -2,19 +2,13 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
number.h -- GMP interface.
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 1995, Giuseppe Attardi.
|
||||
|
||||
ECoLisp is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
* Copyright (c) 1995, Giuseppe Attardi.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
/* number.h -- GMP interface. */
|
||||
#ifndef ECL_NUMBER_H
|
||||
#define ECL_NUMBER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -2,20 +2,15 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
object.h -- Data structure definitions.
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
Copyright (c) 1990, Giuseppe Attardi.
|
||||
Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
* Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
* Copyright (c) 1990, Giuseppe Attardi.
|
||||
* Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
/* object.h -- Data structure definitions. */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
19
src/h/page.h
19
src/h/page.h
|
|
@ -2,19 +2,12 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
page.h -- Page macros.
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 1990, Giuseppe Attardi.
|
||||
|
||||
ECoLisp is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
|
||||
* Copyright (c) 1990, Giuseppe Attardi.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
/* page.h -- Page macros. */
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,19 +1,15 @@
|
|||
/* -*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*- */
|
||||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
internal.h -- safe stack resizing
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
|
||||
ECL is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
/*
|
||||
* Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
/* internal.h -- safe stack resizing */
|
||||
|
||||
#ifndef ECL_STACK_RESIZE_H
|
||||
#define ECL_STACK_RESIZE_H
|
||||
|
|
|
|||
|
|
@ -2,20 +2,15 @@
|
|||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
stacks.h -- Bind/Jump/Frame stacks.
|
||||
*/
|
||||
/*
|
||||
Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
Copyright (c) 1990, Giuseppe Attardi.
|
||||
Copyright (c) 2000, Juan Jose Garcia-Ripoll
|
||||
* Copyright (c) 1984, Taiichi Yuasa and Masami Hagiya.
|
||||
* Copyright (c) 1990, Giuseppe Attardi.
|
||||
* Copyright (c) 2000, Juan Jose Garcia-Ripoll
|
||||
*
|
||||
* See file 'LICENSE' for the copyright details.
|
||||
*
|
||||
*/
|
||||
|
||||
ECoLisp is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
|
||||
See file '../Copyright' for full details.
|
||||
*/
|
||||
/* stacks.h -- Bind/Jump/Frame stacks. */
|
||||
|
||||
#ifndef ECL_STACKS_H
|
||||
#define ECL_STACKS_H
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; arraylib.lsp
|
||||
;;;;
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
||||
|
|
|
|||
|
|
@ -6,16 +6,9 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
|
||||
|
||||
;;; Program Development Environment
|
||||
;;;; Program Development Environment
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2005, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
|
|
|||
|
|
@ -6,12 +6,8 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; defines SYS:DEFMACRO*, the defmacro preprocessor
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
|
|
|||
|
|
@ -6,12 +6,8 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; The structure routines.
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
|
|
|||
|
|
@ -6,12 +6,8 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;; DESCRIBE and INSPECT
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
|
|
|||
|
|
@ -6,12 +6,7 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
||||
|
|
|
|||
|
|
@ -6,12 +6,8 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; Exporting external symbols of LISP package
|
||||
|
||||
(eval-when (eval compile load)
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia-Ripoll
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; FFI Symbols used in the foreign function interface
|
||||
|
||||
|
|
|
|||
|
|
@ -4,12 +4,7 @@
|
|||
;;;;
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia-Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
;;;;
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
|
|
|||
|
|
@ -6,12 +6,8 @@
|
|||
;;;; Copyright (c) 1990, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; The IO library.
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
|
|
|||
|
|
@ -5,12 +5,8 @@
|
|||
;;;; Copyright (c) 1995, Giuseppe Attardi.
|
||||
;;;; Copyright (c) 2001, Juan Jose Garcia Ripoll.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Library General Public
|
||||
;;;; License as published by the Free Software Foundation; either
|
||||
;;;; version 2 of the License, or (at your option) any later version.
|
||||
;;;;
|
||||
;;;; See file '../Copyright' for full details.
|
||||
;;;; See file 'LICENSE' for the copyright details.
|
||||
|
||||
;;;; list manipulating routines
|
||||
|
||||
(in-package "SYSTEM")
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue