Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
havm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiger
havm
Commits
c07a4614
Commit
c07a4614
authored
Jan 28, 2016
by
Etienne Renault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.27
* AUTHORS, NEWS, THANKS, configure.ac: here
parent
43aa87eb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
AUTHORS
AUTHORS
+2
-2
NEWS
NEWS
+7
-0
THANKS
THANKS
+3
-0
configure.ac
configure.ac
+1
-1
No files found.
AUTHORS
View file @
c07a4614
...
...
@@ -2,8 +2,8 @@
HAVM was written by Robert Anisko as an LRDE member, so that EPITA
students could exercise their compiler projects before the final jump
to assembly code. Since then, Akim Demaille
and Roland Levillain
maintain the package.
to assembly code. Since then, Akim Demaille
, Roland Levillain, and
Etienne Renault
maintain the package.
--
...
...
NEWS
View file @
c07a4614
New in 0.27:
* GHC 7.10
HAVM is compatible with GHC 7.10.
This new version breaks the backward compatibility.
New in 0.26a:
* Binary and relational operators implementation
...
...
THANKS
View file @
c07a4614
...
...
@@ -16,6 +16,9 @@ People who contributed to Havm:
* Théophile Ranquet ranquet@lrde.epita.fr
- Version 0.25
* Francis Visoiu Mistrih visoiu_f@epita.fr
- Fix compatibility with gch >= 7.10
Local Variables:
mode: outline
ispell-local-dictionary: "american"
...
...
configure.ac
View file @
c07a4614
...
...
@@ -20,7 +20,7 @@
# Catch "HAVM_*" macros that are not expanded.
m4_pattern_forbid([^HAVM_])
AC_PREREQ([2.59])
AC_INIT([HAVM], [0.2
6a
], [projects@lrde.epita.fr])
AC_INIT([HAVM], [0.2
7
], [projects@lrde.epita.fr])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.9.6 dist-bzip2])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment