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
/
lvm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
must move call results in the last iteration, too
Roberto Ierusalimschy
2002-12-11
1
-8
/
+9
*
bug: scope of generic for variables is not sound
Roberto Ierusalimschy
2002-12-06
1
-8
/
+17
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
simpler interface to hooks + use of `int' to count hooks
Roberto Ierusalimschy
2002-11-25
1
-2
/
+2
*
resets hook count even in case of errors
Roberto Ierusalimschy
2002-11-25
1
-2
/
+2
*
small bug: previous call may change `base'
Roberto Ierusalimschy
2002-11-21
1
-2
/
+3
*
easier way to keep `base' correct
Roberto Ierusalimschy
2002-11-21
1
-17
/
+18
*
keep L->ci->base in L->base for faster access
Roberto Ierusalimschy
2002-11-21
1
-5
/
+7
*
no problem keeping some dead meat while doing collection
Roberto Ierusalimschy
2002-11-21
1
-13
/
+4
*
small bugs (state could keep its CI_HASFRAME attribute after returning)
Roberto Ierusalimschy
2002-11-19
1
-5
/
+8
*
support for yield inside hooks
Roberto Ierusalimschy
2002-11-18
1
-4
/
+9
*
new representation for hooks (to allow asynchronous calls to sethook)
Roberto Ierusalimschy
2002-11-18
1
-2
/
+6
*
documentation for write barriers
Roberto Ierusalimschy
2002-11-14
1
-6
/
+6
*
new macros to distinguish different types of object moves (for future GC
Roberto Ierusalimschy
2002-11-07
1
-34
/
+34
*
new API for coroutines
Roberto Ierusalimschy
2002-11-06
1
-1
/
+2
*
threads now are real Lua objects, subject to garbage collection
Roberto Ierusalimschy
2002-10-25
1
-5
/
+6
*
use of different buffers for scanner and concatenation
Roberto Ierusalimschy
2002-10-08
1
-2
/
+2
*
unification of __index & __gettable (and __newindex & __settable)
Roberto Ierusalimschy
2002-09-19
1
-3
/
+3
*
state's buffer is used only for chars
Roberto Ierusalimschy
2002-09-19
1
-2
/
+2
*
details
Roberto Ierusalimschy
2002-08-21
1
-2
/
+2
*
new simetric format for ABC instructions, to avoid exchanging operands
Roberto Ierusalimschy
2002-08-20
1
-32
/
+22
*
use a linear count for count hook
Roberto Ierusalimschy
2002-08-12
1
-4
/
+3
*
(much) cleaner way to control function states
Roberto Ierusalimschy
2002-08-07
1
-16
/
+21
*
small bugs when stack is reallocated
Roberto Ierusalimschy
2002-08-07
1
-9
/
+11
*
new implementation for error handling
Roberto Ierusalimschy
2002-08-05
1
-73
/
+77
*
new names for light userdata operations
Roberto Ierusalimschy
2002-07-17
1
-2
/
+2
*
CallInfo has different fields for C functions and Lua functions
Roberto Ierusalimschy
2002-07-16
1
-10
/
+13
*
hook count is quadratic
Roberto Ierusalimschy
2002-07-08
1
-2
/
+2
*
new interface for debug hooks
Roberto Ierusalimschy
2002-07-08
1
-13
/
+25
*
optimizations for gettable (temporary)
Roberto Ierusalimschy
2002-07-05
1
-32
/
+66
*
details
Roberto Ierusalimschy
2002-06-24
1
-15
/
+15
*
details in arithmetic implementation
Roberto Ierusalimschy
2002-06-24
1
-40
/
+58
*
`luaV_gettable' returns element position
Roberto Ierusalimschy
2002-06-24
1
-32
/
+30
*
first implementation of independent global table per function
Roberto Ierusalimschy
2002-06-20
1
-6
/
+6
*
avoid gotos when possible
Roberto Ierusalimschy
2002-06-14
1
-45
/
+39
*
new fallback for equality `__eq'
Roberto Ierusalimschy
2002-06-13
1
-2
/
+30
*
new fallback __le (less equal), for partial order
Roberto Ierusalimschy
2002-06-12
1
-21
/
+41
*
warnings from other compilers
Roberto Ierusalimschy
2002-06-06
1
-2
/
+1
*
defintions for lua_number2str and lua_str2number don't need to be public
Roberto Ierusalimschy
2002-06-05
1
-2
/
+8
*
`strconc' -> `concat'
Roberto Ierusalimschy
2002-06-03
1
-3
/
+3
*
new `__newindex' eventfield
Roberto Ierusalimschy
2002-05-27
1
-13
/
+18
*
new format for error messages
Roberto Ierusalimschy
2002-05-15
1
-8
/
+8
*
generic for also coded to make test at the end of the loop
Roberto Ierusalimschy
2002-05-13
1
-2
/
+4
*
`skip' instructions must be followed by a jump
Roberto Ierusalimschy
2002-05-09
1
-4
/
+8
*
new format for test intructions (handle NaN correctly)
Roberto Ierusalimschy
2002-05-06
1
-40
/
+28
*
precompiler may create functions without `lineinfo'
Roberto Ierusalimschy
2002-05-02
1
-3
/
+3
*
avoid names that differ only in capitalization
Roberto Ierusalimschy
2002-04-24
1
-11
/
+11
*
new way to handle errors
Roberto Ierusalimschy
2002-04-22
1
-8
/
+8
*
line trace uses `savedpc' to save last `pc' seen
Roberto Ierusalimschy
2002-04-10
1
-8
/
+9
*
new semantics for `generic for' (with state)
Roberto Ierusalimschy
2002-04-09
1
-13
/
+13
[next]