Se descarga aquí.
Soluciona un par de bugs serios.
Changelog:
compiles for netbsd (tiz)
make more empty arrays point to the_null_array, saves memory and allows
comparing with ({}) to see if arrays are empty (reported by Woom)
clear this_user etc when runtimes get us all the way back to backend()
fix the inherits() return value if the inherit was indirectly inherited
(reported by Woom)
member_array now return -1 for failure if you search beyond the end of the array
(reported by Woom)
no longer loops forever when adding a reference whole destructing things with
too many references
fixed crasher in async db_exec
fixed crasher in filedescriptor leak fix
parser changed to be less strict (Cratylus)
stop wasting memory if repeat_string would exceed max string size (reported by woom)
fixed crasher in pragma optimize