Commit Graph

18 Commits

Author SHA1 Message Date
76e76983a3
Implement new builtin functions: is_char() and is_void().
All checks were successful
The build was successful.
2019-03-23 12:59:09 +01:00
ea93c8dba4
Fix typo.
All checks were successful
The build was successful.
2019-03-22 19:55:53 +01:00
9d7a542aea
The is_null() is useless now, as it always returns FALSE.
All checks were successful
The build was successful.
2019-03-22 19:29:50 +01:00
e86894f724
PH7_VmMemoryError() always breaks script execution.
All checks were successful
The build was successful.
2019-03-09 13:59:04 +01:00
0804407582
Correct typo.
All checks were successful
The build was successful.
2018-09-11 13:58:03 +02:00
9ee0f1954c
Do not omit the floating point.
All checks were successful
The build was successful.
Every modern hardware, including embedded devices, should support floating point numbers.
2018-09-07 06:38:32 +02:00
3887aa69a6
Never disable hash functions.
All checks were successful
The build was successful.
2018-09-05 21:46:25 +02:00
00e1c842d5
Never disable builtin functions.
All checks were successful
The build was successful.
2018-09-05 20:43:39 +02:00
1643d2ee94
Remove unused code.
All checks were successful
The build was successful.
2018-09-04 09:18:13 +02:00
d793d3ed70
Rename PH7_VmGenericError() to PH7_VmThrowError()
All checks were successful
The build was successful.
2018-09-04 08:54:48 +02:00
ac73632cb1
Use new error handler.
All checks were successful
The build was successful.
2018-09-04 08:26:58 +02:00
fc4b17434e
Remove duplicated builtin functions
All checks were successful
The build was successful.
2018-08-09 21:34:13 +02:00
5abfefbb04
Remove duplicated entries 2018-08-01 12:02:00 +02:00
ceca007cd1 Correct some typos 2018-07-22 19:25:12 +01:00
9b219032c3
Remove some duplicated builtin functions 2018-07-21 11:00:29 +02:00
d9507216cb
Move ctype library into separate module 2018-07-21 09:43:34 +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