此网站需要 JavaScript。
探索
CodingWorkshop
CodingWorkshop Site
Community Issues
帮助
注册
登录
aerscript
/
Aer
关注
0
点赞
5
派生
0
你已经派生过 Aer
代码
工单
6
合并请求
版本发布
2
百科
动态
Aer
/
engine
文件历史
belliash
fcd4e8d6a6
所有检测均成功
The build was successful.
详情
The readdir() function should return empty string instead of false.
2019-04-05 07:54:47 +02:00
..
lib
Correct comments.
2018-09-10 20:17:42 +02:00
api.c
The empty() function is useless in Aer.
2019-03-24 09:22:10 +01:00
builtin.c
Builtin library is broken; strtok() cannot return a boolean value.
2019-03-29 09:45:15 +01:00
compiler.c
Another fix for OP_DONE instruction.
2019-04-05 07:45:53 +02:00
constant.c
Do not use NULL if possible.
2019-03-22 19:53:12 +01:00
hashmap.c
Typecas array only if it is of different type.
2019-04-02 09:05:27 +02:00
lexer.c
The empty() function is useless in Aer.
2019-03-24 09:22:10 +01:00
memobj.c
Do not typecast NULL to StdClass.
2019-04-03 09:34:32 +02:00
oop.c
Get rid of dirty references. Return a reference & pass-by reference are still working.
2019-03-29 22:55:49 +01:00
parser.c
Get rid of dirty references. Return a reference & pass-by reference are still working.
2019-03-29 22:55:49 +01:00
vfs.c
The readdir() function should return empty string instead of false.
2019-04-05 07:54:47 +02:00
vm.c
Fix static variables. Now access to non-initialized arrays member does not result in segmentation fault.
2019-04-04 18:18:11 +02:00