vc6/lxp.def

Fri, 23 Apr 2021 17:53:31 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 23 Apr 2021 17:53:31 +0100
changeset 28
0584f8251f88
parent 0
24d141cb2d1e
permissions
-rw-r--r--

tests: Add test for correct GC with circular references

This tests for an issue fixed by a8caec6c5429, where a callback holding a
reference to the parser object was never collected. This was due to use of
luaL_ref() which forced a reference to the callbacks table even when the
parser was otherwise not referenced.

0
24d141cb2d1e Initial commit of LuaExpat 1.1.0
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 LIBRARY lxp.dll
24d141cb2d1e Initial commit of LuaExpat 1.1.0
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
24d141cb2d1e Initial commit of LuaExpat 1.1.0
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 DESCRIPTION "LuaExpat"
24d141cb2d1e Initial commit of LuaExpat 1.1.0
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4
24d141cb2d1e Initial commit of LuaExpat 1.1.0
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 VERSION 1.0.2
24d141cb2d1e Initial commit of LuaExpat 1.1.0
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6
24d141cb2d1e Initial commit of LuaExpat 1.1.0
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 EXPORTS
24d141cb2d1e Initial commit of LuaExpat 1.1.0
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8
24d141cb2d1e Initial commit of LuaExpat 1.1.0
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 luaopen_lxp

mercurial