mirror of
https://github.com/irmen/prog8.git
synced 2025-11-01 06:16:15 +00:00
release 11.4.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Prog8 compiler v11.4 by Irmen de Jong (irmen@razorvine.net)
|
Prog8 compiler v11.4.1 by Irmen de Jong (irmen@razorvine.net)
|
||||||
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
||||||
|
|
||||||
Compiling program import-all-c128.p8
|
Compiling program import-all-c128.p8
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Prog8 compiler v11.4 by Irmen de Jong (irmen@razorvine.net)
|
Prog8 compiler v11.4.1 by Irmen de Jong (irmen@razorvine.net)
|
||||||
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
||||||
|
|
||||||
Compiling program import-all-c64.p8
|
Compiling program import-all-c64.p8
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Prog8 compiler v11.4 by Irmen de Jong (irmen@razorvine.net)
|
Prog8 compiler v11.4.1 by Irmen de Jong (irmen@razorvine.net)
|
||||||
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
||||||
|
|
||||||
Compiling program import-all-cx16.p8
|
Compiling program import-all-cx16.p8
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Prog8 compiler v11.4 by Irmen de Jong (irmen@razorvine.net)
|
Prog8 compiler v11.4.1 by Irmen de Jong (irmen@razorvine.net)
|
||||||
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
||||||
|
|
||||||
Compiling program import-all-pet32.p8
|
Compiling program import-all-pet32.p8
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Prog8 compiler v11.4 by Irmen de Jong (irmen@razorvine.net)
|
Prog8 compiler v11.4.1 by Irmen de Jong (irmen@razorvine.net)
|
||||||
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
|
||||||
|
|
||||||
Compiling program import-all-virtual.p8
|
Compiling program import-all-virtual.p8
|
||||||
@@ -129,7 +129,7 @@ diskio {
|
|||||||
rename (uword oldfileptr, uword newfileptr)
|
rename (uword oldfileptr, uword newfileptr)
|
||||||
rmdir (str name)
|
rmdir (str name)
|
||||||
save (uword filenameptr, uword start_address, uword savesize) -> bool
|
save (uword filenameptr, uword start_address, uword savesize) -> bool
|
||||||
save_raw (uword filenameptr, uword startaddress, uword savesize) -> bool
|
save_raw (uword filenameptr, uword start_address, uword savesize) -> bool
|
||||||
status () -> str
|
status () -> str
|
||||||
status_code () -> ubyte
|
status_code () -> ubyte
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ org.gradle.console=rich
|
|||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
version=11.5-SNAPSHOT
|
version=11.4.1
|
||||||
|
|||||||
Reference in New Issue
Block a user