Roberto Ierusalimschy
|
2ca5181413
Branch 5.2 - new releases for 5.2 go from here, main trunk goes
|
12 years ago |
Roberto Ierusalimschy
|
f5ae26ec6c
official branch for Lua 5.1
|
17 years ago |
Roberto Ierusalimschy
|
18330b6091
lua_dostring/lua_dofile should return any values returned by the chunk
|
19 years ago |
Roberto Ierusalimschy
|
bfdcbbcd76
small optimizations (lua_newtable -> lua_createtable)
|
19 years ago |
Roberto Ierusalimschy
|
053e873145
new macro luaL_opt to avoid evaluating defaults when no needed
|
20 years ago |
Roberto Ierusalimschy
|
ce67a9be31
avoid exporting undefined functions
|
20 years ago |
Roberto Ierusalimschy
|
3390f9a35a
detail
|
20 years ago |
Roberto Ierusalimschy
|
9273fbd131
no more 'luaL_get/setfield' (replaced by more direct luaL_findtable)
|
20 years ago |
Roberto Ierusalimschy
|
027e9e99ca
simpler implementation for userdata types
|
20 years ago |
Roberto Ierusalimschy
|
16ddf86168
luaL_openlib -> luaL_register and new function luaL_loadstring
|
20 years ago |
Roberto Ierusalimschy
|
d6ff5d9f46
searchpath is "private affair" of loadlib
|
20 years ago |
Roberto Ierusalimschy
|
d628795940
lua_objsize -> lua_objlen (more compatible with use of `len´ in other
|
20 years ago |
Roberto Ierusalimschy
|
90de38bf1f
warnings in VS .Net
|
20 years ago |
Roberto Ierusalimschy
|
e8a7ecb982
luaL_findstring -> luaL_checkoption
|
20 years ago |
Roberto Ierusalimschy
|
38da9d568a
better use defined/undefined as flag values for macros
|
20 years ago |
Roberto Ierusalimschy
|
e6e543a534
better control for compatibility code
|
20 years ago |
Roberto Ierusalimschy
|
6eb68ba57a
all function declarations surround name with parentheses
|
20 years ago |
Roberto Ierusalimschy
|
e5cfa7a367
use of parentheses around macro parameters in call lists, to avoid
|
21 years ago |
Roberto Ierusalimschy
|
cf2a194edc
better API for luaL_getfield/setfield
|
21 years ago |
Roberto Ierusalimschy
|
6acfb91c8d
new auxiliary functions to implement new package system
|
21 years ago |
Roberto Ierusalimschy
|
7a796a0682
new macro `luaL_typename'
|
21 years ago |
Roberto Ierusalimschy
|
a6179adf12
detail
|
21 years ago |
Roberto Ierusalimschy
|
753625c3f3
new interface for search-path function
|
21 years ago |
Roberto Ierusalimschy
|
0c49857c1a
new scheme to search paths
|
21 years ago |
Roberto Ierusalimschy
|
f4718544de
what is provided by lauxlib.c should be defined at lauxlib.h
|
21 years ago |
Roberto Ierusalimschy
|
1e0aaf2156
`luaL_dofile' and `luaL_dostring' are deprecated
|
21 years ago |
Roberto Ierusalimschy
|
763b8fba1b
more stuff goes to configuration file
|
21 years ago |
Roberto Ierusalimschy
|
9804467eeb
detail
|
21 years ago |
Roberto Ierusalimschy
|
f04fe526cd
new functions `lua_tointeger' and lua_pushinteger'
|
22 years ago |
Roberto Ierusalimschy
|
b97fb932ec
Lua kernel does not use malloc/free functions.
|
22 years ago |