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
1 day
ago. based on code collected
2 days
ago.
Aug 20, 2025 — Aug 20, 2026
Showing page 191 of 196
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
function 'lua_createstring' moved from table.c to tree.c
Roberto Ierusalimschy
More...
almost 32 years ago
small correction
Roberto Ierusalimschy
More...
almost 32 years ago
userdata can have different tags
Roberto Ierusalimschy
More...
almost 32 years ago
small bug corrected
Roberto Ierusalimschy
More...
almost 32 years ago
pow operation is defined in mathlib.c
Roberto Ierusalimschy
More...
almost 32 years ago
listing did not list POWOP
Roberto Ierusalimschy
More...
almost 32 years ago
uses new memory module (mem.c). small changes in seting debug line. if and elseif unified in a outine 'codeIf'
Roberto Ierusalimschy
More...
almost 32 years ago
new API functions startblock and endblock
Roberto Ierusalimschy
More...
almost 32 years ago
changes in garbage collection control
Roberto Ierusalimschy
More...
almost 32 years ago
set first position of a free block to -1, to catch errors
Roberto Ierusalimschy
More...
almost 32 years ago
uses a single list to keep allocated strings.
Roberto Ierusalimschy
More...
almost 32 years ago
new module for memory allocation
Roberto Ierusalimschy
More...
almost 32 years ago
correction of function 'nextvar'
Roberto Ierusalimschy
More...
almost 32 years ago
unification of symbol tree and constant tree
Roberto Ierusalimschy
More...
almost 32 years ago
lua_equalObj now is global (and is used by opcode)
Roberto Ierusalimschy
More...
almost 32 years ago
new API function to create tables
Roberto Ierusalimschy
More...
almost 32 years ago
small changes to avoid shadowing
Roberto Ierusalimschy
More...
almost 32 years ago
small changes in 'ugly' part.
Roberto Ierusalimschy
More...
almost 32 years ago
small corrections to avoid 'warings' with acc. do_call was moving results in the wrong order.
Roberto Ierusalimschy
More...
almost 32 years ago
small corrections to avoid 'warings' with acc
Roberto Ierusalimschy
More...
almost 32 years ago
small changes in error recovery
Roberto Ierusalimschy
More...
almost 32 years ago
fallback for garbage collection
Roberto Ierusalimschy
More...
almost 32 years ago
fallback list moved from opcode.c to fallback.c
Roberto Ierusalimschy
More...
almost 32 years ago
execution of 'mains' separated from calls
Roberto Ierusalimschy
More...
almost 32 years ago
calls lua_reportbug instead of lua_error, in default fallbacks
Roberto Ierusalimschy
More...
almost 32 years ago
frees file names when unstacked
Roberto Ierusalimschy
More...
almost 32 years ago
lua_parse has a different interface
Roberto Ierusalimschy
More...
almost 32 years ago
lua_call cannot be a macro, because it would push the function over the parameters
Roberto Ierusalimschy
More...
almost 32 years ago
lua_debugline is kept in the stack 'funcstack' when debugging.
Roberto Ierusalimschy
More...
almost 32 years ago
because lua_error does a longjmp, there is no need to a variable 'err'. lua_parse has a different interface, to allow the free of the main block even if compilation fails. small changes in the debug system.
Roberto Ierusalimschy
More...
almost 32 years ago
←
1
2
…
187
188
189
190
191
192
193
194
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