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
/
table.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1996-07-24
"memcpy" is defined in "string.h".
Roberto Ierusalimschy
1
-1
/
+1
1996-07-24
"exit" is defined in "stdlib".
Roberto Ierusalimschy
1
-1
/
+2
1996-07-24
very small corrections
Roberto Ierusalimschy
1
-1
/
+3
1996-07-12
C functions don't need to "pushnil" to return nil value (this is
Roberto Ierusalimschy
3
-21
/
+4
1996-07-06
new name for POSIX flag (this one turns on some posix stuff in standard
Roberto Ierusalimschy
1
-2
/
+2
1996-07-05
flag for direct execution is "-e"; argument with an "=" goes to
Roberto Ierusalimschy
1
-3
/
+2
1996-06-18
when "block" is computed, "nentity" == "block". So the change is only
Roberto Ierusalimschy
1
-2
/
+2
1996-06-18
"lua_dofile" has a more informative return code.
Roberto Ierusalimschy
1
-3
/
+5
1996-06-10
"lua_dofile" returns different error codes if it could not open the file
Roberto Ierusalimschy
1
-6
/
+8
1996-06-10
new option "-x" to execute a string given as argument.
Roberto Ierusalimschy
1
-62
/
+32
1996-05-30
lexical analiser may use luaI_buffer, instead of waste space with
Roberto Ierusalimschy
1
-74
/
+69
1996-05-28
first version of vararg facility (plus new function "call").
Roberto Ierusalimschy
7
-115
/
+217
1996-05-27
small correction.
Roberto Ierusalimschy
1
-2
/
+2
1996-05-24
"luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)".
Roberto Ierusalimschy
2
-19
/
+10
1996-05-22
variables which contain string lengths must be long (if they also may
Roberto Ierusalimschy
2
-24
/
+26
1996-05-06
unused "#include".
v2.4
Roberto Ierusalimschy
2
-13
/
+10
1996-05-06
update of dependencies from "#include"s.
Roberto Ierusalimschy
1
-3
/
+3
1996-05-06
new version.
Roberto Ierusalimschy
1
-2
/
+2
1996-05-06
tables may grow bigger than words.
Roberto Ierusalimschy
2
-30
/
+31
1996-05-06
as strings are no more duplicated, "nextvar" can use "pushstring".
Roberto Ierusalimschy
1
-6
/
+2
1996-05-03
small corrections.
Roberto Ierusalimschy
2
-4
/
+11
1996-05-03
"isatty" is POSIX, but not ANSI.
Roberto Ierusalimschy
1
-2
/
+3
1996-04-30
new function "luaI_openlib" to help open libs.
Roberto Ierusalimschy
4
-55
/
+79
1996-04-29
new algotithm to adjust garbage collection: it tries to adapt gc calls
Roberto Ierusalimschy
1
-9
/
+7
1996-04-29
no more "lua_Reference"; new return value for "append";
Roberto Ierusalimschy
1
-22
/
+17
1996-04-25
lua_Reference is int, so say so.
Roberto Ierusalimschy
5
-20
/
+18
1996-04-25
"malloc.h" is not ansi.
Roberto Ierusalimschy
1
-2
/
+2
1996-04-23
"stat" is not ansi.
Roberto Ierusalimschy
1
-7
/
+3
1996-04-23
"fileno" is not ansi.
Roberto Ierusalimschy
1
-2
/
+2
1996-04-22
"exit" has an optional parameter of status.
Roberto Ierusalimschy
1
-4
/
+3
1996-04-22
lock mechanism seperseded by the REFERENCE mechanism.
Roberto Ierusalimschy
9
-93
/
+163
1996-04-01
page size "letter".
Roberto Ierusalimschy
1
-3
/
+3
1996-03-22
smaller limit to stack size (otherwise C stack can finish first)
v2.4-beta
Roberto Ierusalimschy
1
-2
/
+6
1996-03-22
small "abstraction"
Roberto Ierusalimschy
1
-11
/
+12
1996-03-21
small bug in strfind.
Roberto Ierusalimschy
1
-2
/
+2
1996-03-21
new version
Roberto Ierusalimschy
1
-2
/
+2
1996-03-21
a simplification about memory error messages.
Roberto Ierusalimschy
5
-37
/
+21
1996-03-21
better control when growing arrays.
Roberto Ierusalimschy
8
-50
/
+68
1996-03-20
hook variables are global, no more "lua_set...hook" functions.
Roberto Ierusalimschy
3
-42
/
+23
1996-03-19
dofile accepts pre-compiled chunks.
Roberto Ierusalimschy
1
-10
/
+23
1996-03-19
functions "lua_is..." consider coercions.
Roberto Ierusalimschy
1
-8
/
+22
1996-03-19
functions "lua_is..." consider coercions.
Roberto Ierusalimschy
5
-52
/
+41
1996-03-19
unused "#include"
Roberto Ierusalimschy
4
-7
/
+4
1996-03-15
new module "undump.o"
Roberto Ierusalimschy
2
-42
/
+11
1996-03-15
small correction
Roberto Ierusalimschy
1
-2
/
+2
1996-03-15
"openfile" now returns the file
Roberto Ierusalimschy
2
-15
/
+10
1996-03-15
integration with undump (execution of pre-compiled chuncks)
Roberto Ierusalimschy
2
-29
/
+32
1996-03-14
new functions "rename" and "tmpname".
Roberto Ierusalimschy
1
-8
/
+46
1996-03-14
added cast instead of union [lazy?]
Luiz Henrique de Figueiredo
1
-3
/
+3
1996-03-14
"lua_ntable" and "lua_nconstant" are public (undump.c uses them).
Roberto Ierusalimschy
2
-4
/
+6
[prev]
[next]