Revision history for Horus
0.06 2026-04-15
- Fix assertion failures on -DDEBUGGING perls: use OP_NULL
for newUNOP/newBINOP then set op_type to OP_CUSTOM
0.05 2026-04-11
- Refactor custom ops to use proper op tree restructuring
- Cleaner pp functions using TOPs/POPs instead of POPMARK
0.01 2026-03-26
First version, released on an unsuspecting world.
0.03 2026-03-27
- Link -lrt on older glibc/Solaris for clock_gettime
- Fix Windows Gregorian timestamp double-counting epoch offset
- Increase timestamp test tolerance from 2s to 5s
- Disable random pool under threaded Perls to prevent SEGV
0.04 2026-03-29
- Attempt to fix the flakey time test