aboutsummaryrefslogtreecommitdiff
path: root/src/deep.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deep userdata support improvementsBenoit Germain2014-02-171-2/+10
| | | | | | | | | | | | * bumped version to 3.9.0 * keepers now require "package", receive package.path & package.cpath, and call on_state_create() if it is a C function * changed the deep public API (improved deep idfunc signature, renamed luaG_deep_userdata to luaG_newdeepuserdata) * if an error occurs while copying a deep userdata, don't raise inside the keeper state * fixed situations where raised errors could lead to memory leaks (deep gc)
* Fix windows build not exporting public 'deep' APIBenoit Germain2013-10-251-4/+10
|
* Separated public "deep" API declarations in a dedicated header.Benoit Germain2012-11-181-0/+17