aboutsummaryrefslogtreecommitdiff
path: root/src/compat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix transfer of nil uservalues triggering a Lua API check because of conversi...Benoit Germain2024-06-061-11/+24
* lua_absindex → luaG_absindex for inliningBenoit Germain2024-06-041-1/+1
* More string_view + improved DEBUGSPEW outputBenoit Germain2024-05-271-2/+1
* lua503_getfield → strong typed luaG_getfieldBenoit Germain2024-05-221-2/+2
* Progressively applying the coding rulesBenoit Germain2024-05-131-6/+6
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-2/+5
* Some more code refactorizationBenoit Germain2024-05-131-1/+1
* Some code factorizationBenoit Germain2024-05-031-6/+6
* Remove dependency on _G["package"]Benoit Germain2024-05-021-1/+18
* Progressively applying the coding rulesBenoit Germain2024-04-291-19/+19
* Function parameters L → L_Benoit Germain2024-04-291-46/+40
* ASSERT_L → LUA_ASSERTBenoit Germain2024-04-241-1/+1
* some dead code elimination and other triflesBenoit Germain2024-04-161-21/+18
* C++ migration: fixed a few std::ignoreBenoit Germain2024-04-101-4/+5
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-3/+3
* C++ migration: use strong type safety for source and destination states in tr...Benoit Germain2024-04-091-10/+25
* C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ...Benoit Germain2024-03-221-1/+4
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+96