bugs
|
bug: GC metamethod calls could mess C/Lua stack syncronization
|
2003-02-28 16:45:15 -03:00 |
lapi.c
|
out-of-bound upvalues (in C) are acceptable indices
|
2003-03-14 15:59:21 -03:00 |
lapi.h
|
`luaA_index' is a local macro now
|
2002-03-04 18:29:41 -03:00 |
lauxlib.c
|
`luaL_getmetafield' was leaving extra value on the stack
|
2003-03-18 15:48:31 -03:00 |
lauxlib.h
|
new auxiliary functions for `type' manipulation
|
2003-03-18 09:25:32 -03:00 |
lbaselib.c
|
loadstring/loadfile use global environment + setfenv(0) changes
|
2003-03-11 15:17:43 -03:00 |
lcode.c
|
avoid the identifier `index' (clashes with BSD `index' function)
|
2003-02-27 09:33:07 -03:00 |
lcode.h
|
OP_TFORLOOP uses extra stack space
|
2002-12-11 10:34:22 -02:00 |
ldblib.c
|
new names for functions that open C libraries
|
2003-03-11 09:24:34 -03:00 |
ldebug.c
|
name changes to avoid name collision between macros and variables
|
2003-03-18 09:50:04 -03:00 |
ldebug.h
|
new representation for hooks (to allow asynchronous calls to sethook)
|
2002-11-18 09:01:55 -02:00 |
ldo.c
|
bug: GC metamethod calls could mess C/Lua stack syncronization
|
2003-02-28 16:45:15 -03:00 |
ldo.h
|
new function `lua_cpcall'
|
2002-12-04 15:29:32 -02:00 |
ldump.c
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lfunc.c
|
name changes to avoid name collision between macros and variables
|
2003-03-18 09:50:04 -03:00 |
lfunc.h
|
name changes to avoid name collision between macros and variables
|
2003-03-18 09:50:04 -03:00 |
lgc.c
|
name changes to avoid name collision between macros and variables
|
2003-03-18 09:50:04 -03:00 |
lgc.h
|
bug: GC metamethod calls could mess C/Lua stack syncronization
|
2003-02-28 16:45:15 -03:00 |
linit.c
|
…
|
|
liolib.c
|
new auxiliary functions for `type' manipulation
|
2003-03-18 09:25:32 -03:00 |
llex.c
|
better error message for (deprecated) "%global"
|
2003-02-28 14:19:47 -03:00 |
llex.h
|
better error message for (deprecated) "%global"
|
2003-02-28 14:19:47 -03:00 |
llimits.h
|
details
|
2003-02-20 17:12:39 -03:00 |
lmathlib.c
|
^ operator is defined by global `__pow'
|
2003-03-11 09:30:37 -03:00 |
lmem.c
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
lmem.h
|
new way to handle errors
|
2002-05-01 17:48:12 -03:00 |
loadlib.c
|
tests for Windows version
|
2003-03-18 09:25:01 -03:00 |
lobject.c
|
small optimization for sizes of array constructors
|
2003-02-18 13:02:56 -03:00 |
lobject.h
|
name changes to avoid name collision between macros and variables
|
2003-03-18 09:50:04 -03:00 |
lopcodes.c
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
lopcodes.h
|
details
|
2002-08-21 15:56:33 -03:00 |
lparser.c
|
better error message for (deprecated) "%global"
|
2003-02-28 14:19:47 -03:00 |
lparser.h
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lstate.c
|
name changes to avoid name collision between macros and variables
|
2003-03-18 09:50:04 -03:00 |
lstate.h
|
no-nonsense debug information about tail calls
|
2003-02-27 08:52:30 -03:00 |
lstring.c
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
lstring.h
|
cleaning the stage for generational collection
|
2002-08-16 11:45:55 -03:00 |
lstrlib.c
|
`string.find' also accepts out-of-range indices
|
2003-03-14 15:59:53 -03:00 |
ltable.c
|
name changes to avoid name collision between macros and variables
|
2003-03-18 09:50:04 -03:00 |
ltable.h
|
name changes to avoid name collision between macros and variables
|
2003-03-18 09:50:04 -03:00 |
ltablib.c
|
new names for functions that open C libraries
|
2003-03-11 09:24:34 -03:00 |
ltests.c
|
new names for functions that open C libraries
|
2003-03-11 09:24:34 -03:00 |
ltests.h
|
new facilities to test memory overflow in main.c
|
2002-12-04 15:29:05 -02:00 |
ltm.c
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
ltm.h
|
back to `__mode' metafield to specify weakness
|
2002-11-14 10:01:35 -02:00 |
lua.c
|
`loadlib' now an official library
|
2003-03-17 10:01:48 -03:00 |
lua.h
|
detail (change place of a prototype)
|
2003-03-18 09:31:39 -03:00 |
lualib.h
|
detail
|
2003-03-18 09:24:26 -03:00 |
lundump.c
|
different variables for number of upvalues and size of upvalue array
|
2003-02-11 08:46:24 -02:00 |
lundump.h
|
dump/undump of upvalue names
|
2003-01-27 13:52:57 -02:00 |
lvm.c
|
^ operator is defined by global `__pow'
|
2003-03-11 09:30:37 -03:00 |
lvm.h
|
better code to signal write barriers
|
2002-11-14 14:16:21 -02:00 |
lzio.c
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
lzio.h
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
makefile
|
new options for debugging Lua (HARDSTACKTESTS & EXTERNMEMCHECK)
|
2002-12-06 15:20:45 -02:00 |