Go to file
Roberto Ierusalimschy 1088cde03c easier way to change type Number 2000-10-03 11:03:21 -03:00
bugs bug: parser overwrites semantic information when looking ahead 2000-09-27 14:41:58 -03:00
lapi.c new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
lapi.h new implementation for `next' 2000-08-31 11:08:27 -03:00
lauxlib.c new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
lauxlib.h new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
lbaselib.c new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
lcode.c new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lcode.h better code for unary/binary operators 2000-08-09 11:49:13 -03:00
ldblib.c new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
ldebug.c new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
ldebug.h new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
ldo.c new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
ldo.h new version of protected execution 2000-09-25 13:22:42 -03:00
lfunc.c new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lfunc.h new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lgc.c new API for garbage collector 2000-10-02 11:47:43 -03: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 new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
llex.c bug: parser overwrites semantic information when looking ahead 2000-09-27 14:41:58 -03:00
llex.h bug: parser overwrites semantic information when looking ahead 2000-09-27 14:41:58 -03:00
llimits.h easier way to change type Number 2000-10-03 11:03:21 -03:00
lmathlib.c new API functions `pop', `insert', and `move' 2000-08-31 17:23:40 -03:00
lmem.c default now is multi-state 2000-08-09 16:16:57 -03:00
lmem.h (much) better handling of memory alloction errors 2000-08-07 15:39:16 -03:00
lobject.c no more `proprietary' convertion algorithm (too complex) 2000-10-03 11:03:21 -03:00
lobject.h new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
lopcodes.h better definitions for MULTRET 2000-08-29 11:48:16 -03:00
lparser.c new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lparser.h new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lstate.c new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lstate.h new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lstring.c new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lstring.h new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
lstrlib.c new API function lua_rawget 2000-09-14 11:09:31 -03:00
ltable.c new way to count `nblocks' for GC (try to count bytes). 2000-09-29 09:42:13 -03:00
ltable.h new implementation for `next' 2000-08-31 11:08:27 -03:00
ltests.c new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
ltm.c new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
ltm.h new version for API 2000-09-05 16:33:32 -03:00
lua.c lua_state (now called `L') should not be global 2000-09-25 13:15:52 -03:00
lua.h new API function `lua_type' + new type lua_Type 2000-10-02 17:10:55 -03:00
luadebug.h better name for source_id (short_src) 2000-09-12 15:38:02 -03:00
lualib.h _ALERT is used (and assumed) only by the libs 2000-09-12 10:46:59 -03:00
lundump.c by lhf 2000-09-21 11:18:43 -03:00
lundump.h changes by lhf 2000-09-18 16:42:05 -03:00
lvm.c easier way to change type Number 2000-10-03 11:03:21 -03:00
lvm.h new version for API 2000-09-05 16:33:32 -03:00
lzio.c `lua.h' is included before any other Lua header file 2000-06-12 10:52:05 -03:00
lzio.h code cleaner for 16 bits. 2000-05-24 10:54:49 -03:00
makefile final version for 4.0 beta 2000-09-18 16:46:37 -03:00
manual.tex Tochange 2000-09-20 14:21:20 -03:00