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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use a linear count for count hook
Roberto Ierusalimschy
2002-08-12
1
-2
/
+2
*
(much) cleaner way to control function states
Roberto Ierusalimschy
2002-08-07
1
-2
/
+14
*
`luadebug.h' content now is included in `lua.h'
Roberto Ierusalimschy
2002-08-06
1
-2
/
+1
*
new (old?) error handling scheme
Roberto Ierusalimschy
2002-08-06
1
-13
/
+2
*
new implementation for error handling
Roberto Ierusalimschy
2002-08-05
1
-10
/
+21
*
CallInfo has different fields for C functions and Lua functions
Roberto Ierusalimschy
2002-07-16
1
-6
/
+15
*
hook count is quadratic
Roberto Ierusalimschy
2002-07-08
1
-2
/
+2
*
new interface for debug hooks
Roberto Ierusalimschy
2002-07-08
1
-4
/
+4
*
details
Roberto Ierusalimschy
2002-07-02
1
-3
/
+3
*
`global' tables (registry, etc.) stored in proper place, not in the stack
Roberto Ierusalimschy
2002-05-08
1
-9
/
+10
*
use of a common `dummynode' for all empty tables
Roberto Ierusalimschy
2002-04-23
1
-1
/
+2
*
`panic' function configurable via API
Roberto Ierusalimschy
2002-04-16
1
-1
/
+2
*
line trace uses `savedpc' to save last `pc' seen
Roberto Ierusalimschy
2002-04-10
1
-2
/
+1
*
simpler way to control stack overflow
Roberto Ierusalimschy
2002-03-26
1
-2
/
+2
*
simpler implementation for line information
Roberto Ierusalimschy
2002-03-25
1
-6
/
+2
*
avoid C identifiers beginning with '_'
Roberto Ierusalimschy
2002-03-11
1
-3
/
+3
*
details
Roberto Ierusalimschy
2002-03-07
1
-5
/
+1
*
no more maximum stack size
Roberto Ierusalimschy
2002-02-14
1
-3
/
+3
*
better order of record fields for 64-bit machines
Roberto Ierusalimschy
2002-02-08
1
-12
/
+12
*
comments
Roberto Ierusalimschy
2002-02-05
1
-2
/
+2
*
`eventtable' renamed to `metatable'
Roberto Ierusalimschy
2002-01-30
1
-2
/
+2
*
first version of dynamic stack
Roberto Ierusalimschy
2002-01-25
1
-2
/
+13
*
no more linehook field in CallInfo
Roberto Ierusalimschy
2002-01-18
1
-1
/
+0
*
distinct functions to create/destroy states and threads
Roberto Ierusalimschy
2002-01-11
1
-0
/
+6
*
first implementation of coroutines
Roberto Ierusalimschy
2002-01-09
1
-1
/
+5
*
small optimizations
Roberto Ierusalimschy
2002-01-03
1
-1
/
+2
*
first version of Lua "stackless"
Roberto Ierusalimschy
2001-12-18
1
-1
/
+21
*
reentrant implementation of garbage collection
Roberto Ierusalimschy
2001-12-11
1
-1
/
+2
*
tag system replaced by event tables
Roberto Ierusalimschy
2001-12-05
1
-10
/
+24
*
new implementation for lua upvalues (sugested by E.T.): simpler and solves
Roberto Ierusalimschy
2001-11-29
1
-4
/
+4
*
field G renamed to _G to avoid problemas with bugged macro-systems
Roberto Ierusalimschy
2001-11-06
1
-4
/
+4
*
tables of globals accessible through pseudo-index in C API
Roberto Ierusalimschy
2001-10-31
1
-2
/
+2
*
`Hash' -> `Table'
Roberto Ierusalimschy
2001-10-25
1
-4
/
+4
*
new API for registry and C upvalues + new implementation for references
Roberto Ierusalimschy
2001-10-17
1
-3
/
+2
*
details
Roberto Ierusalimschy
2001-10-02
1
-2
/
+2
*
first implementation of unrestricted static scoping
Roberto Ierusalimschy
2001-09-07
1
-5
/
+7
*
more relaxed rules for syncronized access
Roberto Ierusalimschy
2001-06-15
1
-3
/
+9
*
new implementation for userdatas, without `keys'
Roberto Ierusalimschy
2001-06-06
1
-2
/
+2
*
re-implementation of refs through weak tables
Roberto Ierusalimschy
2001-04-17
1
-19
/
+3
*
better way to link callinfo's and stack
Roberto Ierusalimschy
2001-03-07
1
-6
/
+5
*
lower-case for macros with arguments
Roberto Ierusalimschy
2001-03-02
1
-5
/
+5
*
buffer should be void *, as char now is not that neutral...
Roberto Ierusalimschy
2001-02-23
1
-2
/
+2
*
first (big) step to support wide chars
Roberto Ierusalimschy
2001-02-23
1
-4
/
+4
*
better separation between basic types
Roberto Ierusalimschy
2001-02-20
1
-4
/
+4
*
lock/unlock may use L + better structure for internal debug stuff
Roberto Ierusalimschy
2001-02-02
1
-11
/
+3
*
no need for tags in boxed values :-(
Roberto Ierusalimschy
2001-02-01
1
-1
/
+8
*
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
*
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
Roberto Ierusalimschy
2001-01-24
1
-1
/
+21
*
support for multiple stacks sharing the same global environment
Roberto Ierusalimschy
2001-01-22
1
-3
/
+5
[next]