openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Lua
Settings
|
Report Duplicate
241
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 19 hours
ago.
Aug 21, 2025 — Aug 21, 2026
Showing page 183 of 196
Search / Filter on:
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.
Roberto Ierusalimschy
More...
about 30 years ago
first version of vararg facility (plus new function "call").
Roberto Ierusalimschy
More...
about 30 years ago
small correction.
Roberto Ierusalimschy
More...
about 30 years ago
"luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)".
Roberto Ierusalimschy
More...
about 30 years ago
variables which contain string lengths must be long (if they also may be negative) or size_t.
Roberto Ierusalimschy
More...
over 30 years ago
memory manager for old versions of Lua. It should be in RCS since the beginning.
Roberto Ierusalimschy
More...
over 30 years ago
unused "#include".
Roberto Ierusalimschy
More...
over 30 years ago
update of dependencies from "#include"s.
Roberto Ierusalimschy
More...
over 30 years ago
new version.
Roberto Ierusalimschy
More...
over 30 years ago
tables may grow bigger than words.
Roberto Ierusalimschy
More...
over 30 years ago
as strings are no more duplicated, "nextvar" can use "pushstring".
Roberto Ierusalimschy
More...
over 30 years ago
small corrections.
Roberto Ierusalimschy
More...
over 30 years ago
"isatty" is POSIX, but not ANSI.
Roberto Ierusalimschy
More...
over 30 years ago
new function "luaI_openlib" to help open libs.
Roberto Ierusalimschy
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.
Roberto Ierusalimschy
More...
over 30 years ago
no more "lua_Reference"; new return value for "append"; documentation of "exit" (it was not in the manual).
Roberto Ierusalimschy
More...
over 30 years ago
lua_Reference is int, so say so.
Roberto Ierusalimschy
More...
over 30 years ago
"malloc.h" is not ansi.
Roberto Ierusalimschy
More...
over 30 years ago
"stat" is not ansi.
Roberto Ierusalimschy
More...
over 30 years ago
"fileno" is not ansi.
Roberto Ierusalimschy
More...
over 30 years ago
"exit" has an optional parameter of status.
Roberto Ierusalimschy
More...
over 30 years ago
lock mechanism seperseded by the REFERENCE mechanism.
Roberto Ierusalimschy
More...
over 30 years ago
page size "letter".
Roberto Ierusalimschy
More...
over 30 years ago
smaller limit to stack size (otherwise C stack can finish first)
Roberto Ierusalimschy
More...
over 30 years ago
small "abstraction"
Roberto Ierusalimschy
More...
over 30 years ago
small bug in strfind.
Roberto Ierusalimschy
More...
over 30 years ago
new version
Roberto Ierusalimschy
More...
over 30 years ago
a simplification about memory error messages.
Roberto Ierusalimschy
More...
over 30 years ago
better control when growing arrays.
Roberto Ierusalimschy
More...
over 30 years ago
hook variables are global, no more "lua_set...hook" functions.
Roberto Ierusalimschy
More...
over 30 years ago
←
1
2
…
179
180
181
182
183
184
185
186
187
…
195
196
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree