Commit Graph

27 Commits

Author SHA1 Message Date
Rafal Kupiec 0be38392bd
Correct variable types, to make compiler silent.
The build was successful. Details
2019-06-17 14:28:03 +02:00
Rafal Kupiec bffd44a7b4
Get rid of some annoying compiler warnings.
The build was successful. Details
2019-06-17 09:51:37 +02:00
Rafal Kupiec f2116a6461
Always use HTTPS when possible.
The build was successful. Details
2019-05-15 20:02:39 +02:00
Rafal Kupiec c9203b6c91
New source code legal format.
The build was successful. Details
2019-04-20 19:29:15 +02:00
Rafal Kupiec d8f9db8f9a
Proper implementation of is_callback() & is_callable(). First one only performs a check if variable type is callback, while the second checks if function exists and if can be called.
The build was successful. Details
2019-04-10 09:45:00 +02:00
Rafal Kupiec 41d20eeb28
Builtin library is broken; strtok() cannot return a boolean value.
The build has failed. Details
2019-03-29 09:45:15 +01:00
Rafal Kupiec a87471e1e3
The empty() function is useless in Aer.
The build was successful. Details
2019-03-24 09:22:10 +01:00
Rafal Kupiec 0af594f1ed
Seems not so useful in AerScript.
The build was successful. Details
2019-03-23 19:15:16 +01:00
Rafal Kupiec fc95deffa0
Typecasting should be enough.
The build has failed. Details
2019-03-23 17:25:18 +01:00
Rafal Kupiec 76e76983a3
Implement new builtin functions: is_char() and is_void().
The build was successful. Details
2019-03-23 12:59:09 +01:00
Rafal Kupiec ea93c8dba4
Fix typo.
The build was successful. Details
2019-03-22 19:55:53 +01:00
Rafal Kupiec 9d7a542aea
The is_null() is useless now, as it always returns FALSE.
The build was successful. Details
2019-03-22 19:29:50 +01:00
Rafal Kupiec e86894f724
PH7_VmMemoryError() always breaks script execution.
The build was successful. Details
2019-03-09 13:59:04 +01:00
Rafal Kupiec 0804407582
Correct typo.
The build was successful. Details
2018-09-11 13:58:03 +02:00
Rafal Kupiec 9ee0f1954c
Do not omit the floating point.
The build was successful. Details
Every modern hardware, including embedded devices, should support floating point numbers.
2018-09-07 06:38:32 +02:00
Rafal Kupiec 3887aa69a6
Never disable hash functions.
The build was successful. Details
2018-09-05 21:46:25 +02:00
Rafal Kupiec 00e1c842d5
Never disable builtin functions.
The build was successful. Details
2018-09-05 20:43:39 +02:00
Rafal Kupiec 1643d2ee94
Remove unused code.
The build was successful. Details
2018-09-04 09:18:13 +02:00
Rafal Kupiec d793d3ed70
Rename PH7_VmGenericError() to PH7_VmThrowError()
The build was successful. Details
2018-09-04 08:54:48 +02:00
Rafal Kupiec ac73632cb1
Use new error handler.
The build was successful. Details
2018-09-04 08:26:58 +02:00
Rafal Kupiec fc4b17434e
Remove duplicated builtin functions
The build was successful. Details
2018-08-09 21:34:13 +02:00
Rafal Kupiec 5abfefbb04
Remove duplicated entries 2018-08-01 12:02:00 +02:00
Rafal Kupiec ceca007cd1 Correct some typos 2018-07-22 19:25:12 +01:00
Rafal Kupiec 9b219032c3
Remove some duplicated builtin functions 2018-07-21 11:00:29 +02:00
Rafal Kupiec d9507216cb
Move ctype library into separate module 2018-07-21 09:43:34 +02:00
Rafal Kupiec b7caeefded
Move math library into separate module 2018-07-21 08:24:20 +02:00
Rafal Kupiec abb91a9874
Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00