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 189 of 196
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
calls to "lua_reportbug" changed to "lua_error", since "lua_reportbug" is only an internal function to build debug information
Roberto Ierusalimschy
More...
over 31 years ago
run-time stack now is controled at run time, instead of compilation time.
Waldemar Celes
More...
over 31 years ago
function "type" now returns a second result: the tag of the type, so lua can discriminate different kinds of user data.
Roberto Ierusalimschy
More...
over 31 years ago
error message buffer got a bigger size
Waldemar Celes
More...
over 31 years ago
adjust checks if stack has enough space
Roberto Ierusalimschy
More...
over 31 years ago
included string.h
Luiz Henrique de Figueiredo
More...
over 31 years ago
new function for copy strings (strdup is not ANSI)
Roberto Ierusalimschy
More...
over 31 years ago
better approximation for PI
Roberto Ierusalimschy
More...
over 31 years ago
function "stat" needs "sys/types.h"
Roberto Ierusalimschy
More...
over 31 years ago
header "stdlib.h" was missing (gcc does not warn that)
Roberto Ierusalimschy
More...
over 31 years ago
header "string.h" was missing (gcc does not warn that)
Roberto Ierusalimschy
More...
over 31 years ago
type names changed to avoid clashes
Roberto Ierusalimschy
More...
over 31 years ago
a null lua_Object is LUA_NOOBJECT, not NULL.
Roberto Ierusalimschy
More...
over 31 years ago
use yacc++ instead of yacc.
Roberto Ierusalimschy
More...
over 31 years ago
libs should not use Lua internal functions (like mem.h). a null lua_Object is LUA_NOOBJECT, not NULL.
Roberto Ierusalimschy
More...
over 31 years ago
new API function lua_pushlocked & lua_checkstack is a macro
Waldemar Celes
More...
over 31 years ago
new API function lua_pushlocked
Waldemar Celes
More...
over 31 years ago
trocar a funcao para garbage colector adaptativo.
Waldemar Celes
More...
over 31 years ago
Trocar 'pushstring' por 'pushliteral' na macro 'getfield'.
Waldemar Celes
More...
over 31 years ago
strdup is done via mem.c to control its memory allocation
Roberto Ierusalimschy
More...
over 31 years ago
control of garbage collection is done with Longs, as there can be more than WORD objects to collect.
Roberto Ierusalimschy
More...
over 31 years ago
function 'strfind' now has two optional parameters, to specify where to start and stop the search.
Roberto Ierusalimschy
More...
over 31 years ago
small bug in fallback for power operator
Roberto Ierusalimschy
More...
over 31 years ago
correcao de bug na construcao do formato.
Waldemar Celes
More...
over 31 years ago
stack is indexed by integers, not Words, to allow bigger stack on 32 bit machines
Roberto Ierusalimschy
More...
over 31 years ago
functions that no more return error codes now have return type void
Roberto Ierusalimschy
More...
over 31 years ago
'lua_getsubscript' and 'lua_storesubscript' now run unprotected (to improve efficiency)
Waldemar Celes
More...
over 31 years ago
better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' and 'parser.h')
Waldemar Celes
More...
over 31 years ago
uses 'limits.h' for MAX_WORD and MAX_INT
Waldemar Celes
More...
over 31 years ago
bytecodes are indexed by integers, not Words, to allow bigger code on 32 bit machines
Waldemar Celes
More...
over 31 years ago
←
1
2
…
185
186
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