mirror of
https://github.com/lua/lua.git
synced 2026-06-12 01:53:48 +00:00
c65605151c5a335baf0a9ea251b19df5b2d3a905
Added a new function 'luaL_addgsub', similar to 'luaL_gsub' but that adds its result directly to a preexisting buffer, avoiding the creation of one extra intermediate string. Also added two simple macros, 'luaL_bufflen' and 'luaL_buffaddr', to query the current length and the contents address of a buffer.
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%