X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=libextl%2Fexact-version;h=6b7fcda5905c7253ccc08b7c88607b32cd78f87f;hb=831140ef97f8ad74f97b65346da5c3b70924311b;hp=66bf973626d833d44c04f4759de45b1660b7b8cf;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/libextl/exact-version b/libextl/exact-version index 66bf973..6b7fcda 100644 --- a/libextl/exact-version +++ b/libextl/exact-version @@ -1,6 +1,33 @@ Context: +[lua 5.1 updates to mkexports +Tuomo Valkonen **20080318210900] + +[Do not remove proxy from cache in object destroy watch handler. +Tuomo Valkonen **20071215143858 + The GC can remove it. Just have the pointer to the actual object be + zeroed. We may still want to find the proxy to pass the Lua side as + a key, although exported functions may not be called. +] + +[Use S if not copy +Tuomo Valkonen **20070506140705] + +[Added extl_table_iter +Tuomo Valkonen **20070430164248] + +[Added ExtlAny +Tuomo Valkonen **20070430162426] + +[Cleanup/reorganisation +Tuomo Valkonen **20070430144940] + +[Don't put functions into documentation index +Tuomo Valkonen **20070408124504 + (The function list should suffice.) +] + [Improved mechanisms for unregistration of functions. Tuomo Valkonen **20070226150118 Makes for a bit smaller memory footprint.