Skip to content
Snippets Groups Projects
Commit c8388409 authored by Julien Signoles's avatar Julien Signoles
Browse files

merge with stable 0.4.1

parents ca0c5a1c ac2fc8fa
No related branches found
No related tags found
No related merge requests found
0.4+dev 0.4.1
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
# E-ACSL: the Whole E-ACSL plug-in # E-ACSL: the Whole E-ACSL plug-in
############################################################################### ###############################################################################
########################
Plugin E-ACSL 0.4.1 Neon
########################
-* E-ACSL [2014/08/05] Fix bug #1838 about memset. -* E-ACSL [2014/08/05] Fix bug #1838 about memset.
-* E-ACSL [2014/08/05] Fix bug #1818 about initialization of globals. -* E-ACSL [2014/08/05] Fix bug #1818 about initialization of globals.
-* E-ACSL [2014/08/04] Fix bug #1696 by clarifying the manual. -* E-ACSL [2014/08/04] Fix bug #1696 by clarifying the manual.
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
VERSION_FILE=../../VERSION
MAIN=main MAIN=main
DEPS_MODERN=macros_modern.tex eacslversion.tex biblio.bib \ DEPS_MODERN=macros_modern.tex eacslversion.tex biblio.bib \
intro_modern.tex speclang_modern.tex \ intro_modern.tex speclang_modern.tex \
...@@ -19,7 +21,7 @@ e-acsl: e-acsl-implementation.pdf e-acsl.pdf main.pdf ...@@ -19,7 +21,7 @@ e-acsl: e-acsl-implementation.pdf e-acsl.pdf main.pdf
all: e-acsl all: e-acsl
LANGUAGE_VERSION=1.8 LANGUAGE_VERSION=1.8
EACSL_VERSION= 0.4 EACSL_VERSION=$(shell cat $(VERSION_FILE))
EACSL_DIR=../.. EACSL_DIR=../..
DISTRIB_DIR=$(HOME)/frama-c/doc/www/distrib DISTRIB_DIR=$(HOME)/frama-c/doc/www/distrib
...@@ -32,7 +34,7 @@ install: e-acsl-implementation.pdf e-acsl.pdf ...@@ -32,7 +34,7 @@ install: e-acsl-implementation.pdf e-acsl.pdf
include $(EACSL_DIR)/doc/support/MakeLaTeXModern include $(EACSL_DIR)/doc/support/MakeLaTeXModern
eacslversion.tex: Makefile eacslversion.tex: Makefile $(VERSION_FILE)
rm -f $@ rm -f $@
echo '\\newcommand{\\eacslversion}{$(EACSL_VERSION)}' > $@ echo '\\newcommand{\\eacslversion}{$(EACSL_VERSION)}' > $@
chmod a-w $@ chmod a-w $@
......
\newcommand{\eacslversion}{0.4} \newcommand{\eacslversion}{0.4.1}
MAIN=main MAIN=main
C_CODE=$(wildcard examples/*.[ci]) C_CODE=$(wildcard examples/*.[ci])
VERSION_FILE=../../VERSION
DEPS_MODERN=eacslversion.tex biblio.bib macros.tex \ DEPS_MODERN=eacslversion.tex biblio.bib macros.tex \
introduction.tex \ introduction.tex \
provides.tex \ provides.tex \
limitations.tex \ limitations.tex \
changes.tex \ changes.tex \
$(C_CODE) $(C_CODE) \
$(VERSION_FILE)
default: main.pdf default: main.pdf
main.pdf: $(DEPS_MODERN) main.pdf: $(DEPS_MODERN)
EACSL_VERSION= 0.4+dev EACSL_VERSION= $(shell cat $(VERSION_FILE))
FC_VERSION= Neon-20140301 FC_VERSION= Neon
EACSL_DIR=../.. EACSL_DIR=../..
DISTRIB_DIR=$(HOME)/frama-c/doc/www/distrib DISTRIB_DIR=$(HOME)/frama-c/doc/www/distrib
......
\newcommand{\eacslversion}{0.4+dev\xspace} \newcommand{\eacslversion}{0.4.1\xspace}
\newcommand{\fcversion}{Neon-20140301\xspace} \newcommand{\fcversion}{Neon\xspace}
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
\includegraphics[height=14mm]{cealistlogo.jpg} \includegraphics[height=14mm]{cealistlogo.jpg}
\end{flushleft} \end{flushleft}
\vfill \vfill
\title{\framac's \eacsl Plug-in}{Release \eacslversion compatible \title{\eacsl Plug-in}{Release \eacslversion compatible
with \fcversion} with \framac \fcversion}
\author{Julien Signoles} \author{Julien Signoles}
\begin{tabular}{l} \begin{tabular}{l}
CEA LIST, Software Safety Laboratory, Saclay, F-91191 \\ CEA LIST, Software Safety Laboratory, Saclay, F-91191 \\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment