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
1 day
ago.
Aug 14, 2025 — Aug 14, 2026
Showing page 188 of 196
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
function "setfallback" now gives an error if called with wrong parameters.
Roberto Ierusalimschy
More...
almost 31 years ago
module to declare API for debuging.
Roberto Ierusalimschy
More...
almost 31 years ago
new module luadebug.h.
Roberto Ierusalimschy
More...
almost 31 years ago
new style for debug information about functions: no more SETFUNCTION opcodes. When a function is called, its entry in the stack is marked with LUA_T_(C)MARK, so function 'luaD_stackedfunction' can find it if needed. Functions now have their file names in the headers, so there is no need of 'addfile' and the like.
Roberto Ierusalimschy
More...
almost 31 years ago
'nextvar' now traverses the symbol array, instead of the constant tree.
Roberto Ierusalimschy
More...
almost 31 years ago
'luaI_travfallbacks' now can look for a fallback.
Roberto Ierusalimschy
More...
almost 31 years ago
new function "luaI_findconstantbyname".
Roberto Ierusalimschy
More...
almost 31 years ago
bug. "fgets" reads n-1 chars.
Roberto Ierusalimschy
More...
almost 31 years ago
new module "func", for GC of functions, and new "defines" for configuration setup.
Roberto Ierusalimschy
More...
almost 31 years ago
bug: stack overflow error must leave space on the stack for error function.
Roberto Ierusalimschy
More...
almost 31 years ago
fallback table now has number of parameters and results of each fallback. This information is used by opcode.c, when calling a fallback.
Roberto Ierusalimschy
More...
almost 31 years ago
"docall" now assumes that called function is always on the stack, just below "base". That gives more regularity for the stack shape, and prevents fallbacks of being garbage collected if they are redefined during execution.
Roberto Ierusalimschy
More...
almost 31 years ago
lua function "type" now returns the string "function" both for lua functions and c functions.
Roberto Ierusalimschy
More...
almost 31 years ago
new functions: "ascii" and "int2str", small "re-engineering" on parameter checking.
Roberto Ierusalimschy
More...
almost 31 years ago
small "re-engineering" on parameter checking. correction of function "atan2".
Roberto Ierusalimschy
More...
almost 31 years ago
new command line options: -v to print Copyright message, and - to read stdin.
Roberto Ierusalimschy
More...
almost 31 years ago
definitions for Copyright and version notices
Roberto Ierusalimschy
More...
almost 31 years ago
nova forma de comentarios: de '#' ate' fim de linha (para uso de lua como shell)
Roberto Ierusalimschy
More...
almost 31 years ago
Garbage collection of functions + header structure for functions
Roberto Ierusalimschy
More...
almost 31 years ago
Module to manipulate function headers.
Roberto Ierusalimschy
More...
almost 31 years ago
new option for "writeto" and "readfrom", to allow piped I/O on machines that support it.
Roberto Ierusalimschy
More...
almost 31 years ago
new function "atan2".
Roberto Ierusalimschy
More...
almost 31 years ago
small correction to avoid problems with DOS/Windows
Roberto Ierusalimschy
More...
almost 31 years ago
small corrections to avoid warnings.
Roberto Ierusalimschy
More...
almost 31 years ago
buffer for literals now grows dynamically, allowing big programs between [[ and ]].
Roberto Ierusalimschy
More...
almost 31 years ago
small corrections to avoid uninitialized global variables.
Roberto Ierusalimschy
More...
almost 31 years ago
new syntax for strings: [[ ... ]]. Still in tests, since the code does not check buffer overflow.
Roberto Ierusalimschy
More...
about 31 years ago
syntax for {...;...} is more flexible now.
Roberto Ierusalimschy
More...
about 31 years ago
Ajustar limites para garbage collection.
Waldemar Celes
More...
over 31 years ago
new lua function "getstack"; new interface to function luaI_reportbug.
Roberto Ierusalimschy
More...
over 31 years ago
←
1
2
…
184
185
186
187
188
189
190
191
192
…
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