-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ab25cq
committed
Feb 13, 2018
1 parent
1e0c4ef
commit 2b40a81
Showing
28 changed files
with
256 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
class SystemCallTest | ||
{ | ||
def main(): static { | ||
f := System.fopen("sys.txt", "w"); | ||
System.fwrite(b"ABCDEF", 3, f); | ||
System.fclose(f); | ||
|
||
Clover.test("sys call test", p"sys.txt".read().equals(b"ABC")); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0468c4f3761391c35889a0a32520164b2605c9cc 70806796373c1f1103b7a38b0d768d3b5a8ced45 aebacabd9f626836c23bf7c2046875ead0ddc7a5 | ||
1adf9367db259f4e7525af19e0305b7a9e401178 5394c8557f675ade932f643721417597e74360f3 5b784d29484e75f05305810766001b216de6cb56 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Package: clover2-dbgsym | ||
Source: clover2 | ||
Version: 3.5.8-1 | ||
Version: 3.5.9-1 | ||
Auto-Built-Package: debug-symbols | ||
Architecture: amd64 | ||
Maintainer: Daisuke Minato <[email protected]> | ||
Installed-Size: 102 | ||
Depends: clover2 (= 3.5.8-1) | ||
Installed-Size: 103 | ||
Depends: clover2 (= 3.5.9-1) | ||
Section: debug | ||
Priority: extra | ||
Homepage: https://github.com/ab25cq/clover2/wiki | ||
Description: Debug symbols for clover2 | ||
Build-Ids: 0468c4f3761391c35889a0a32520164b2605c9cc 70806796373c1f1103b7a38b0d768d3b5a8ced45 aebacabd9f626836c23bf7c2046875ead0ddc7a5 | ||
Build-Ids: 1adf9367db259f4e7525af19e0305b7a9e401178 5394c8557f675ade932f643721417597e74360f3 5b784d29484e75f05305810766001b216de6cb56 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ce5fb4194f70e06f4db66ed3b9d66634 usr/lib/debug/.build-id/04/68c4f3761391c35889a0a32520164b2605c9cc.debug | ||
7ea2e44bf634e53e2cb0eb8a231096dd usr/lib/debug/.build-id/70/806796373c1f1103b7a38b0d768d3b5a8ced45.debug | ||
6bce8a065615484940fa6c8ac1b1b09a usr/lib/debug/.build-id/ae/bacabd9f626836c23bf7c2046875ead0ddc7a5.debug | ||
e84a164cfe522329936d18b55ff32abf usr/lib/debug/.build-id/1a/df9367db259f4e7525af19e0305b7a9e401178.debug | ||
c2fe717aee59dedc61f0d5427a0465e0 usr/lib/debug/.build-id/53/94c8557f675ade932f643721417597e74360f3.debug | ||
c15b16b5578b7ee39a6717fc71a0eafa usr/lib/debug/.build-id/5b/784d29484e75f05305810766001b216de6cb56.debug |
Binary file removed
BIN
-40.7 KB
...over2/dbgsym-root/usr/lib/debug/.build-id/04/68c4f3761391c35889a0a32520164b2605c9cc.debug
Binary file not shown.
Binary file added
BIN
+41.2 KB
...over2/dbgsym-root/usr/lib/debug/.build-id/1a/df9367db259f4e7525af19e0305b7a9e401178.debug
Binary file not shown.
Binary file added
BIN
+23.9 KB
...over2/dbgsym-root/usr/lib/debug/.build-id/53/94c8557f675ade932f643721417597e74360f3.debug
Binary file not shown.
Binary file renamed
BIN
+24.7 KB
...abd9f626836c23bf7c2046875ead0ddc7a5.debug → ...d29484e75f05305810766001b216de6cb56.debug
Binary file not shown.
Binary file removed
BIN
-23.4 KB
...over2/dbgsym-root/usr/lib/debug/.build-id/70/806796373c1f1103b7a38b0d768d3b5a8ced45.debug
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
shlibs:Depends=libc6 (>= 2.14), libpcre3, libreadline7 (>= 6.0) | ||
shlibs:Depends=libc6 (>= 2.14), libgc1c2 (>= 1:7.2d), libpcre3, libreadline7 (>= 6.0) | ||
misc:Depends= | ||
misc:Pre-Depends= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
clover2-dbgsym_3.5.8-1_amd64.deb debug extra | ||
clover2_3.5.8-1_amd64.buildinfo unknown optional | ||
clover2_3.5.8-1_amd64.deb unknown optional | ||
clover2-dbgsym_3.5.9-1_amd64.deb debug extra | ||
clover2_3.5.9-1_amd64.buildinfo unknown optional | ||
clover2_3.5.9-1_amd64.deb unknown optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
|
||
if test -e ../clover2_3.5.8-1_i386.deb | ||
if test -e ../clover2_3.5.9-1_i386.deb | ||
then | ||
if dpkg -l | egrep ^clover2 | ||
then | ||
sudo apt-get remove clover2 | ||
fi | ||
|
||
sudo dpkg -i ../clover2_3.5.8-1_i386.deb | ||
sudo dpkg -i ../clover2_3.5.9-1_i386.deb | ||
fi | ||
|
||
if test -e ../clover2_3.5.8-1_amd64.deb | ||
if test -e ../clover2_3.5.9-1_amd64.deb | ||
then | ||
if dpkg -l | egrep ^clover2 | ||
then | ||
sudo apt-get remove clover2 | ||
fi | ||
|
||
sudo dpkg -i ../clover2_3.5.8-1_amd64.deb | ||
sudo dpkg -i ../clover2_3.5.9-1_amd64.deb | ||
fi |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.