Details
Comments + manual + identation + asserts about stack limits that were not allowing the use of the full stack
This commit is contained in:
@@ -3981,6 +3981,7 @@ Also @N{returns 0} if any of the indices are not valid.
|
||||
|
||||
Similar to @Lid{lua_gettable}, but does a raw access
|
||||
(i.e., without metamethods).
|
||||
The value at @id{index} must be a table.
|
||||
|
||||
}
|
||||
|
||||
@@ -4027,6 +4028,7 @@ For other values, this call @N{returns 0}.
|
||||
|
||||
Similar to @Lid{lua_settable}, but does a raw assignment
|
||||
(i.e., without metamethods).
|
||||
The value at @id{index} must be a table.
|
||||
|
||||
}
|
||||
|
||||
@@ -7280,7 +7282,7 @@ according to the format string @id{fmt} @see{pack}.
|
||||
|
||||
@LibEntry{string.packsize (fmt)|
|
||||
|
||||
Returns the size of a string resulting from @Lid{string.pack}
|
||||
Returns the length of a string resulting from @Lid{string.pack}
|
||||
with the given format.
|
||||
The format string cannot have the variable-length options
|
||||
@Char{s} or @Char{z} @see{pack}.
|
||||
|
||||
Reference in New Issue
Block a user