bugs
|
GC metamethod stored in a weak metatable being collected together with
|
23 years ago |
lapi.c
|
easier to define `api_check' using `assert'
|
22 years ago |
lapi.h
|
`luaA_index' is a local macro now
|
23 years ago |
lauxlib.c
|
to avoid `strerror', define itself to something else;
|
22 years ago |
lauxlib.h
|
`setmetatable' cannot change protected objects
|
22 years ago |
lbaselib.c
|
`setmetatable' cannot change protected objects
|
22 years ago |
lcode.c
|
details
|
23 years ago |
lcode.h
|
details
|
23 years ago |
ldblib.c
|
details
|
22 years ago |
ldebug.c
|
no more newlines at the end of error messages
|
22 years ago |
ldebug.h
|
new simetric format for ABC instructions, to avoid exchanging operands
|
23 years ago |
ldo.c
|
`undump' also uses private buffer
|
22 years ago |
ldo.h
|
avoid the use of "enum" in the API, as they do not have a fixed representation
|
23 years ago |
lfunc.c
|
new structure for collectable objects, sharing a common header
|
23 years ago |
lfunc.h
|
first implementation of independent global table per function
|
23 years ago |
lgc.c
|
use of different buffers for scanner and concatenation
|
22 years ago |
lgc.h
|
new structure for collectable objects, sharing a common header
|
23 years ago |
linit.c
|
obsolete module; not part of the oficial distribution
|
25 years ago |
liolib.c
|
io.lines() iterate over the standard input file
|
22 years ago |
llex.c
|
details
|
22 years ago |
llex.h
|
use of different buffers for scanner and concatenation
|
22 years ago |
llimits.h
|
use of different buffers for scanner and concatenation
|
22 years ago |
lmathlib.c
|
detail
|
23 years ago |
lmem.c
|
new ANSI C does not assure that realloc(p,0) == free(p)
|
22 years ago |
lmem.h
|
new way to handle errors
|
23 years ago |
lobject.c
|
use of different buffers for scanner and concatenation
|
22 years ago |
lobject.h
|
use of different buffers for scanner and concatenation
|
22 years ago |
lopcodes.c
|
new simetric format for ABC instructions, to avoid exchanging operands
|
23 years ago |
lopcodes.h
|
details
|
23 years ago |
lparser.c
|
use of different buffers for scanner and concatenation
|
22 years ago |
lparser.h
|
use of different buffers for scanner and concatenation
|
22 years ago |
lstate.c
|
use of different buffers for scanner and concatenation
|
22 years ago |
lstate.h
|
use of different buffers for scanner and concatenation
|
22 years ago |
lstring.c
|
new structure for collectable objects, sharing a common header
|
23 years ago |
lstring.h
|
cleaning the stage for generational collection
|
23 years ago |
lstrlib.c
|
`frontier' patterns
|
23 years ago |
ltable.c
|
details
|
23 years ago |
ltable.h
|
new `__newindex' eventfield
|
23 years ago |
ltablib.c
|
detail
|
22 years ago |
ltests.c
|
cannot raise memory error when realloc to smaller block
|
22 years ago |
ltests.h
|
new ANSI C does not assure that realloc(p,0) == free(p)
|
22 years ago |
ltm.c
|
unification of __index & __gettable (and __newindex & __settable)
|
22 years ago |
ltm.h
|
unification of __index & __gettable (and __newindex & __settable)
|
22 years ago |
lua.c
|
EXIT_SUCCESS may be different from 0
|
22 years ago |
lua.h
|
avoid the use of "enum" in the API, as they do not have a fixed representation
|
23 years ago |
lualib.h
|
LUA_ALERT is no longer used
|
23 years ago |
lundump.c
|
`undump' also uses private buffer
|
22 years ago |
lundump.h
|
`undump' also uses private buffer
|
22 years ago |
lvm.c
|
use of different buffers for scanner and concatenation
|
22 years ago |
lvm.h
|
(much) cleaner way to control function states
|
23 years ago |
lzio.c
|
use of different buffers for scanner and concatenation
|
22 years ago |
lzio.h
|
use of different buffers for scanner and concatenation
|
22 years ago |
makefile
|
details
|
23 years ago |
manual.tex
|
some corrections + angles in radians
|
23 years ago |