bugs
|
GC metamethod stored in a weak metatable being collected together with
|
2002-08-30 16:08:30 -03:00 |
lapi.c
|
easier to define api_check' using assert'
|
2002-09-20 14:01:24 -03:00 |
lapi.h
|
`luaA_index' is a local macro now
|
2002-03-04 18:29:41 -03:00 |
lauxlib.c
|
to avoid `strerror', define itself to something else;
|
2002-10-04 11:31:40 -03:00 |
lauxlib.h
|
`setmetatable' cannot change protected objects
|
2002-09-16 16:49:45 -03:00 |
lbaselib.c
|
`setmetatable' cannot change protected objects
|
2002-09-16 16:49:45 -03:00 |
lcode.c
|
details
|
2002-08-21 15:56:33 -03:00 |
lcode.h
|
details
|
2002-06-12 16:16:00 -03:00 |
ldblib.c
|
details
|
2002-09-16 16:18:01 -03:00 |
ldebug.c
|
no more newlines at the end of error messages
|
2002-09-05 16:45:42 -03:00 |
ldebug.h
|
new simetric format for ABC instructions, to avoid exchanging operands
|
2002-08-20 17:03:05 -03:00 |
ldo.c
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
ldo.h
|
avoid the use of "enum" in the API, as they do not have a fixed representation
|
2002-09-02 17:00:41 -03:00 |
lfunc.c
|
new structure for collectable objects, sharing a common header
|
2002-08-30 16:09:21 -03:00 |
lfunc.h
|
first implementation of independent global table per function
|
2002-06-20 17:41:46 -03:00 |
lgc.c
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lgc.h
|
new structure for collectable objects, sharing a common header
|
2002-08-30 16:09:21 -03:00 |
linit.c
|
obsolete module; not part of the oficial distribution
|
2000-08-09 11:50:13 -03:00 |
liolib.c
|
unification of __index & __gettable (and __newindex & __settable)
|
2002-09-19 17:12:47 -03:00 |
llex.c
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
llex.h
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
llimits.h
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lmathlib.c
|
detail
|
2002-08-14 17:10:33 -03:00 |
lmem.c
|
new ANSI C does not assure that realloc(p,0) == free(p)
|
2002-10-08 15:45:07 -03:00 |
lmem.h
|
new way to handle errors
|
2002-05-01 17:48:12 -03:00 |
lobject.c
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lobject.h
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lopcodes.c
|
new simetric format for ABC instructions, to avoid exchanging operands
|
2002-08-20 17:03:05 -03:00 |
lopcodes.h
|
details
|
2002-08-21 15:56:33 -03:00 |
lparser.c
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lparser.h
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lstate.c
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lstate.h
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lstring.c
|
new structure for collectable objects, sharing a common header
|
2002-08-30 16:09:21 -03:00 |
lstring.h
|
cleaning the stage for generational collection
|
2002-08-16 11:45:55 -03:00 |
lstrlib.c
|
`frontier' patterns
|
2002-08-23 16:45:24 -03:00 |
ltable.c
|
details
|
2002-09-02 16:54:49 -03:00 |
ltable.h
|
new `__newindex' eventfield
|
2002-05-27 17:35:40 -03:00 |
ltablib.c
|
detail
|
2002-10-04 11:30:31 -03:00 |
ltests.c
|
cannot raise memory error when realloc to smaller block
|
2002-09-05 16:57:08 -03:00 |
ltests.h
|
new ANSI C does not assure that realloc(p,0) == free(p)
|
2002-10-08 15:45:07 -03:00 |
ltm.c
|
unification of __index & __gettable (and __newindex & __settable)
|
2002-09-19 17:12:47 -03:00 |
ltm.h
|
unification of __index & __gettable (and __newindex & __settable)
|
2002-09-19 17:12:47 -03:00 |
lua.c
|
EXIT_SUCCESS may be different from 0
|
2002-09-20 10:32:56 -03:00 |
lua.h
|
avoid the use of "enum" in the API, as they do not have a fixed representation
|
2002-09-02 17:00:41 -03:00 |
lualib.h
|
LUA_ALERT is no longer used
|
2002-07-09 15:49:13 -03:00 |
lundump.c
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lundump.h
|
details
|
2002-08-12 10:37:19 -03:00 |
lvm.c
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lvm.h
|
(much) cleaner way to control function states
|
2002-08-07 16:22:39 -03:00 |
lzio.c
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
lzio.h
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
makefile
|
details
|
2002-08-16 17:02:13 -03:00 |
manual.tex
|
some corrections + angles in radians
|
2002-08-14 17:07:25 -03:00 |