bugs
bug: when `read' fails it must return nil (and not no value)
2000-12-22 15:32:28 -02:00
lapi.c
smaller tables for machines with 8-bit alignment
2001-01-29 15:17:26 -02:00
lapi.h
new implementation for `next'
2000-08-31 11:08:27 -03:00
lauxlib.c
first implementation for type names
2001-01-25 14:45:36 -02:00
lauxlib.h
first implementation for type names
2001-01-25 14:45:36 -02:00
lbaselib.c
first implementation for type names
2001-01-25 14:45:36 -02:00
lcode.c
simpler implementation of for loops
2001-01-29 13:26:40 -02:00
lcode.h
simpler implementation of for loops
2001-01-29 13:26:40 -02:00
ldblib.c
new macro pushliteral
2001-01-10 14:58:11 -02:00
ldebug.c
smaller tables for machines with 8-bit alignment
2001-01-29 15:17:26 -02:00
ldebug.h
new definition for types-tags
2000-10-05 09:14:08 -03:00
ldo.c
all boxed types start with their tags
2001-01-29 17:34:02 -02:00
ldo.h
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
2001-01-24 13:45:33 -02:00
lfunc.c
all boxed types start with their tags
2001-01-29 17:34:02 -02:00
lfunc.h
`free' gets size of the block: complete control over memory use
2000-12-28 10:55:41 -02:00
lgc.c
all boxed types start with their tags
2001-01-29 17:34:02 -02:00
lgc.h
new API for garbage collector
2000-10-02 11:47:43 -03:00
linit.c
obsolete module; not part of the oficial distribution
2000-08-09 11:50:13 -03:00
liolib.c
details
2001-01-26 12:16:24 -02:00
llex.c
thead-specific state separated from "global" state
2001-01-19 11:20:30 -02:00
llex.h
tighter size for error buffers
2001-01-10 14:40:56 -02:00
llimits.h
lua_Number defined in lua.h (1st version)
2000-12-04 16:33:40 -02:00
lmathlib.c
lua_Number defined in lua.h (1st version)
2000-12-04 16:33:40 -02:00
lmem.c
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
2001-01-24 13:45:33 -02:00
lmem.h
`free' gets size of the block: complete control over memory use
2000-12-28 10:55:41 -02:00
lobject.c
all boxed types start with their tags
2001-01-29 17:34:02 -02:00
lobject.h
all boxed types start with their tags
2001-01-29 17:34:02 -02:00
lopcodes.h
no more END opcode
2001-01-15 14:13:24 -02:00
lparser.c
simpler implementation of for loops
2001-01-29 13:26:40 -02:00
lparser.h
`free' gets size of the block: complete control over memory use
2000-12-28 10:55:41 -02:00
lstate.c
new macros + new names to facilitate compilation of threaded version
2001-01-26 09:45:51 -02:00
lstate.h
new macros + new names to facilitate compilation of threaded version
2001-01-26 09:45:51 -02:00
lstring.c
all boxed types start with their tags
2001-01-29 17:34:02 -02:00
lstring.h
small changes in lstring
2001-01-10 15:41:50 -02:00
lstrlib.c
new macro pushliteral
2001-01-10 14:58:11 -02:00
ltable.c
all boxed types start with their tags
2001-01-29 17:34:02 -02:00
ltable.h
smaller tables for machines with 8-bit alignment
2001-01-29 15:17:26 -02:00
ltests.c
smaller tables for machines with 8-bit alignment
2001-01-29 15:17:26 -02:00
ltm.c
new macros + new names to facilitate compilation of threaded version
2001-01-26 09:45:51 -02:00
ltm.h
first implementation for type names
2001-01-25 14:45:36 -02:00
lua.c
new macros + new names to facilitate compilation of threaded version
2001-01-26 09:45:51 -02:00
lua.h
new macros + new names to facilitate compilation of threaded version
2001-01-26 09:45:51 -02:00
luadebug.h
all API functions are declared in a single line (to facilitate pre-processing).
2000-10-30 10:38:50 -02:00
lualib.h
some cleaning
2000-11-23 11:49:35 -02:00
lundump.c
no more END opcode
2001-01-15 14:13:24 -02:00
lundump.h
last changes by lhf.
2000-11-07 10:44:44 -02:00
lvm.c
smaller tables for machines with 8-bit alignment
2001-01-29 15:17:26 -02:00
lvm.h
new definition for types-tags
2000-10-05 09:14:08 -03:00
lzio.c
`lua.h' is included before any other Lua header file
2000-06-12 10:52:05 -03:00
lzio.h
more controled use of `sprintf'
2000-10-20 14:36:32 -02:00
makefile
details
2000-11-06 11:45:18 -02:00
manual.tex
small corrections
2001-01-29 17:33:55 -02:00