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 3 hours
ago. based on code collected
about 17 hours
ago.
Aug 21, 2025 — Aug 21, 2026
Showing page 178 of 196
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
BUG: did not handle properly pragmas $endinput/$debug inside a $if.
Roberto Ierusalimschy
More...
about 29 years ago
small 'improvement'
Roberto Ierusalimschy
More...
about 29 years ago
format more uniform, to facilitate filters .tex->.html
Roberto Ierusalimschy
More...
about 29 years ago
power method (^) acts only in numbers.
Roberto Ierusalimschy
More...
about 29 years ago
udata is just void * again, so there is no point for function "getbyte".
Roberto Ierusalimschy
More...
about 29 years ago
new function "testC", to help debug the API.
Roberto Ierusalimschy
More...
about 29 years ago
new implementation for udata (again they are just void *); new implementation for the API: most operations now do not disturb structures lua2C and C2lua.
Roberto Ierusalimschy
More...
about 29 years ago
new lua_Objects are created below the C2lua stack, so most API functions don't need to adjust stack. So lua_getref does not change the stack, and lua_pushref can use it as a macro.
Roberto Ierusalimschy
More...
about 29 years ago
new lua_Objects are created below the C2lua stack, so most API functions don't need to adjust stack.
Roberto Ierusalimschy
More...
about 29 years ago
new API function to force garbage collection.
Roberto Ierusalimschy
More...
about 29 years ago
unused declaration.
Roberto Ierusalimschy
More...
about 29 years ago
another (better?) implementation for "pushsubscript".
Roberto Ierusalimschy
More...
about 29 years ago
new implementation of gc: "Pre-collect" garbage in temporary lists and then call fallbacks.
Roberto Ierusalimschy
More...
over 29 years ago
double hashing + tables do not grow if there are empty slots
Roberto Ierusalimschy
More...
over 29 years ago
bug: string table must be initialized.
Roberto Ierusalimschy
More...
over 29 years ago
correction of name (and "iternal" was wrong, any way).
Roberto Ierusalimschy
More...
over 29 years ago
small optimization in the access to i.m. table.
Roberto Ierusalimschy
More...
over 29 years ago
BUG: input file must be closed just after parser.
Roberto Ierusalimschy
More...
over 29 years ago
missing definition of "lua_storesubscript", for compatibility
Roberto Ierusalimschy
More...
over 29 years ago
new pragma "$endinput"
Roberto Ierusalimschy
More...
over 29 years ago
global variables (in $if) may have '_'.
Roberto Ierusalimschy
More...
over 29 years ago
function name is only needed *if* there is an error.
Roberto Ierusalimschy
More...
over 29 years ago
fix comment in VERSION
Luiz Henrique de Figueiredo
More...
over 29 years ago
mem.h is now luamem.h removed warn added support for new opcodes (VARARGS, STOREMAP) better error messages with luaL_verror
Luiz Henrique de Figueiredo
More...
over 29 years ago
nested "$if's", "$else", and "$if" constants (nil & 1).
Roberto Ierusalimschy
More...
over 29 years ago
correction on comments about opcodes.
Roberto Ierusalimschy
More...
over 29 years ago
one cannot "create" a userdata.
Roberto Ierusalimschy
More...
over 29 years ago
first implementation of "$if"; new function "findstring" (useful in good places)
Roberto Ierusalimschy
More...
over 29 years ago
detail: local names
Roberto Ierusalimschy
More...
over 29 years ago
detail: better way to put a "..." in message.
Roberto Ierusalimschy
More...
over 29 years ago
←
1
2
…
174
175
176
177
178
179
180
181
182
…
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