aboutsummaryrefslogtreecommitdiff
path: root/c-api/compat-5.3.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-21Convert lua_pushlstring from a macro to a functionfix-pushlstringPhilipp Janda1-0/+8
This should avoid issues with multiple evaluations of the arguments, which should be very rare, but could in principle happen.
2020-11-11GitHub Actions (#51)Philipp Janda2-1/+67