File:  [local] / rpl / HEADER.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 6 09:00:26 2013 UTC (11 years, 1 month ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Remplacement du fichier COPYING.in par HEADER.in pour éviter la suppression
de COPYING lors d'un make distclean et les raleries d'automake sur la
disparition de ce fichier.

Quelques points de debug sont rajoutés dans evaluation() et d'autres sont
retirés de sequenceur(). Ces point sont utilisés pour trouver un bug dans la
gestion des erreurs dans le cas d'une routine erronée appelée depuis le corps
d'une boucle. L'erreur d'exécution peut se transformer en erreur système
(incohénrence de boucle) qui fait désordre.

    1: /*
    2: ================================================================================
    3:   RPL/2 (R) version @VERSION@
    4:   Copyright (C) 1989-2013 Dr. BERTRAND Joël
    5: 
    6:   This file is part of RPL/2.
    7: 
    8:   RPL/2 is free software; you can redistribute it and/or modify it
    9:   under the terms of the CeCILL V2 License as published by the french
   10:   CEA, CNRS and INRIA.
   11:  
   12:   RPL/2 is distributed in the hope that it will be useful, but WITHOUT
   13:   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   14:   FITNESS FOR A PARTICULAR PURPOSE.  See the CeCILL V2 License
   15:   for more details.
   16:  
   17:   You should have received a copy of the CeCILL License
   18:   along with RPL/2. If not, write to info@cecill.info.
   19: ================================================================================
   20: */

CVSweb interface <joel.bertrand@systella.fr>