bugs
BUG: seg. fault when rawget/rawset get extra arguments
2001-12-21 15:30:31 -02:00
lapi.c
core tests whether file is binary
2002-06-03 17:11:07 -03:00
lapi.h
`luaA_index' is a local macro now
2002-03-04 18:29:41 -03:00
lauxlib.c
better error messages
2002-06-05 13:59:37 -03:00
lauxlib.h
lua_load* defined in auxlib (and so renamed to luaL_load*)
2002-06-03 17:11:41 -03:00
lbaselib.c
new names for standard libraries
2002-06-05 14:24:04 -03:00
lcode.c
detail
2002-06-03 14:47:18 -03:00
lcode.h
details about jump optimization
2002-05-13 10:07:48 -03:00
ldblib.c
new names for standard libraries
2002-06-05 14:24:04 -03:00
ldebug.c
new names for string formating functions
2002-05-16 15:39:46 -03:00
ldebug.h
new format for error messages
2002-05-15 15:57:44 -03:00
ldo.c
undump may return LUA_ERRRUN
2002-06-03 17:12:50 -03:00
ldo.h
new format for error messages
2002-05-15 15:57:44 -03:00
lfunc.c
precompiler may create functions without `lineinfo'
2002-05-02 10:06:20 -03:00
lfunc.h
new implementation for lua upvalues (sugested by E.T.): simpler and solves
2001-11-29 18:22:22 -02:00
lgc.c
`global' tables (registry, etc.) stored in proper place, not in the stack
2002-05-08 14:34:23 -03:00
lgc.h
simpler way to collect userdata
2001-12-10 20:11:23 -02:00
linit.c
obsolete module; not part of the oficial distribution
2000-08-09 11:50:13 -03:00
liolib.c
new names for standard libraries
2002-06-05 14:24:04 -03:00
llex.c
uses `isspace' to recognize space characters
2002-06-03 17:12:21 -03:00
llex.h
new function lua_vpushstr' to replace uses of sprintf'
2002-05-07 14:36:56 -03:00
llimits.h
good stack limit to compute ack(8,3)
2002-04-23 11:59:35 -03:00
lmathlib.c
new names for standard libraries
2002-06-05 14:24:04 -03:00
lmem.c
new format for error messages
2002-05-15 15:57:44 -03:00
lmem.h
new way to handle errors
2002-05-01 17:48:12 -03:00
lobject.c
defintions for lua_number2str and lua_str2number don't need to be public
2002-06-05 09:34:19 -03:00
lobject.h
new names for string formating functions
2002-05-16 15:39:46 -03:00
lopcodes.c
generic for also coded to make test at the end of the loop
2002-05-13 10:09:00 -03:00
lopcodes.h
generic for also coded to make test at the end of the loop
2002-05-13 10:09:00 -03:00
lparser.c
no more use of stdio inside the core (except for `tostring'...)
2002-06-03 11:09:57 -03:00
lparser.h
no more `global' declarations
2002-05-14 14:52:22 -03:00
lstate.c
no more use of stdio inside the core (except for `tostring'...)
2002-06-03 11:09:57 -03:00
lstate.h
`global' tables (registry, etc.) stored in proper place, not in the stack
2002-05-08 14:34:23 -03:00
lstring.c
support for light' userdata + simpler support for boxed' udata
2002-04-05 15:54:31 -03:00
lstring.h
new macro to `fix' strings
2002-04-30 10:01:48 -03:00
lstrlib.c
new names for standard libraries
2002-06-05 14:24:04 -03:00
ltable.c
new `__newindex' eventfield
2002-05-27 17:35:40 -03:00
ltable.h
new `__newindex' eventfield
2002-05-27 17:35:40 -03:00
ltablib.c
new names for standard libraries
2002-06-05 14:24:04 -03:00
ltests.c
lua_load* defined in auxlib (and so renamed to luaL_load*)
2002-06-03 17:11:41 -03:00
ltests.h
details
2002-03-08 16:17:59 -03:00
ltm.c
no more use of stdio inside the core (except for `tostring'...)
2002-06-03 11:09:57 -03:00
ltm.h
new `__newindex' eventfield
2002-05-27 17:35:40 -03:00
lua.c
lua_load* defined in auxlib (and so renamed to luaL_load*)
2002-06-03 17:11:41 -03:00
lua.h
defintions for lua_number2str and lua_str2number don't need to be public
2002-06-05 09:34:19 -03:00
luadebug.h
debug interface uses method' to describe calls like a:foo()'
2002-04-04 14:21:31 -03:00
lualib.h
new names for standard libraries
2002-06-05 14:24:04 -03:00
lundump.c
don't need stdio
2002-06-05 13:59:52 -03:00
lundump.h
core tests whether file is binary
2002-06-03 17:11:07 -03:00
lvm.c
defintions for lua_number2str and lua_str2number don't need to be public
2002-06-05 09:34:19 -03:00
lvm.h
strconc' -> concat'
2002-06-03 11:08:43 -03:00
lzio.c
core tests whether file is binary
2002-06-03 17:11:07 -03:00
lzio.h
core tests whether file is binary
2002-06-03 17:11:07 -03:00
makefile
new macro to convert double->int
2002-03-18 15:18:35 -03:00
manual.tex
towards next version...
2002-02-14 19:48:32 -02:00