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
/
lfunc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
'__close' gets no error object if there is no error
Roberto Ierusalimschy
2025-02-28
1
-12
/
+20
*
New type 'TStatus' for thread status/error codes
Roberto Ierusalimschy
2025-01-30
1
-2
/
+3
*
'objsize' returns 'l_mem'
Roberto Ierusalimschy
2024-11-15
1
-5
/
+5
*
'objsize' broke in smaller pieces
Roberto Ierusalimschy
2024-09-30
1
-0
/
+15
*
Added gcc option '-Wconversion'
Roberto Ierusalimschy
2024-07-27
1
-7
/
+7
*
Fixed buffers reuse absolute line information
Roberto Ierusalimschy
2023-12-27
1
-1
/
+1
*
Added suport for Fixed Buffers
Roberto Ierusalimschy
2023-09-05
1
-2
/
+4
*
Field 'Proto.is_vararg' uses only one bit
Roberto Ierusalimschy
2023-08-30
1
-1
/
+1
*
Removed unused field 'UpVal.tbc'
Roberto Ierusalimschy
2022-11-08
1
-3
/
+2
*
Stack indices changed to union's
Roberto Ierusalimschy
2022-10-29
1
-21
/
+21
*
Better documentation for 'multires' expressions
Roberto Ierusalimschy
2022-08-19
1
-1
/
+1
*
Bug: 'lua_settop' may use an invalid pointer to stack
Roberto Ierusalimschy
2022-05-25
1
-2
/
+3
*
New implementation for 'tbclist'
Roberto Ierusalimschy
2021-03-10
1
-11
/
+29
*
New implementation for to-be-closed variables
Roberto Ierusalimschy
2021-02-09
1
-32
/
+34
*
Fixed some bugs around stack reallocation
Roberto Ierusalimschy
2021-02-05
1
-0
/
+2
*
Simpler handling of errors when creating tbc variables
Roberto Ierusalimschy
2021-01-19
1
-21
/
+16
*
Allow yields inside '__close' metamethods
Roberto Ierusalimschy
2021-01-13
1
-8
/
+12
*
No need to recheck close method before calling it
Roberto Ierusalimschy
2020-12-29
1
-25
/
+19
*
Cleaner handling of errors in '__close' metamethods
Roberto Ierusalimschy
2020-12-28
1
-53
/
+22
*
Report last error in closing methods
Roberto Ierusalimschy
2020-12-22
1
-7
/
+3
*
Upvalues removed from 'openupval' before being closed
Roberto Ierusalimschy
2020-12-21
1
-8
/
+22
*
Details
Roberto Ierusalimschy
2020-10-12
1
-1
/
+1
*
Small changes in macros that change GC colors
Roberto Ierusalimschy
2020-08-13
1
-1
/
+1
*
All objects are kept 'new' in incremental GC
Roberto Ierusalimschy
2020-07-27
1
-2
/
+3
*
Clearer distinction between types and tags
Roberto Ierusalimschy
2020-01-31
1
-5
/
+5
*
Comments (mosty typos)
Roberto Ierusalimschy
2019-12-30
1
-1
/
+1
*
Details
Roberto Ierusalimschy
2019-11-18
1
-7
/
+7
*
Supressed errors in '__close' generate warnings
Roberto Ierusalimschy
2019-08-16
1
-1
/
+5
*
To-be-closed variables must be closed on initialization
Roberto Ierusalimschy
2019-07-31
1
-17
/
+32
*
Do not collect open upvalues
Roberto Ierusalimschy
2019-07-22
1
-8
/
+7
*
Fixed bug for emergency collection in upvalue creation
Roberto Ierusalimschy
2019-07-19
1
-6
/
+8
*
Tag LUA_TUPVALTBC replaced by a flag
Roberto Ierusalimschy
2019-07-19
1
-7
/
+8
*
Small bug with stack reallocation
Roberto Ierusalimschy
2019-07-18
1
-4
/
+3
*
'__close' method may be called again in case of error
Roberto Ierusalimschy
2019-07-16
1
-10
/
+12
*
Avoid setting the stack top below upvalues to be closed
Roberto Ierusalimschy
2019-07-16
1
-0
/
+1
*
Multiple errors in '__toclose' report the first one
Roberto Ierusalimschy
2019-06-05
1
-3
/
+6
*
Details
Roberto Ierusalimschy
2019-03-13
1
-1
/
+2
*
No more to-be-closed functions
Roberto Ierusalimschy
2019-01-04
1
-14
/
+10
*
New functions 'lua_resetthread' and 'coroutine.kill'
Roberto Ierusalimschy
2018-12-13
1
-8
/
+10
*
A to-be-closed variable must have a closable value (or be nil)
Roberto Ierusalimschy
2018-11-29
1
-0
/
+6
*
Removed internal cache for closures
Roberto Ierusalimschy
2018-11-01
1
-2
/
+0
*
Closing methods should not interfere with returning values
Roberto Ierusalimschy
2018-10-25
1
-31
/
+33
*
Handling of memory errors when creating to-be-closed upvalues
Roberto Ierusalimschy
2018-10-18
1
-32
/
+94
*
First "complete" implementation of to-be-closed variables
Roberto Ierusalimschy
2018-10-17
1
-3
/
+44
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
new type 'StackValue' for stack elements
Roberto Ierusalimschy
2017-06-29
1
-6
/
+6
*
'lineinfo' in prototypes saved as differences instead of absolute
Roberto Ierusalimschy
2017-06-27
1
-1
/
+4
*
bug: cannot reuse a dying upvalue
Roberto Ierusalimschy
2017-05-24
1
-2
/
+2
*
added 'cachemiss' field to prototype to avoid wasting time checking
Roberto Ierusalimschy
2017-04-30
1
-1
/
+2
*
Upvalues collected like everything else (with mark-sweep) instead
Roberto Ierusalimschy
2017-04-11
1
-19
/
+28
[next]