bugs
|
two new bugs in 4.0 :-( (both were already corrected in 5.0 :-)
|
2002-06-25 16:23:55 -03:00 |
lapi.c
|
no more `lua_getn' function
|
2002-06-26 16:28:44 -03:00 |
lapi.h
|
|
|
lauxlib.c
|
`newproxy' uses its own weaktable
|
2002-07-01 16:23:58 -03:00 |
lauxlib.h
|
`newproxy' uses its own weaktable
|
2002-07-01 16:23:58 -03:00 |
lbaselib.c
|
strings are always `strong' in weaktables
|
2002-07-04 14:58:02 -03:00 |
lcode.c
|
new fallback for equality `__eq'
|
2002-06-13 10:39:55 -03:00 |
lcode.h
|
details
|
2002-06-12 16:16:00 -03:00 |
ldblib.c
|
hook count is quadratic
|
2002-07-08 17:22:08 -03:00 |
ldebug.c
|
new interface for debug hooks
|
2002-07-08 15:21:33 -03:00 |
ldebug.h
|
hook count is quadratic
|
2002-07-08 17:22:08 -03:00 |
ldo.c
|
details
|
2002-07-09 15:19:19 -03:00 |
ldo.h
|
new interface for debug hooks
|
2002-07-08 15:21:33 -03:00 |
lfunc.c
|
first implementation of independent global table per function
|
2002-06-20 17:41:46 -03:00 |
lfunc.h
|
first implementation of independent global table per function
|
2002-06-20 17:41:46 -03:00 |
lgc.c
|
new interface for debug hooks
|
2002-07-08 15:21:33 -03:00 |
lgc.h
|
|
|
linit.c
|
|
|
liolib.c
|
details
|
2002-06-26 13:37:23 -03:00 |
llex.c
|
details to allow compilation of Lua as a single file
|
2002-07-08 15:14:36 -03:00 |
llex.h
|
|
|
llimits.h
|
hook count is quadratic
|
2002-07-08 17:22:08 -03:00 |
lmathlib.c
|
`^' operator is defined in registry.__pow
|
2002-06-24 10:54:13 -03:00 |
lmem.c
|
new protocol for error handling
|
2002-06-18 12:19:27 -03:00 |
lmem.h
|
|
|
lobject.c
|
new fallback for equality `__eq'
|
2002-06-13 10:39:55 -03:00 |
lobject.h
|
weak keys are removed only after finalization
|
2002-07-01 14:06:58 -03:00 |
lopcodes.c
|
new fallback __le (less equal), for partial order
|
2002-06-12 11:56:22 -03:00 |
lopcodes.h
|
new fallback __le (less equal), for partial order
|
2002-06-12 11:56:22 -03:00 |
lparser.c
|
new priority for and/or
|
2002-07-04 15:23:42 -03:00 |
lparser.h
|
|
|
lstate.c
|
new interface for debug hooks
|
2002-07-08 15:21:33 -03:00 |
lstate.h
|
hook count is quadratic
|
2002-07-08 17:22:08 -03:00 |
lstring.c
|
|
|
lstring.h
|
|
|
lstrlib.c
|
concat' goes to table' library
|
2002-06-26 16:28:08 -03:00 |
ltable.c
|
use of NaN as key breaks some invariants
|
2002-07-02 14:54:23 -03:00 |
ltable.h
|
|
|
ltablib.c
|
C++ warning
|
2002-07-08 13:51:20 -03:00 |
ltests.c
|
new macro `lua_isudataval' (for completude)
|
2002-07-09 11:58:28 -03:00 |
ltests.h
|
new macro to check conditions on expression macros
|
2002-06-13 10:45:31 -03:00 |
ltm.c
|
__weakmode' -> __mode'
|
2002-06-25 16:17:22 -03:00 |
ltm.h
|
weak keys are removed only after finalization
|
2002-07-01 14:06:58 -03:00 |
lua.c
|
details (temporary?)
|
2002-06-26 13:37:39 -03:00 |
lua.h
|
new macro `lua_isudataval' (for completude)
|
2002-07-09 11:58:28 -03:00 |
luadebug.h
|
hook count is quadratic
|
2002-07-08 17:22:08 -03:00 |
lualib.h
|
better tests (assertions) for debug hooks
|
2002-06-18 14:42:52 -03:00 |
lundump.c
|
avoid assignments to TObject access macros
|
2002-06-17 10:51:01 -03:00 |
lundump.h
|
new versions from lhf
|
2002-06-05 14:26:23 -03:00 |
lvm.c
|
hook count is quadratic
|
2002-07-08 17:22:08 -03:00 |
lvm.h
|
optimizations for gettable (temporary)
|
2002-07-05 15:27:39 -03:00 |
lzio.c
|
names & names
|
2002-06-06 09:40:22 -03:00 |
lzio.h
|
names & names
|
2002-06-06 09:40:22 -03:00 |
makefile
|
|
|
manual.tex
|
on the way to 5.0
|
2002-06-06 09:49:28 -03:00 |