index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
headers for Main and others are different
Luiz Henrique de Figueiredo
1996-02-28
1
-13
/
+16
*
using double to read numbers.
Roberto Ierusalimschy
1996-02-26
1
-6
/
+6
*
fixed strings (not collectable) don't need to be inserted in the constant table.
Roberto Ierusalimschy
1996-02-26
4
-26
/
+24
*
main always reads "luac.out"
Luiz Henrique de Figueiredo
1996-02-26
1
-3
/
+12
*
small correction
Roberto Ierusalimschy
1996-02-26
1
-3
/
+3
*
check if jump is bigger than 2^16.
Roberto Ierusalimschy
1996-02-26
1
-3
/
+5
*
small changes (preparing for new module of pre-compilation)
Roberto Ierusalimschy
1996-02-26
2
-1
/
+5
*
functions now linked into a list headed by main
Luiz Henrique de Figueiredo
1996-02-24
1
-7
/
+12
*
fix to PUSHFUNCTION now correctly at tf->marked
Luiz Henrique de Figueiredo
1996-02-24
1
-3
/
+4
*
added fix to PUSHFUNCTION and support for main function
Luiz Henrique de Figueiredo
1996-02-23
1
-23
/
+31
*
load bytecodes from files
Luiz Henrique de Figueiredo
1996-02-23
1
-0
/
+134
*
function "write_quoted" rewritten more clearly.
Roberto Ierusalimschy
1996-02-22
1
-16
/
+7
*
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
Roberto Ierusalimschy
1996-02-22
6
-57
/
+33
*
list of incompatibilities with version 2.2.
v2.3-beta
Roberto Ierusalimschy
1996-02-16
1
-17
/
+34
*
more appropriate error message for "date"
Roberto Ierusalimschy
1996-02-16
1
-2
/
+2
*
small improvements
Roberto Ierusalimschy
1996-02-14
2
-11
/
+7
*
useless #include.
Roberto Ierusalimschy
1996-02-14
4
-9
/
+4
*
new version
Roberto Ierusalimschy
1996-02-14
1
-2
/
+2
*
reserved words are stored in main string table; "marked" field is
Roberto Ierusalimschy
1996-02-14
6
-74
/
+79
*
new header "lex.h".
Roberto Ierusalimschy
1996-02-13
5
-25
/
+15
*
new header for lex.c
Roberto Ierusalimschy
1996-02-13
1
-0
/
+18
*
old trick in "strsub" does not work with new hash table for strings.
Roberto Ierusalimschy
1996-02-12
1
-5
/
+5
*
BIG CHANGE: new data structure for constants, strings and globals, using
Roberto Ierusalimschy
1996-02-12
12
-135
/
+146
*
no more "lua_pushliteral".
Roberto Ierusalimschy
1996-02-12
2
-13
/
+7
*
a backslash followed by a newline allows the newline to go into
Roberto Ierusalimschy
1996-02-09
2
-7
/
+4
*
new function "date", replaces old "date" and "time".
Roberto Ierusalimschy
1996-02-09
2
-46
/
+32
*
"lua_check_number" accepts strings convertible to numbers.
Roberto Ierusalimschy
1996-02-09
2
-9
/
+17
*
new functions "random" and "randomseed".
Roberto Ierusalimschy
1996-02-09
2
-6
/
+28
*
new section describing the debug interface.
Roberto Ierusalimschy
1996-02-09
1
-9
/
+142
*
lock mechanism more robust; nil is pseudo-locked under index -1.
Roberto Ierusalimschy
1996-02-08
1
-4
/
+9
*
small bug
Roberto Ierusalimschy
1996-02-08
1
-0
/
+2
*
new type lua_Function for activation records
Roberto Ierusalimschy
1996-02-08
2
-11
/
+13
*
correction of dependencies (include's).
Roberto Ierusalimschy
1996-02-07
1
-11
/
+11
*
debug interface functions to manipulated local variables:
Roberto Ierusalimschy
1996-02-07
5
-17
/
+157
*
"lua_debug" now is exported through debug interface (luadebug.h)
Roberto Ierusalimschy
1996-02-07
3
-5
/
+4
*
no more "Bool" type
Roberto Ierusalimschy
1996-02-07
3
-7
/
+5
*
elimination of unused declarations (left from old modifications)
Roberto Ierusalimschy
1996-02-06
1
-5
/
+1
*
new option "q" in function "write", to write literal strings.
Roberto Ierusalimschy
1996-02-05
2
-17
/
+54
*
new examples showing data structures and object-oriented programming.
Roberto Ierusalimschy
1996-02-05
1
-38
/
+145
*
improve of compiling error messages.
Roberto Ierusalimschy
1996-02-05
1
-10
/
+13
*
small bug
Roberto Ierusalimschy
1996-02-04
1
-2
/
+2
*
new fallback "getglobal".
Roberto Ierusalimschy
1996-01-30
3
-9
/
+21
*
new example showing how to build modules.
Roberto Ierusalimschy
1996-01-30
1
-5
/
+50
*
new fallback "getglobal".
Roberto Ierusalimschy
1996-01-30
1
-8
/
+20
*
new functions "tostring", "assert", and "format".
Roberto Ierusalimschy
1996-01-29
1
-7
/
+50
*
"read('s')" was "eating" delimiter.
Roberto Ierusalimschy
1996-01-29
1
-3
/
+3
*
lua_table now has references to global variable names (TreeNode's).
Roberto Ierusalimschy
1996-01-26
5
-30
/
+15
*
"dofile" issues an error when called with non string arguments, and
Roberto Ierusalimschy
1996-01-26
1
-2
/
+8
*
"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined
Roberto Ierusalimschy
1996-01-26
2
-11
/
+35
*
"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined
Roberto Ierusalimschy
1996-01-26
1
-25
/
+3
[next]