Skip to content

Commit 0388271

Browse files
committed
Release 1.7.1
2 parents 786fdda + 1a1e29f commit 0388271

180 files changed

Lines changed: 4537 additions & 5104 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
/TEMP_cil-bindistrib
4040
/_build
4141
/_log
42-
/META
4342
/README
4443
/index.html
44+
/stamp-h
4545

4646
# /debian/
4747
/debian/build-stamp
@@ -79,23 +79,28 @@
7979
# /doc/html/
8080
/doc/html/*
8181

82-
# /cilly/
83-
/cilly/CilConfig.pm
84-
/cilly/Cilly.pm
85-
/cilly/*.patch2.i*
82+
# /lib/
83+
/lib/App/Cilly/CilConfig.pm
84+
/lib/App/Cilly.pm
85+
/lib/Makefile
86+
/lib/Makefile.old
87+
/lib/MYMETA.yml
88+
/lib/blib/*
89+
/lib/pm_to_blib
8690

87-
# /obj/
88-
/obj/x86_*
89-
/obj/.depend
91+
# /bin/
92+
/bin/cilly.*
9093

91-
# /obj/.depend/
92-
/obj/.depend/*.d
93-
/obj/.depend/*.di
94+
# /_build/
95+
/_build/*
9496

9597
# /src/
9698
/src/*.output
9799
/src/ChangeLog
98100
/src/machdep-ml.c
101+
/src/cilversion.ml
102+
/src/feature_config.ml
103+
/src/machdep.ml
99104

100105
# /src/frontc/
101106
/src/frontc/*.output
@@ -126,7 +131,6 @@
126131
/test/*.stackdump
127132
/test/*_all.c
128133
/test/testingcil.c
129-
/test/testcil.random
130134
/test/__log*
131135
/test/testsafec.smlog
132136
/test/Makefile

Bootstrap

Lines changed: 0 additions & 3 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2001-2011,
1+
Copyright (c) 2001-2013,
22
George C. Necula <necula@cs.berkeley.edu>
33
Scott McPeak <smcpeak@cs.berkeley.edu>
44
Wes Weimer <weimer@cs.berkeley.edu>

META

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
description = "C Intermediate Language"
2+
requires = "unix str num"
3+
version = "@CIL_VERSION@"
4+
archive(byte) = "cil.cma"
5+
archive(opt) = "cil.cmxa"

META.in

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)