aboutsummaryrefslogtreecommitdiff
path: root/src/uniquekey.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove uintptr_t againv3.17.0Benoit Germain2024-04-291-2/+2
|
* Bring all interesting fixes from the C++ implementation back into the C ↵Benoit Germain2024-04-111-2/+2
| | | | implementation
* moonjit supportBenoit Germain2022-03-091-4/+4
|
* 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