Commit Graph

18 Commits

Author SHA1 Message Date
KikooDX 41a1d05969 yeah right 2021-11-19 16:26:18 +01:00
KikooDX a29e1f0cc4 Lephe's fixes 2021-11-19 12:01:24 +01:00
KikooDX 0c0d60706c hack out io functions for fxCG50 2021-11-18 12:16:39 +01:00
rxi ed4cda96bd
Merge pull request #10 from timgates42/bugfix_typo_initialized
docs: fix simple typo, intialized -> initialized
2020-12-17 09:46:13 +00:00
Tim Gates 21ad50f961
docs: fix simple typo, intialized -> initialized
There is a small typo in doc/capi.md.

Should read `initialized` rather than `intialized`.
2020-12-17 19:46:18 +11:00
rxi 24fd78be68 Added build.bat 2020-10-27 20:29:29 +00:00
rxi 3efa0756c4 Made `eval()` clearer/more concise 2020-04-05 16:42:15 +01:00
rxi 61c9ee30f4 Removed redundant check in equal()'s string comparison 2020-04-05 16:03:31 +01:00
rxi b88139cb22 Updated copyright year: 2019 => 2020 2020-04-05 15:22:16 +01:00
rxi 2283332e03 Removed loop to assure 32bit alignment in fe_open() 2020-04-05 15:20:49 +01:00
rxi 1457d9f338 Made `dolist` push `lst` to gc stack with each iteration
Required as in instances where a function rebinds itself during
its own execution, the body of the previous version of it could
become unreachable and get garbage collected while it was still
trying to execute
2019-09-28 17:24:26 +01:00
rxi 9569f9309b Added doc/capi.md 2019-04-11 19:10:36 +01:00
rxi eec1b62f5b Fixed naming in doc/impl.md 2019-04-11 19:10:10 +01:00
rxi fbefceb1ca scripts whitespace 2019-04-10 19:39:21 +01:00
rxi 0f074a9fef Added scripts/macros.fe 2019-04-10 19:37:51 +01:00
rxi 8e4ab6b593 Added `build.sh` 2019-04-09 19:54:44 +01:00
rxi cfe843b00c Moved source files to `src` directory 2019-04-09 19:54:37 +01:00
rxi a83bc9783c Initial commit 2019-04-09 19:52:17 +01:00