and also renamed zend_qsort to zend_sort.
- Added stable sorting algo zend_insert_sort.
+ w. Tick functions internal API change
+ Tick functions have different declaration now. They expect a single
+ single parameter while before they were parameterless. When registering the
+ tick function a value for this parameter must be passed. This value will be
+ provided to the tick function on every execution.
+
========================
2. Build system changes
========================