aboutsummaryrefslogtreecommitdiff
path: root/src/uniquekey.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NEVER use allocator obtained from lua_getallocf to allocate stuff manually ↵Benoit Germain2022-02-171-4/+4
| | | | when compiling for LuaJIT
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-1/+1
| | | | Tabs mess up alignment of stack contents comments, so I'm done with them.
* [*] Hotfix for 64-bit iOS.Igor Ivanov2018-12-201-1/+1
|
* fix a bunch of compilation warnings (issue #157)Benoit Germain2018-11-111-1/+1
|
* More buildfix. someday I'll wake upBenoit Germain2018-10-301-1/+1
|
* Improve LuaJIT-x64 compatibilityBenoit Germain2018-10-301-0/+25
Restrict internal "light userdata constants" to 47 significant bits when compiling against LuaJIT-x64