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
path:
root
/
lua.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1996-02-08
lock mechanism more robust; nil is pseudo-locked under index -1.
Roberto Ierusalimschy
1
-4
/
+9
1996-02-08
small bug
Roberto Ierusalimschy
1
-0
/
+2
1996-02-08
new type lua_Function for activation records
Roberto Ierusalimschy
2
-11
/
+13
1996-02-07
correction of dependencies (include's).
Roberto Ierusalimschy
1
-11
/
+11
1996-02-07
debug interface functions to manipulated local variables:
Roberto Ierusalimschy
5
-17
/
+157
1996-02-07
"lua_debug" now is exported through debug interface (luadebug.h)
Roberto Ierusalimschy
3
-5
/
+4
1996-02-07
no more "Bool" type
Roberto Ierusalimschy
3
-7
/
+5
1996-02-06
elimination of unused declarations (left from old modifications)
Roberto Ierusalimschy
1
-5
/
+1
1996-02-05
new option "q" in function "write", to write literal strings.
Roberto Ierusalimschy
2
-17
/
+54
1996-02-05
new examples showing data structures and object-oriented programming.
Roberto Ierusalimschy
1
-38
/
+145
1996-02-05
improve of compiling error messages.
Roberto Ierusalimschy
1
-10
/
+13
1996-02-04
small bug
Roberto Ierusalimschy
1
-2
/
+2
1996-01-30
new fallback "getglobal".
Roberto Ierusalimschy
3
-9
/
+21
1996-01-30
new example showing how to build modules.
Roberto Ierusalimschy
1
-5
/
+50
1996-01-30
new fallback "getglobal".
Roberto Ierusalimschy
1
-8
/
+20
1996-01-29
new functions "tostring", "assert", and "format".
Roberto Ierusalimschy
1
-7
/
+50
1996-01-29
"read('s')" was "eating" delimiter.
Roberto Ierusalimschy
1
-3
/
+3
1996-01-26
lua_table now has references to global variable names (TreeNode's).
Roberto Ierusalimschy
5
-30
/
+15
1996-01-26
"dofile" issues an error when called with non string arguments, and
Roberto Ierusalimschy
1
-2
/
+8
1996-01-26
"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined
Roberto Ierusalimschy
2
-11
/
+35
1996-01-26
"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined
Roberto Ierusalimschy
1
-25
/
+3
1996-01-26
elimination of function "int2str", as it can be replaced by "format('%c', .)"
Roberto Ierusalimschy
1
-14
/
+1
1996-01-23
"dofile" does not issue a warning when unable to open the file,
Roberto Ierusalimschy
1
-6
/
+2
1996-01-23
new function "assert"
Roberto Ierusalimschy
1
-1
/
+3
1996-01-23
local variable stack needs only the name of the variable (TreeNode);
Roberto Ierusalimschy
1
-19
/
+12
1996-01-22
correction of some order dependencies in debug code.
Roberto Ierusalimschy
1
-18
/
+20
1996-01-22
add_char now is global.
Roberto Ierusalimschy
1
-40
/
+36
1996-01-22
new function "tostring".
Roberto Ierusalimschy
3
-31
/
+47
1996-01-22
add_char now is global.
Roberto Ierusalimschy
1
-33
/
+102
1996-01-22
add_char now is global.
Roberto Ierusalimschy
1
-1
/
+2
1996-01-22
memory overflow tries a garbage collection; if it fails then exit the
Roberto Ierusalimschy
3
-9
/
+31
1996-01-12
bug: "read" with format MUST read given number of chars (if file ends
Roberto Ierusalimschy
1
-5
/
+17
1996-01-09
"getobjectname" got a "lua_" prefix.
Roberto Ierusalimschy
1
-2
/
+2
1996-01-09
hooks for line change and function calls; first version.
Roberto Ierusalimschy
2
-10
/
+88
1996-01-09
correction of dependencies from "luadebug.h".
Roberto Ierusalimschy
1
-3
/
+3
1995-12-21
names generated by yacc (starting with "yy") are changed to start with
Roberto Ierusalimschy
3
-16
/
+20
1995-12-18
bug: luaI_findconstantbyname may change the value of lua_constant.
Roberto Ierusalimschy
1
-2
/
+3
1995-11-16
useless "#include math.h"
v2.2
Roberto Ierusalimschy
2
-4
/
+2