1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 17:00:26 +00:00
qb64/internal/c
SteveMcNeill 78d4b607bd Minor change to mem structure
Change to mem.TYPE from LONG variable type to OFFSET.  This prevents
4-bytes padding from throwing off values for mem.ELEMENTSIZE and
mem.IMAGE on 64-bit systems.

Patch should work on Mac, Linux, and Windows; both 32-bit and 64-bit
versions, giving the correct results for mem.ELEMENTSIZE and mem.IMAGE
from now on.
2017-08-02 01:00:01 -04:00
..
c_compiler (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
libqb Fix makeline in setup_win.bat. 2016-09-06 11:17:12 -03:00
parts Tweak image loading code to handle more image types 2016-10-10 23:07:31 +11:00
common.cpp Minor change to mem structure 2017-08-02 01:00:01 -04:00
libqb.cpp Patch to Windows LOADFONT 2017-07-21 11:20:07 -04:00
libqb.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
libqb.mm (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_lnx32.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_lnx64.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_win32.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makedat_win64.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makeline_lnx.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makeline_osx.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
makeline_win.txt (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
msbin.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri1ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri2ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri3ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4s.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4t.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
mtri4ts.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
myip.cpp (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
os.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content.bat (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content.command (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content.sh (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content_lnx.sh (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content_osx.command (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_all_precompiled_content_win.bat (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
purge_libqb_only.bat (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
qbx.cpp Add signal handler to catch SIGFPE (division by 0) on linux. 2016-10-10 20:42:36 +11:00
time64.c (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
time64.h (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00