bugs
|
6af005ec20
bug: when `read' fails it must return nil (and not no value)
|
25 years ago |
lapi.c
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
lapi.h
|
100bfec39a
new implementation for `next'
|
25 years ago |
lauxlib.c
|
4894c27962
lua_Number defined in lua.h (1st version)
|
25 years ago |
lauxlib.h
|
4894c27962
lua_Number defined in lua.h (1st version)
|
25 years ago |
lbaselib.c
|
4ff5545709
new macro pushliteral
|
24 years ago |
lcode.c
|
4ac58853dc
thead-specific state separated from "global" state
|
24 years ago |
lcode.h
|
4894c27962
lua_Number defined in lua.h (1st version)
|
25 years ago |
ldblib.c
|
4ff5545709
new macro pushliteral
|
24 years ago |
ldebug.c
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
ldebug.h
|
001f2bdd0e
new definition for types-tags
|
25 years ago |
ldo.c
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
ldo.h
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
lfunc.c
|
4ac58853dc
thead-specific state separated from "global" state
|
24 years ago |
lfunc.h
|
0183b8030c
`free' gets size of the block: complete control over memory use
|
25 years ago |
lgc.c
|
6fda6a5302
support for multiple stacks sharing the same global environment
|
24 years ago |
lgc.h
|
78bc8e553d
new API for garbage collector
|
25 years ago |
linit.c
|
fb55c96706
obsolete module; not part of the oficial distribution
|
25 years ago |
liolib.c
|
f2c451d745
all accesses to TObjects done through macros
|
24 years ago |
llex.c
|
4ac58853dc
thead-specific state separated from "global" state
|
24 years ago |
llex.h
|
595e449537
tighter size for error buffers
|
24 years ago |
llimits.h
|
4894c27962
lua_Number defined in lua.h (1st version)
|
25 years ago |
lmathlib.c
|
4894c27962
lua_Number defined in lua.h (1st version)
|
25 years ago |
lmem.c
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
lmem.h
|
0183b8030c
`free' gets size of the block: complete control over memory use
|
25 years ago |
lobject.c
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
lobject.h
|
4ac58853dc
thead-specific state separated from "global" state
|
24 years ago |
lopcodes.h
|
a04de4f0ad
no more END opcode
|
24 years ago |
lparser.c
|
4ac58853dc
thead-specific state separated from "global" state
|
24 years ago |
lparser.h
|
0183b8030c
`free' gets size of the block: complete control over memory use
|
25 years ago |
lstate.c
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
lstate.h
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
lstring.c
|
4ac58853dc
thead-specific state separated from "global" state
|
24 years ago |
lstring.h
|
08496eea8b
small changes in lstring
|
24 years ago |
lstrlib.c
|
4ff5545709
new macro pushliteral
|
24 years ago |
ltable.c
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
ltable.h
|
dabb19fc17
specialized versions for luaH_set (numbers and strings)
|
24 years ago |
ltests.c
|
6fda6a5302
support for multiple stacks sharing the same global environment
|
24 years ago |
ltm.c
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
ltm.h
|
c8559e3c8d
a small optimization
|
24 years ago |
lua.c
|
6fda6a5302
support for multiple stacks sharing the same global environment
|
24 years ago |
lua.h
|
6fda6a5302
support for multiple stacks sharing the same global environment
|
24 years ago |
luadebug.h
|
f379d06e24
all API functions are declared in a single line (to facilitate pre-processing).
|
25 years ago |
lualib.h
|
35d6b15057
some cleaning
|
25 years ago |
lundump.c
|
a04de4f0ad
no more END opcode
|
24 years ago |
lundump.h
|
523c5d8e1c
last changes by lhf.
|
25 years ago |
lvm.c
|
c8559e3c8d
a small optimization
|
24 years ago |
lvm.h
|
001f2bdd0e
new definition for types-tags
|
25 years ago |
lzio.c
|
1de5587184
`lua.h' is included before any other Lua header file
|
25 years ago |
lzio.h
|
8b88ab07f7
more controled use of `sprintf'
|
25 years ago |
makefile
|
906d5dcc41
details
|
25 years ago |
manual.tex
|
a907aeeb1e
general corrections
|
25 years ago |