1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-19 23:44:46 +00:00
QB64-PE/source/utilities
Luke Ceddia 49f0471e03
Assume UDT sizes are whole number of bytes
This allows simplifying how the size of UDT arrays are calculated,
and thus not leave memory uninitialised when doing a redim that
expands the array size.
2024-06-01 20:12:59 +10:00
..
ini-manager Reduces INI-Manager to the bare minimum. 2021-02-07 23:07:56 -03:00
s-buffer Add external dependencies checks 2024-01-30 13:04:03 +01:00
build.bas Fix DECLARE LIBRARY against stripped .so file 2023-02-19 02:10:51 -05:00
const_eval.bas fix typos 2024-04-25 21:21:39 -07:00
const_eval.bi Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
elements.bas fix typos 2024-02-28 19:20:10 -08:00
file.bas Minor flow changes 2023-12-15 00:22:28 +01:00
give_error.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
give_error.bi Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
hash.bas Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
hash.bi Replace CONSTs while we have the individual elements 2024-01-18 13:00:13 -05:00
strings.bas Some simple refactoring 2024-02-03 21:45:45 +01:00
type.bas Assume UDT sizes are whole number of bytes 2024-06-01 20:12:59 +10:00
type.bi Assume UDT sizes are whole number of bytes 2024-06-01 20:12:59 +10:00