Commit Graph

12 Commits

Author SHA1 Message Date
c7b6e76d0d
Get rid of unused variables/labels/etc.
All checks were successful
The build was successful.
2019-06-16 00:33:03 +02:00
aa64a5eeb2
Add missing legal info.
All checks were successful
The build was successful.
2019-04-20 20:03:42 +02:00
ff6c71db1c
Do not use NULL if possible.
All checks were successful
The build was successful.
2019-03-22 19:53:12 +01:00
d793d3ed70
Rename PH7_VmGenericError() to PH7_VmThrowError()
All checks were successful
The build was successful.
2018-09-04 08:54:48 +02:00
bd44dba33c
Use new error handler in modules.
All checks were successful
The build was successful.
2018-09-03 20:19:12 +02:00
af139b3f0a
Reimplement C-like min() and max() functions.
All checks were successful
The build was successful.
These functions should have C-like implementation and take exactly 2 arguments: integer or float.
Finally, C-implementation will be faster than using PH7 builtin library that needs to be compiled and interpreted.
2018-08-15 17:26:26 +02:00
7afe2c7c41
AerScript on the read 2018-08-01 17:04:42 +02:00
e7b78be8e5 Fix #15, merge from fix_debug_backtrace branch (#18) 2018-07-22 19:24:00 +01:00
d9507216cb
Move ctype library into separate module 2018-07-21 09:43:34 +02:00
9313276e09
Dummy module should also show how to define constants 2018-07-21 08:32:10 +02:00
b7caeefded
Move math library into separate module 2018-07-21 08:24:20 +02:00
abb91a9874
Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00