Roberto Ierusalimschy b14609032c Avoid the creation of too many strings in 'package'
Both when setting a path and searching for a file ('searchpath'),
this commit reduces the number of intermediate strings created
in Lua.
(For setting a path the change is not relevant, because this is
done only twice when loading the module. Anyway, it is a nice example
of how to use auxlib buffers to manipulate strings in the C API.)
2019-05-03 10:14:25 -03:00
2019-04-24 14:41:41 -03:00
2019-03-27 14:56:10 -03:00
2019-04-24 14:41:41 -03:00
2019-04-24 14:41:41 -03:00
2019-03-25 14:12:06 -03:00
2019-03-13 13:16:53 -03:00
2019-03-14 15:30:54 -03:00
2019-03-27 14:56:10 -03:00
2019-03-27 14:56:10 -03:00
2019-03-25 14:12:06 -03:00
Description
No description provided
17 MiB
Languages
C 67.4%
Lua 32%
Makefile 0.6%