1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 19:35:13 +00:00
Commit graph

3 commits

Author SHA1 Message Date
SMcNeill ef083bb4af Fixed ASCII tool colors to match QB64 IDE, and added in EXIT dupport with the red X on top.
Pushed changes introduced by LUKE (Johny B on the QB64 forums) as follows :

Fixed setup_lnx.sh, added _CWD$, fixed handling of errno.
Converted setup_lnx.sh to Linux line endings (was preventing the script from running).
We now include <errno.h>, so the errno variable actually works - before it was just a regular variable that wasn't being set on error.
Added a _CWD$ function that returns the current working directory.  Should work on all 3 systems, but testing is needed on Win/Mac.
Can cause the following runtime errors: 7 (Out of memory), 51 (Internal error).
2014-07-09 06:40:12 -04:00
SMcNeill 9d2c936189 Update to internal/source to reflect all the recent changes. Minor bug fix for math routine and ide text colors. 2014-07-08 11:41:15 -04:00
SMcNeill 0ca5c212dd Pushed change to fully unlock the use of all our Math Functions with CONST. Post on QB64.net forums will highlight the changes and what this does for us. 2014-02-25 03:36:46 -05:00