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
/
lstate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
(much) cleaner way to control function states
Roberto Ierusalimschy
2002-08-07
1
-2
/
+2
*
new (old?) error handling scheme
Roberto Ierusalimschy
2002-08-06
1
-6
/
+2
*
small bug: basic `ci' must have a valid func (base - 1)
Roberto Ierusalimschy
2002-08-05
1
-1
/
+2
*
new implementation for error handling
Roberto Ierusalimschy
2002-08-05
1
-8
/
+15
*
CallInfo has different fields for C functions and Lua functions
Roberto Ierusalimschy
2002-07-16
1
-2
/
+2
*
new interface for debug hooks
Roberto Ierusalimschy
2002-07-08
1
-4
/
+5
*
new protocol for error handling
Roberto Ierusalimschy
2002-06-18
1
-5
/
+5
*
warnings from other compilers
Roberto Ierusalimschy
2002-06-06
1
-1
/
+2
*
no more use of stdio inside the core (except for `tostring'...)
Roberto Ierusalimschy
2002-06-03
1
-4
/
+1
*
`global' tables (registry, etc.) stored in proper place, not in the stack
Roberto Ierusalimschy
2002-05-08
1
-2
/
+2
*
new function `lua_vpushstr' to replace uses of `sprintf'
Roberto Ierusalimschy
2002-05-07
1
-2
/
+2
*
new way to handle errors
Roberto Ierusalimschy
2002-05-01
1
-2
/
+6
*
use of a common `dummynode' for all empty tables
Roberto Ierusalimschy
2002-04-23
1
-1
/
+4
*
new way to handle errors
Roberto Ierusalimschy
2002-04-22
1
-2
/
+2
*
`panic' function configurable via API
Roberto Ierusalimschy
2002-04-16
1
-1
/
+12
*
some improvements in stack control
Roberto Ierusalimschy
2002-03-20
1
-2
/
+2
*
avoid C identifiers beginning with '_'
Roberto Ierusalimschy
2002-03-11
1
-5
/
+5
*
using `ci->top' to control acceptable indices in C calls
Roberto Ierusalimschy
2002-03-07
1
-1
/
+2
*
configurable minimum size for the string table
Roberto Ierusalimschy
2002-03-05
1
-2
/
+2
*
no more maximum stack size
Roberto Ierusalimschy
2002-02-14
1
-21
/
+7
*
better order of record fields for 64-bit machines
Roberto Ierusalimschy
2002-02-08
1
-1
/
+1
*
`eventtable' renamed to `metatable'
Roberto Ierusalimschy
2002-01-30
1
-5
/
+5
*
first version of dynamic stack
Roberto Ierusalimschy
2002-01-25
1
-11
/
+13
*
distinct functions to create/destroy states and threads
Roberto Ierusalimschy
2002-01-11
1
-77
/
+108
*
first implementation of coroutines
Roberto Ierusalimschy
2002-01-09
1
-0
/
+1
*
first version of Lua "stackless"
Roberto Ierusalimschy
2001-12-18
1
-2
/
+3
*
reentrant implementation of garbage collection
Roberto Ierusalimschy
2001-12-11
1
-1
/
+3
*
simpler way to collect userdata
Roberto Ierusalimschy
2001-12-10
1
-1
/
+2
*
tag system replaced by event tables
Roberto Ierusalimschy
2001-12-05
1
-10
/
+11
*
new implementation for lua upvalues (sugested by E.T.): simpler and solves
Roberto Ierusalimschy
2001-11-29
1
-1
/
+6
*
no more explicit support for wide-chars; too much troble...
Roberto Ierusalimschy
2001-11-28
1
-3
/
+2
*
field G renamed to _G to avoid problemas with bugged macro-systems
Roberto Ierusalimschy
2001-11-06
1
-5
/
+5
*
tables of globals accessible through pseudo-index in C API
Roberto Ierusalimschy
2001-10-31
1
-2
/
+2
*
optimization for array part of a Table
Roberto Ierusalimschy
2001-10-25
1
-5
/
+5
*
new API for registry and C upvalues + new implementation for references
Roberto Ierusalimschy
2001-10-17
1
-5
/
+2
*
first implementation of unrestricted static scoping
Roberto Ierusalimschy
2001-09-07
1
-2
/
+4
*
better syntax for type casts
Roberto Ierusalimschy
2001-08-31
1
-2
/
+2
*
weakregistry has its keys weak, too
Roberto Ierusalimschy
2001-07-17
1
-2
/
+3
*
resurect userdata before calling its GC tag method
Roberto Ierusalimschy
2001-06-21
1
-6
/
+4
*
more robust treatment of GC tag methods (now they can create new
Roberto Ierusalimschy
2001-06-12
1
-3
/
+6
*
new implementation for userdatas, without `keys'
Roberto Ierusalimschy
2001-06-06
1
-5
/
+7
*
re-implementation of refs through weak tables
Roberto Ierusalimschy
2001-04-17
1
-21
/
+4
*
new way to handle `profiles'
Roberto Ierusalimschy
2001-03-26
1
-1
/
+2
*
old signature for lua_open
Roberto Ierusalimschy
2001-03-09
1
-2
/
+2
*
better way to link callinfo's and stack
Roberto Ierusalimschy
2001-03-07
1
-1
/
+3
*
lower-case for macros with arguments
Roberto Ierusalimschy
2001-03-02
1
-5
/
+5
*
first (big) step to support wide chars
Roberto Ierusalimschy
2001-02-23
1
-2
/
+2
*
lock/unlock may use L + better structure for internal debug stuff
Roberto Ierusalimschy
2001-02-02
1
-45
/
+30
*
new macros + new names to facilitate compilation of threaded version
Roberto Ierusalimschy
2001-01-26
1
-7
/
+7
*
first implementation for type names
Roberto Ierusalimschy
2001-01-25
1
-1
/
+2
[next]