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 182 of 196
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
documentation of opcode meanings (thanks to lhf)
Roberto Ierusalimschy
More...
almost 30 years ago
new way to handle pragmas (at the lexical level, instead of parsing).
Roberto Ierusalimschy
More...
almost 30 years ago
lua_linenumber is initialized in lex.c
Roberto Ierusalimschy
More...
almost 30 years ago
"call" returns separate results, instead of a table.
Roberto Ierusalimschy
More...
almost 30 years ago
"dofile" and "dostring" may return values.
Roberto Ierusalimschy
More...
almost 30 years ago
a chunk may end with a return.
Roberto Ierusalimschy
More...
almost 30 years ago
new function "strrep"
Roberto Ierusalimschy
More...
almost 30 years ago
better structure to control stack interface lua-C. beginblock-endblock keeps better control over stack
Roberto Ierusalimschy
More...
almost 30 years ago
"strmap" replaced by "strupper" and "strlower" (that's what people will use, anyway). "gsub" aceppts a function to give the replacement string.
Roberto Ierusalimschy
More...
almost 30 years ago
"dostring" now stores the prefix of its string, to improve error messages.
Roberto Ierusalimschy
More...
almost 30 years ago
BUG: a program ending in a comment without EOL made lex loops forever.
Roberto Ierusalimschy
More...
almost 30 years ago
functions may have tags CMARK and MARK, too.
Roberto Ierusalimschy
More...
almost 30 years ago
lhf's corrections.
Roberto Ierusalimschy
More...
almost 30 years ago
skip first line of a lua file if it starts with a '#' (to allow shell scripts).
Roberto Ierusalimschy
More...
about 30 years ago
"[^]]" must mean "not ]".
Roberto Ierusalimschy
More...
about 30 years ago
singlematch and item_end are used by "read", in iolib.
Roberto Ierusalimschy
More...
about 30 years ago
"pushnil" is not needed (default return is nil).
Roberto Ierusalimschy
More...
about 30 years ago
Pattern-Matching! plus several other changes...
Roberto Ierusalimschy
More...
about 30 years ago
more functions exported.
Roberto Ierusalimschy
More...
about 30 years ago
new mod implementation (more portable).
Roberto Ierusalimschy
More...
about 30 years ago
"memcpy" is defined in "string.h".
Roberto Ierusalimschy
More...
about 30 years ago
"exit" is defined in "stdlib".
Roberto Ierusalimschy
More...
about 30 years ago
very small corrections
Roberto Ierusalimschy
More...
about 30 years ago
C functions don't need to "pushnil" to return nil value (this is the default value).
Roberto Ierusalimschy
More...
about 30 years ago
new name for POSIX flag (this one turns on some posix stuff in standard header files).
Roberto Ierusalimschy
More...
about 30 years ago
flag for direct execution is "-e"; argument with an "=" goes to direct execution, independently of flags.
Roberto Ierusalimschy
More...
about 30 years ago
when "block" is computed, "nentity" == "block". So the change is only a simpler way to write the same expression.
Roberto Ierusalimschy
More...
about 30 years ago
"lua_dofile" has a more informative return code.
Roberto Ierusalimschy
More...
about 30 years ago
"lua_dofile" returns different error codes if it could not open the file
Roberto Ierusalimschy
More...
about 30 years ago
new option "-x" to execute a string given as argument.
Roberto Ierusalimschy
More...
about 30 years ago
←
1
2
…
178
179
180
181
182
183
184
185
186
…
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