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 24 hours
ago. based on code collected
1 day
ago.
Aug 20, 2025 — Aug 20, 2026
Showing page 187 of 196
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
add_char now is global. time returns week-day.
Roberto Ierusalimschy
More...
over 30 years ago
new function "tostring".
Roberto Ierusalimschy
More...
over 30 years ago
add_char now is global. new function format.
Roberto Ierusalimschy
More...
over 30 years ago
add_char now is global.
Roberto Ierusalimschy
More...
over 30 years ago
memory overflow tries a garbage collection; if it fails then exit the program.
Roberto Ierusalimschy
More...
over 30 years ago
bug: "read" with format MUST read given number of chars (if file ends before that reports an error, returning nil). "readuntil" can be called with nil or no parameters to read until EOF.
Roberto Ierusalimschy
More...
over 30 years ago
"getobjectname" got a "lua_" prefix.
Roberto Ierusalimschy
More...
over 30 years ago
hooks for line change and function calls; first version.
Roberto Ierusalimschy
More...
over 30 years ago
correction of dependencies from "luadebug.h".
Roberto Ierusalimschy
More...
over 30 years ago
names generated by yacc (starting with "yy") are changed to start with "luaY_", to avoid name clashes with hosts using yacc.
Roberto Ierusalimschy
More...
over 30 years ago
bug: luaI_findconstantbyname may change the value of lua_constant.
Roberto Ierusalimschy
More...
over 30 years ago
useless "#include math.h"
Roberto Ierusalimschy
More...
almost 31 years ago
reference manual
Roberto Ierusalimschy
More...
almost 31 years ago
new distribution
Roberto Ierusalimschy
More...
almost 31 years ago
"read" must return 'nil' on EOF.
Roberto Ierusalimschy
More...
almost 31 years ago
changes to improve portability
Roberto Ierusalimschy
More...
almost 31 years ago
re-implementation of functions "write" and "read"
Roberto Ierusalimschy
More...
almost 31 years ago
error functions are shared by all libraries
Roberto Ierusalimschy
More...
almost 31 years ago
little improvement
Roberto Ierusalimschy
More...
almost 31 years ago
print_stack now gets a parameter (file to print); small changes.
Roberto Ierusalimschy
More...
almost 31 years ago
"getobjname" checks first fallbacks (so, if a function is global and a fallback, it is reported as a fallback).
Roberto Ierusalimschy
More...
almost 31 years ago
"AUTHORS" separated from COPYRIGHT.
Roberto Ierusalimschy
More...
almost 31 years ago
local variables may appear inside blocks in main code.
Roberto Ierusalimschy
More...
almost 31 years ago
functions now may be declared with any "var" as a name; therefore they do not have a "baptism" name. Changes in debug API to acomodate that.
Roberto Ierusalimschy
More...
almost 31 years ago
new syntax for function declarations: "function a.x () ... " new semantics for function declarations: function f () is valid only at run-time.
Roberto Ierusalimschy
More...
almost 31 years ago
new method to keep debug line information: current line is stored on the Lua stack, just below (new) base, with tag LUA_T_LINE. SETLINE opcodes are generated by lex.
Roberto Ierusalimschy
More...
almost 31 years ago
"dofile" now accepts NULL as parameter, to run stdin.
Roberto Ierusalimschy
More...
almost 31 years ago
uses "isatty" to check if executes stdin line by line or as a file.
Roberto Ierusalimschy
More...
almost 31 years ago
small changes in the format of debug information.
Roberto Ierusalimschy
More...
almost 31 years ago
small bug
Roberto Ierusalimschy
More...
almost 31 years ago
←
1
2
…
183
184
185
186
187
188
189
190
191
…
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