bugs
|
BUG: seg. fault when rawget/rawset get extra arguments
|
23 years ago |
lapi.c
|
lua_load* replaced by a simple lua_load
|
23 years ago |
lapi.h
|
`luaA_index' is a local macro now
|
23 years ago |
lauxlib.c
|
new names for string formating functions
|
23 years ago |
lauxlib.h
|
new names for string formating functions
|
23 years ago |
lbaselib.c
|
_ALERT is a private afair of lua.c
|
23 years ago |
lcode.c
|
detail
|
23 years ago |
lcode.h
|
details about jump optimization
|
23 years ago |
ldblib.c
|
detail
|
23 years ago |
ldebug.c
|
new names for string formating functions
|
23 years ago |
ldebug.h
|
new format for error messages
|
23 years ago |
ldo.c
|
lua_load* replaced by a simple lua_load
|
23 years ago |
ldo.h
|
new format for error messages
|
23 years ago |
lfunc.c
|
precompiler may create functions without `lineinfo'
|
23 years ago |
lfunc.h
|
new implementation for lua upvalues (sugested by E.T.): simpler and solves
|
23 years ago |
lgc.c
|
`global' tables (registry, etc.) stored in proper place, not in the stack
|
23 years ago |
lgc.h
|
simpler way to collect userdata
|
23 years ago |
linit.c
|
obsolete module; not part of the oficial distribution
|
25 years ago |
liolib.c
|
errors `return' int, to avoid warnings
|
23 years ago |
llex.c
|
no more use of stdio inside the core (except for `tostring'...)
|
23 years ago |
llex.h
|
new function `lua_vpushstr' to replace uses of `sprintf'
|
23 years ago |
llimits.h
|
good stack limit to compute ack(8,3)
|
23 years ago |
lmathlib.c
|
errors `return' int, to avoid warnings
|
23 years ago |
lmem.c
|
new format for error messages
|
23 years ago |
lmem.h
|
new way to handle errors
|
23 years ago |
lobject.c
|
`strconc' -> `concat'
|
23 years ago |
lobject.h
|
new names for string formating functions
|
23 years ago |
lopcodes.c
|
generic for also coded to make test at the end of the loop
|
23 years ago |
lopcodes.h
|
generic for also coded to make test at the end of the loop
|
23 years ago |
lparser.c
|
no more use of stdio inside the core (except for `tostring'...)
|
23 years ago |
lparser.h
|
no more `global' declarations
|
23 years ago |
lstate.c
|
no more use of stdio inside the core (except for `tostring'...)
|
23 years ago |
lstate.h
|
`global' tables (registry, etc.) stored in proper place, not in the stack
|
23 years ago |
lstring.c
|
support for `light' userdata + simpler support for `boxed' udata
|
23 years ago |
lstring.h
|
new macro to `fix' strings
|
23 years ago |
lstrlib.c
|
errors `return' int, to avoid warnings
|
23 years ago |
ltable.c
|
new `__newindex' eventfield
|
23 years ago |
ltable.h
|
new `__newindex' eventfield
|
23 years ago |
ltablib.c
|
all textual errors go through `luaL_verror'
|
23 years ago |
ltests.c
|
new commands to test `load'
|
23 years ago |
ltests.h
|
details
|
23 years ago |
ltm.c
|
no more use of stdio inside the core (except for `tostring'...)
|
23 years ago |
ltm.h
|
new `__newindex' eventfield
|
23 years ago |
lua.c
|
details
|
23 years ago |
lua.h
|
lua_load* replaced by a simple lua_load
|
23 years ago |
luadebug.h
|
debug interface uses `method' to describe calls like `a:foo()'
|
23 years ago |
lualib.h
|
`baselib' splited in `baselib' and `tablib'
|
23 years ago |
lundump.c
|
new format for error messages
|
23 years ago |
lundump.h
|
lua_load* replaced by a simple lua_load
|
23 years ago |
lvm.c
|
`strconc' -> `concat'
|
23 years ago |
lvm.h
|
`strconc' -> `concat'
|
23 years ago |
lzio.c
|
lua_load* replaced by a simple lua_load
|
23 years ago |
lzio.h
|
lua_load* replaced by a simple lua_load
|
23 years ago |
makefile
|
new macro to convert double->int
|
23 years ago |
manual.tex
|
towards next version...
|
23 years ago |