Go to file
Roberto Ierusalimschy 221b5be7b7 use of `LoadState' struct (instead of several separate arguments) 2002-08-12 10:37:19 -03:00
bugs two new bugs in 4.0 :-( (both were already corrected in 5.0 :-) 2002-06-25 16:23:55 -03:00
lapi.c external messages add their own extra information 2002-08-08 17:08:41 -03:00
lapi.h `luaA_index' is a local macro now 2002-03-04 18:29:41 -03:00
lauxlib.c external messages add their own extra information 2002-08-08 17:08:41 -03:00
lauxlib.h external messages add their own extra information 2002-08-08 17:08:41 -03:00
lbaselib.c external messages add their own extra information 2002-08-08 17:08:41 -03:00
lcode.c new macros `ttis*' 2002-08-05 11:50:39 -03:00
lcode.h details 2002-06-12 16:16:00 -03:00
ldblib.c `luadebug.h' content now is included in `lua.h' 2002-08-06 15:01:50 -03:00
ldebug.c external messages add their own extra information 2002-08-08 17:08:41 -03:00
ldebug.h external messages add their own extra information 2002-08-08 17:08:41 -03:00
ldo.c detail 2002-08-07 17:55:00 -03:00
ldo.h warnings in other compilers 2002-08-07 11:35:55 -03:00
lfunc.c first implementation of independent global table per function 2002-06-20 17:41:46 -03:00
lfunc.h first implementation of independent global table per function 2002-06-20 17:41:46 -03:00
lgc.c new API for weak mode 2002-08-06 14:06:56 -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 `luadebug.h' content now is included in `lua.h' 2002-08-06 15:01:50 -03:00
llex.c bug: chunk can end just after a '\' in a string 2002-07-10 17:43:53 -03:00
llex.h new function `lua_vpushstr' to replace uses of `sprintf' 2002-05-07 14:36:56 -03:00
llimits.h hook count is quadratic 2002-07-08 17:22:08 -03:00
lmathlib.c ensure proper rounding 2002-08-07 17:54:38 -03:00
lmem.c new protocol for error handling 2002-06-18 12:19:27 -03:00
lmem.h new way to handle errors 2002-05-01 17:48:12 -03:00
lobject.c warnings in other compilers 2002-08-07 11:35:55 -03:00
lobject.h new API for weak mode 2002-08-06 14:06:56 -03:00
lopcodes.c new fallback __le (less equal), for partial order 2002-06-12 11:56:22 -03:00
lopcodes.h tailcall is executed together with call 2002-08-05 11:46:43 -03:00
lparser.c new implementation for tailcall 2002-08-05 14:35:45 -03:00
lparser.h no more `global' declarations 2002-05-14 14:52:22 -03:00
lstate.c (much) cleaner way to control function states 2002-08-07 16:22:39 -03:00
lstate.h (much) cleaner way to control function states 2002-08-07 16:22:39 -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 `concat' goes to `table' library 2002-06-26 16:28:08 -03:00
ltable.c new API for weak mode 2002-08-06 14:06:56 -03:00
ltable.h new `__newindex' eventfield 2002-05-27 17:35:40 -03:00
ltablib.c `luadebug.h' content now is included in `lua.h' 2002-08-06 15:01:50 -03:00
ltests.c `luadebug.h' content now is included in `lua.h' 2002-08-06 15:01:50 -03:00
ltests.h new names for light userdata operations 2002-07-17 13:25:13 -03:00
ltm.c new API for weak mode 2002-08-06 14:06:56 -03:00
ltm.h new API for weak mode 2002-08-06 14:06:56 -03:00
lua.c details 2002-08-08 17:08:41 -03:00
lua.h any Lua closure has a table of globals (not only active functions) 2002-08-06 15:54:18 -03:00
lualib.h LUA_ALERT is no longer used 2002-07-09 15:49:13 -03:00
lundump.c use of `LoadState' struct (instead of several separate arguments) 2002-08-12 10:37:19 -03:00
lundump.h details 2002-08-12 10:37:19 -03:00
lvm.c (much) cleaner way to control function states 2002-08-07 16:22:39 -03:00
lvm.h (much) cleaner way to control function states 2002-08-07 16:22:39 -03:00
lzio.c lua_Chunkreader gets a lua_State, to avoid future incompatibilities 2002-08-06 14:26:45 -03:00
lzio.h internal names 2002-08-05 15:45:02 -03:00
makefile the usual... 2002-08-06 16:12:54 -03:00
manual.tex towards 5.0 alpha... 2002-08-09 18:03:19 -03:00