Filter RSS
Historial del proyecto

2022-09-01
04:56
JPL
[SVN] Commit revision 1252
fix missing deleter in if/when next
2022-08-21
01:18
JPL
[SVN] Commit revision 1251
fix double-free bug for lists
2022-08-20
09:52
JPL
[SVN] Commit revision 1250
fix bug: clear pointer after object has been deleted to prevent duplicate free by throw in assign...
2022-08-16
05:56
JPL
[SVN] Commit revision 1249
more compiler warnings & copy compiler error messages to file
00:46
JPL
[SVN] Commit revision 1247
combine recursion marker and function size into optional function size
2022-08-14
02:26
JPL
[SVN] Commit revision 1246
remove obsolete explicit size specifications for recursive function definitions
02:24
JPL
[SVN] Commit revision 1245
use automatically computed size of recursive function definitions
02:21
JPL
[SVN] Commit revision 1244
emit function sizes as global constants
02:18
JPL
2022-08-12
2022-08-11
23:22
JPL
[SVN] Commit revision 1240
factor-out id from function definition
2022-02-24
09:46
JPL
[SVN] Commit revision 1239
implement enums (special case of unions without elements and without dynamic memory allocation)
08:39
JPL
[SVN] Commit revision 1238
factor-out ids from data-definitions
2022-02-23
08:36
JPL
[SVN] Commit revision 1237
use more c-like syntax for while-loops
2021-12-19
2021-12-09
10:24
JPL
[SVN] Commit revision 1235
use separate internal variant to represent primitive type
09:13
JPL
[SVN] Commit revision 1233
prevent using same variable as argument and result