Roberto Ierusalimschy
|
beee01b170
re-implementation of refs through weak tables
|
il y a 24 ans |
Roberto Ierusalimschy
|
6473f965ca
new API functions to load (parse?) a chunk without running it.
|
il y a 24 ans |
Roberto Ierusalimschy
|
0e0e4a480e
first implementation for weak tables
|
il y a 24 ans |
Roberto Ierusalimschy
|
2a50188269
avoid use of l_char outside INTERNALs (use lua_char instead)
|
il y a 24 ans |
Roberto Ierusalimschy
|
9aedea6ec8
small bug (when parser fails, there is no function on the stack...)
|
il y a 24 ans |
Roberto Ierusalimschy
|
a68635a919
list constructors do not adjust last expression
|
il y a 24 ans |
Roberto Ierusalimschy
|
2112142680
allow syntax << function (x) ... end (...) >> as a statement
|
il y a 24 ans |
Roberto Ierusalimschy
|
dd3a63c205
new way to handle `profiles'
|
il y a 24 ans |
Roberto Ierusalimschy
|
cb49b088b6
old signature for lua_open
|
il y a 24 ans |
Roberto Ierusalimschy
|
c5a23cf01a
details
|
il y a 24 ans |
Roberto Ierusalimschy
|
6048c4f74d
better way to link callinfo's and stack
|
il y a 24 ans |
Roberto Ierusalimschy
|
5e870f86a2
optimization for tailcall does not seem to pay itself
|
il y a 24 ans |
Roberto Ierusalimschy
|
f81b8adb3f
string [[...]] ignores initial \n
|
il y a 24 ans |
Roberto Ierusalimschy
|
2b2267069b
new functions `pack' and `unpack'
|
il y a 24 ans |
Roberto Ierusalimschy
|
72d3d155b0
detail
|
il y a 24 ans |
Roberto Ierusalimschy
|
6d4db86888
open functions are lua_Cfunctions
|
il y a 24 ans |
Roberto Ierusalimschy
|
e9a3820370
sizeof(string) != strlen(string)+1 when sizeof(char) != 1
|
il y a 24 ans |
Roberto Ierusalimschy
|
9e8a46daa2
details (identation)
|
il y a 24 ans |
Roberto Ierusalimschy
|
7b84f9e65c
lower-case for macros with arguments
|
il y a 24 ans |
Roberto Ierusalimschy
|
1e40b4dc61
buffer should be void *, as char now is not that neutral...
|
il y a 24 ans |
Roberto Ierusalimschy
|
dfd7ce74cf
buffer should be void *, as char now is not that neutral...
|
il y a 24 ans |
Roberto Ierusalimschy
|
8399df5dcf
detail
|
il y a 24 ans |
Roberto Ierusalimschy
|
d2a64bb6d4
`llimits' may need definitions from LUA_USER_H
|
il y a 24 ans |
Roberto Ierusalimschy
|
a90f06dcd8
`atoi' does not have a wide-char equivalent
|
il y a 24 ans |
Roberto Ierusalimschy
|
35023355f2
details for wchar
|
il y a 24 ans |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
il y a 24 ans |
Roberto Ierusalimschy
|
d164e2294f
_ERRORMESSAGE called through get global tag method
|
il y a 24 ans |
Roberto Ierusalimschy
|
2cc94ac81b
avoid name clash with `sys/stat'
|
il y a 24 ans |
Roberto Ierusalimschy
|
5f37134e64
avoid '...' and "..." inside comments
|
il y a 24 ans |
Roberto Ierusalimschy
|
52ee91dd73
better encapsulation of some types
|
il y a 24 ans |