prog8/compiler/res/prog8lib/virtual
Irmen de Jong 334e6dca28 added string.contains().
fixed string and array containment check for length 1.
2024-01-05 20:46:26 +01:00
..
conv.p8 added %option ignore_unused to suppress warnings about unused vars and subs in that module/block. 2023-12-26 23:37:59 +01:00
diskio.p8 fix diskio.diskname(). cx16: add diskio.curdir() 2023-06-07 22:38:51 +02:00
emudbg.p8 added %option ignore_unused to suppress warnings about unused vars and subs in that module/block. 2023-12-26 23:37:59 +01:00
floats.p8 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
math.p8 added math.crc16() and math.crc32() 2023-12-29 08:00:02 +01:00
monogfx.p8 adjusted options of library modules 2023-12-29 22:21:44 +01:00
prog8_lib.p8 added %option ignore_unused to suppress warnings about unused vars and subs in that module/block. 2023-12-26 23:37:59 +01:00
string.p8 added string.contains(). 2024-01-05 20:46:26 +01:00
syslib.p8 added %option ignore_unused to suppress warnings about unused vars and subs in that module/block. 2023-12-26 23:37:59 +01:00
textio.p8 added %option ignore_unused to suppress warnings about unused vars and subs in that module/block. 2023-12-26 23:37:59 +01:00