index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
luamem.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1995-02-06
new function for copy strings (strdup is not ANSI)
Roberto Ierusalimschy
1
-5
/
+16
1995-02-06
better approximation for PI
Roberto Ierusalimschy
1
-2
/
+2
1995-02-06
function "stat" needs "sys/types.h"
Roberto Ierusalimschy
1
-1
/
+2
1995-02-06
header "stdlib.h" was missing (gcc does not warn that)
Roberto Ierusalimschy
1
-1
/
+2
1995-02-06
header "string.h" was missing (gcc does not warn that)
Roberto Ierusalimschy
3
-3
/
+7
1995-02-06
type names changed to avoid clashes
Roberto Ierusalimschy
1
-1
/
+4
1995-02-02
a null lua_Object is LUA_NOOBJECT, not NULL.
Roberto Ierusalimschy
2
-10
/
+11
1995-02-02
use yacc++ instead of yacc.
Roberto Ierusalimschy
2
-6
/
+3
1995-02-02
libs should not use Lua internal functions (like mem.h).
Roberto Ierusalimschy
1
-13
/
+12
1995-01-27
new API function lua_pushlocked & lua_checkstack is a macro
Waldemar Celes
1
-16
/
+23
1995-01-27
new API function lua_pushlocked
Waldemar Celes
1
-1
/
+2
1995-01-18
trocar a funcao para garbage colector adaptativo.
Waldemar Celes
1
-2
/
+2
1995-01-18
Trocar 'pushstring' por 'pushliteral' na macro 'getfield'.
Waldemar Celes
1
-2
/
+2
1995-01-14
strdup is done via mem.c to control its memory allocation
Roberto Ierusalimschy
5
-9
/
+18
1995-01-12
control of garbage collection is done with Longs, as there can be
Roberto Ierusalimschy
5
-14
/
+16
1995-01-06
function 'strfind' now has two optional parameters, to specify where
Roberto Ierusalimschy
1
-4
/
+26
1995-01-04
small bug in fallback for power operator
Roberto Ierusalimschy
1
-2
/
+3
1995-01-03
correcao de bug na construcao do formato.
Waldemar Celes
1
-10
/
+11
1994-12-30
stack is indexed by integers, not Words, to allow bigger stack on 32 bit mach...
Roberto Ierusalimschy
1
-2
/
+6
1994-12-28
functions that no more return error codes now have return type void
Roberto Ierusalimschy
2
-37
/
+26
1994-12-27
'lua_getsubscript' and 'lua_storesubscript' now run unprotected (to improve e...
Waldemar Celes
1
-14
/
+6
1994-12-27
better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' an...
Waldemar Celes
2
-10
/
+10
1994-12-27
uses 'limits.h' for MAX_WORD and MAX_INT
Waldemar Celes
1
-2
/
+5
1994-12-27
bytecodes are indexed by integers, not Words, to allow bigger code on 32 bit ...
Waldemar Celes
1
-10
/
+8
1994-12-27
routines are defined before rules, to allow correct compilation with bison
Waldemar Celes
1
-185
/
+184
1994-12-23
new file 'types.h'
Roberto Ierusalimschy
1
-13
/
+12