1
0
mirror of https://github.com/lua/lua.git synced 2025-01-14 05:43:00 +08:00
Roberto Ierusalimschy 6e285e5392 More pious implementation of 'string.dump'
In 'str__dump', the call to 'lua_dump' assumes the function is on the
top of the stack, but the manual allows 'luaL_buffinit' to push stuff
on the stack (although the current implementation does not).  So, the
call to 'luaL_buffinit' must come after the call to 'lua_dump'.
2019-10-23 10:31:02 -03:00
all
2019-08-20 13:42:26 -03:00
2019-07-25 13:55:29 -03:00
2019-08-16 14:58:02 -03:00
2019-08-16 14:58:02 -03:00
2019-10-04 16:17:04 -03:00
2019-09-06 14:14:11 -03:00
2019-07-22 09:41:10 -03:00
2019-10-22 14:08:22 -03:00
2019-08-16 14:58:02 -03:00
2019-08-01 14:11:33 -03:00
2019-08-16 14:58:02 -03:00
2019-07-19 09:43:35 -03:00
2019-10-01 17:24:37 -03:00
2019-07-17 14:26:56 -03:00
2019-10-17 13:09:17 -03:00
2019-06-03 11:36:42 -03:00
2019-10-22 14:08:22 -03:00
2019-07-05 15:03:15 -03:00
2019-10-22 14:08:22 -03:00
2019-06-26 13:26:36 -03:00
2019-08-27 13:59:39 -03:00
2019-08-20 13:42:26 -03:00
2019-07-05 15:03:15 -03:00
2019-08-16 14:58:02 -03:00
Description
No description provided
16 MiB
Languages
C 67.4%
Lua 32%
Makefile 0.6%