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
Roland Heyder 8ea4302239 Some file related refactoring
- using the new _READFILE$ and _WRITEFILE commands where applicable
- moved error handler changes inside CopyFile&() so we don't need to remember to do this before calling the function
  - fixed file tests complaining about missing error handlers
2024-07-15 13:00:47 +02:00
..
ini-manager Reduces INI-Manager to the bare minimum. 2021-02-07 23:07:56 -03:00
s-buffer Update buffer system 2024-06-23 17:49:32 +02: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 Some file related refactoring 2024-07-15 13:00:47 +02:00
format.bas Support -f options for layout 2024-06-26 21:52:58 +10: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