Changelog:
- Fix memory unsafe behavior when valstack size limit hit in call setup.
- Fix a realloc() memory leak triggered when (1) previous allocation exists, (2) new realloc size is 0, (3) GC is triggered before first realloc() attempt.
- Fix DUK_USE_GET_RANDOM_DOUBLE() argument handling.
- Dist makefile and pkg-config improvements.