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 11 hours
ago. based on code collected
1 day
ago.
Aug 20, 2025 — Aug 20, 2026
Showing page 186 of 196
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
new function "date", replaces old "date" and "time".
Roberto Ierusalimschy
More...
over 30 years ago
"lua_check_number" accepts strings convertible to numbers.
Roberto Ierusalimschy
More...
over 30 years ago
new functions "random" and "randomseed".
Roberto Ierusalimschy
More...
over 30 years ago
new section describing the debug interface.
Roberto Ierusalimschy
More...
over 30 years ago
lock mechanism more robust; nil is pseudo-locked under index -1.
Roberto Ierusalimschy
More...
over 30 years ago
small bug
Roberto Ierusalimschy
More...
over 30 years ago
new type lua_Function for activation records
Roberto Ierusalimschy
More...
over 30 years ago
correction of dependencies (include's).
Roberto Ierusalimschy
More...
over 30 years ago
debug interface functions to manipulated local variables: "lua_getlocal" and "lua_setlocal".
Roberto Ierusalimschy
More...
over 30 years ago
"lua_debug" now is exported through debug interface (luadebug.h)
Roberto Ierusalimschy
More...
over 30 years ago
no more "Bool" type
Roberto Ierusalimschy
More...
over 30 years ago
elimination of unused declarations (left from old modifications)
Roberto Ierusalimschy
More...
over 30 years ago
new option "q" in function "write", to write literal strings.
Roberto Ierusalimschy
More...
over 30 years ago
new examples showing data structures and object-oriented programming. generic improvements and corrections.
Roberto Ierusalimschy
More...
over 30 years ago
improve of compiling error messages.
Roberto Ierusalimschy
More...
over 30 years ago
small bug
Roberto Ierusalimschy
More...
over 30 years ago
new fallback "getglobal".
Roberto Ierusalimschy
More...
over 30 years ago
new example showing how to build modules.
Roberto Ierusalimschy
More...
over 30 years ago
new fallback "getglobal". modifications to generate an index (not automatically yet).
Roberto Ierusalimschy
More...
over 30 years ago
new functions "tostring", "assert", and "format".
Roberto Ierusalimschy
More...
over 30 years ago
"read('s')" was "eating" delimiter.
Roberto Ierusalimschy
More...
over 30 years ago
lua_table now has references to global variable names (TreeNode's).
Roberto Ierusalimschy
More...
over 30 years ago
"dofile" issues an error when called with non string arguments, and runs stdin when called without arguments.
Roberto Ierusalimschy
More...
over 30 years ago
"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined library. new function "assert".
Roberto Ierusalimschy
More...
over 30 years ago
"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined library.
Roberto Ierusalimschy
More...
over 30 years ago
elimination of function "int2str", as it can be replaced by "format('%c', .)"
Roberto Ierusalimschy
More...
over 30 years ago
"dofile" does not issue a warning when unable to open the file, but only returns an error code.
Roberto Ierusalimschy
More...
over 30 years ago
new function "assert"
Roberto Ierusalimschy
More...
over 30 years ago
local variable stack needs only the name of the variable (TreeNode); this way is simpler and faster than old way.
Roberto Ierusalimschy
More...
over 30 years ago
correction of some order dependencies in debug code.
Roberto Ierusalimschy
More...
over 30 years ago
←
1
2
…
182
183
184
185
186
187
188
189
190
…
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