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
/
lgc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1997-12-01
first version of "lua_close"
Roberto Ierusalimschy
7
-12
/
+84
1997-12-01
other distribution of memory debug information.
Roberto Ierusalimschy
3
-15
/
+15
1997-11-28
store "functofind" in stack top, so doesn't need this field in
Roberto Ierusalimschy
2
-8
/
+7
1997-11-28
no more protected global variables; using upvalues to store tags.
Roberto Ierusalimschy
1
-35
/
+48
1997-11-28
no more protected global variables
Roberto Ierusalimschy
1
-9
/
+1
1997-11-28
details
Roberto Ierusalimschy
2
-9
/
+9
1997-11-27
other access method for C upvalues (as arguments)
Roberto Ierusalimschy
4
-44
/
+40
1997-11-27
global variables starting with '.' are protected in Lua (temporarily at
Roberto Ierusalimschy
2
-28
/
+41
1997-11-27
no more 'globalbag'
Roberto Ierusalimschy
5
-17
/
+5
1997-11-26
details
Roberto Ierusalimschy
2
-20
/
+16
1997-11-26
"stacklimit" is not necessary.
Roberto Ierusalimschy
2
-11
/
+6
1997-11-26
extra argument for "assert"
Roberto Ierusalimschy
1
-2
/
+2
1997-11-26
small details by lint.
Roberto Ierusalimschy
10
-25
/
+20
1997-11-21
small modifications (format, small optimizations, etc)
Roberto Ierusalimschy
13
-295
/
+301
1997-11-19
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
Roberto Ierusalimschy
4
-8
/
+8
1997-11-19
allows '\r' at the end of pragmas, so one can mix Windows and Unix files
Roberto Ierusalimschy
1
-2
/
+3
1997-11-19
global state for Lua interpreter
Roberto Ierusalimschy
2
-0
/
+134
1997-11-19
first implementation of centralized global state.
Roberto Ierusalimschy
25
-828
/
+781
1997-11-10
details
Roberto Ierusalimschy
1
-2
/
+2
1997-11-07
"call" now handles errors (instead of "dostring")
Roberto Ierusalimschy
1
-20
/
+29
1997-11-07
small details
Roberto Ierusalimschy
4
-9
/
+12
1997-11-04
"lua_open": now lua has an explicit open operation.
Roberto Ierusalimschy
14
-133
/
+87
1997-11-03
trigonometric mode stored in a Lua global variable.
Roberto Ierusalimschy
1
-11
/
+12
1997-11-03
no need of "emergency error"...
Roberto Ierusalimschy
1
-20
/
+3
1997-11-03
"global" version of a nil object.
Roberto Ierusalimschy
4
-16
/
+13
1997-10-30
"read" & "write" may receive a file handler as first argument
Roberto Ierusalimschy
1
-9
/
+27
1997-10-30
new "block" syntax (DO ... END)
Roberto Ierusalimschy
1
-1
/
+3
1997-10-28
more precise error messages for compiler limits.
Roberto Ierusalimschy
1
-7
/
+7
1997-10-27
small bug.
Roberto Ierusalimschy
1
-3
/
+3
1997-10-24
optimization to handle <a.x> (new opcode).
Roberto Ierusalimschy
3
-23
/
+74
1997-10-24
definition of "PI" and modes for angles.
Roberto Ierusalimschy
1
-7
/
+23
1997-10-24
first version of Cclosures.
Roberto Ierusalimschy
15
-149
/
+177
1997-10-23
"foreach" and "foreachvar" more robust (to survive GCs), and with
Roberto Ierusalimschy
1
-12
/
+24
1997-10-23
GC now considers an "estimate" of object size, instead of just the number
Roberto Ierusalimschy
8
-34
/
+54
1997-10-18
functions may use many upvalues, to keep global values.
Roberto Ierusalimschy
1
-2
/
+2
1997-10-18
new functions "foreach" and "foreachvar"
Roberto Ierusalimschy
1
-22
/
+79
1997-10-18
macro "val" should live together with macro "ref".
Roberto Ierusalimschy
2
-3
/
+3
1997-10-16
details
Roberto Ierusalimschy
1
-4
/
+4
1997-10-16
better identification of types which are tags
Roberto Ierusalimschy
3
-60
/
+31
1997-10-16
new (smaller) prompt
Roberto Ierusalimschy
1
-2
/
+2
1997-10-16
"nupvalues" is kept in Closure, not in prototype (as a preparation
Roberto Ierusalimschy
8
-33
/
+34
1997-10-15
details
Roberto Ierusalimschy
1
-60
/
+27
1997-10-13
more uniform treatment to opcode variants.
Roberto Ierusalimschy
3
-229
/
+241
1997-10-13
using bison instead of yacc; lparser.c renamed to lstx.c (to
Roberto Ierusalimschy
2
-17
/
+16
1997-10-06
prompt for interactive mode
Roberto Ierusalimschy
1
-6
/
+13
1997-10-06
jumps are relative to next instruction
Roberto Ierusalimschy
3
-126
/
+133
1997-10-01
all jumps have byte variants; WHILE optimization
Roberto Ierusalimschy
3
-76
/
+126
1997-09-26
better way to traverse GCnode lists.
Roberto Ierusalimschy
7
-55
/
+40
1997-09-26
new implementation for globals: Global value is stored in TaggedString
Roberto Ierusalimschy
17
-288
/
+251
1997-09-24
new opcode variants.
Roberto Ierusalimschy
3
-84
/
+145
[next]