Roberto Ierusalimschy
|
0be57b9b6d
Details in comments
|
5 years ago |
Roberto Ierusalimschy
|
61a4e64a66
Back to old encoding of versions in binary files
|
5 years ago |
Roberto Ierusalimschy
|
f53eabeed8
Small changes in the header of binary files
|
6 years ago |
Roberto Ierusalimschy
|
f99509581e
Removed extra information from RCS keyword strings
|
7 years ago |
Roberto Ierusalimschy
|
41964648ee
long strings are created directly in final position when possible
|
10 years ago |
Roberto Ierusalimschy
|
89b56e7d84
more precision between closure types ('LClosure' x 'CClosure')
|
11 years ago |
Roberto Ierusalimschy
|
8f961da3db
macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, that
|
11 years ago |
Roberto Ierusalimschy
|
68f4ccdd00
make sure that LUAC_INT is a lua_Integer and that LUAC_NUM is
|
11 years ago |
Roberto Ierusalimschy
|
342a936599
detail (breaking too long lines)
|
11 years ago |
Roberto Ierusalimschy
|
054179c2ff
more explicit handling of headers for binary chunks
|
11 years ago |
Roberto Ierusalimschy
|
3cadc37f47
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
Roberto Ierusalimschy
|
6c8a32217a
changes by lhf (better control of chars x bytes)
|
14 years ago |
Roberto Ierusalimschy
|
2753134a38
new versions by lhf
|
19 years ago |
Roberto Ierusalimschy
|
67578ec51f
several small details
|
20 years ago |
Roberto Ierusalimschy
|
8718fda9b2
added LUAI_FUNC to functions not in the API
|
20 years ago |
Roberto Ierusalimschy
|
9fcc485176
zio does not keep "source" name (nobody uses it)
|
22 years ago |
Roberto Ierusalimschy
|
433cb1d13a
no more checks for non-default compilation options + luaU_dump has
|
22 years ago |
Roberto Ierusalimschy
|
859c7f7ce0
LUA_SIGNATURE is public
|
22 years ago |
Roberto Ierusalimschy
|
762c737037
last changes by lhf
|
22 years ago |
Roberto Ierusalimschy
|
0175f8d5d1
dump/undump of upvalue names
|
22 years ago |
Roberto Ierusalimschy
|
1713b64065
Writer type must be public (so, in lua.h)
|
23 years ago |
Roberto Ierusalimschy
|
46b063ef59
`undump' also uses private buffer
|
23 years ago |
Roberto Ierusalimschy
|
b6791f5fa5
details
|
23 years ago |
Roberto Ierusalimschy
|
711b936849
new versions from lhf
|
23 years ago |
Roberto Ierusalimschy
|
0079e0f57c
core tests whether file is binary
|
23 years ago |
Roberto Ierusalimschy
|
35a22ed1ab
lua_load* replaced by a simple lua_load
|
23 years ago |
Roberto Ierusalimschy
|
9f25df02d5
new definition for headers of binary files
|
24 years ago |
Roberto Ierusalimschy
|
dc4e0ecdaf
new versions by lhf
|
24 years ago |
Roberto Ierusalimschy
|
dd3a63c205
new way to handle `profiles'
|
24 years ago |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
24 years ago |