Filter RSS
L'histoire de Jakob Thomsen

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