241
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 19 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lexical analiser may use luaI_buffer, instead of waste space with a separate buffer. More... about 30 years ago
first version of vararg facility (plus new function "call"). More... about 30 years ago
small correction. More... about 30 years ago
"luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". More... about 30 years ago
variables which contain string lengths must be long (if they also may be negative) or size_t. More... over 30 years ago
memory manager for old versions of Lua. It should be in RCS since the beginning. More... over 30 years ago
unused "#include". More... over 30 years ago
update of dependencies from "#include"s. More... over 30 years ago
new version. More... over 30 years ago
tables may grow bigger than words. More... over 30 years ago
as strings are no more duplicated, "nextvar" can use "pushstring". More... over 30 years ago
small corrections. More... over 30 years ago
"isatty" is POSIX, but not ANSI. More... over 30 years ago
new function "luaI_openlib" to help open libs. More... over 30 years ago
new algotithm to adjust garbage collection: it tries to adapt gc calls so that it collects half of the total objects when it is called. More... over 30 years ago
no more "lua_Reference"; new return value for "append"; documentation of "exit" (it was not in the manual). More... over 30 years ago
lua_Reference is int, so say so. More... over 30 years ago
"malloc.h" is not ansi. More... over 30 years ago
"stat" is not ansi. More... over 30 years ago
"fileno" is not ansi. More... over 30 years ago
"exit" has an optional parameter of status. More... over 30 years ago
lock mechanism seperseded by the REFERENCE mechanism. More... over 30 years ago
page size "letter". More... over 30 years ago
smaller limit to stack size (otherwise C stack can finish first) More... over 30 years ago
small "abstraction" More... over 30 years ago
small bug in strfind. More... over 30 years ago
new version More... over 30 years ago
a simplification about memory error messages. More... over 30 years ago
better control when growing arrays. More... over 30 years ago
hook variables are global, no more "lua_set...hook" functions. More... over 30 years ago