bugs
|
entry for new version (4.0a)
|
2000-04-25 13:45:39 -03:00 |
lapi.c
|
no more `seterrormethod' function
|
2000-04-17 16:23:12 -03:00 |
lapi.h
|
no more special cases for closures with 0 upvalues (performance is the same,
|
2000-03-29 17:19:20 -03:00 |
lauxlib.c
|
new names for debug types
|
2000-03-30 14:19:48 -03:00 |
lauxlib.h
|
…
|
|
lbuffer.c
|
…
|
|
lbuiltin.c
|
small optimizations for table access
|
2000-04-25 13:55:09 -03:00 |
lbuiltin.h
|
no more `seterrormethod' function
|
2000-04-17 16:23:12 -03:00 |
lcode.c
|
details
|
2000-04-19 10:41:37 -03:00 |
lcode.h
|
comment
|
2000-04-12 15:47:03 -03:00 |
ldblib.c
|
functions must return explicit `nil' on failure
|
2000-04-14 14:44:20 -03:00 |
ldebug.c
|
name change
|
2000-03-30 17:55:50 -03:00 |
ldebug.h
|
…
|
|
ldo.c
|
code redistribution
|
2000-04-14 15:12:35 -03:00 |
ldo.h
|
code redistribution
|
2000-04-14 15:12:35 -03:00 |
lfunc.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
2000-03-29 17:19:20 -03:00 |
lfunc.h
|
…
|
|
lgc.c
|
code redistribution
|
2000-04-14 15:12:35 -03:00 |
lgc.h
|
…
|
|
linit.c
|
…
|
|
liolib.c
|
more uniform names
|
2000-04-24 18:05:11 -03:00 |
llex.c
|
first implementation of FOR
|
2000-04-12 15:57:19 -03:00 |
llex.h
|
first implementation of FOR
|
2000-04-12 15:57:19 -03:00 |
llimits.h
|
IntPoint does not need L
|
2000-04-26 10:43:25 -03:00 |
lmathlib.c
|
…
|
|
lmem.c
|
more information about memory use
|
2000-03-16 17:35:07 -03:00 |
lmem.h
|
more information about memory use
|
2000-03-16 17:35:07 -03:00 |
lobject.c
|
"conceptual" bug
|
2000-04-26 10:43:10 -03:00 |
lobject.h
|
small optimizations for table access
|
2000-04-25 13:55:09 -03:00 |
lopcodes.h
|
[C++ Warning]: W8084 Suggest parentheses to clarify precedence.
|
2000-04-27 14:39:15 -03:00 |
lparser.c
|
[C++ Warning] lparser.c(326): W8066 Unreachable code.
|
2000-04-27 14:39:56 -03:00 |
lparser.h
|
new optimization: jumps to jumps
|
2000-04-06 14:36:52 -03:00 |
lref.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
2000-03-29 17:19:20 -03:00 |
lref.h
|
…
|
|
lstate.c
|
details.
|
2000-03-31 13:28:45 -03:00 |
lstate.h
|
new names for debug types
|
2000-03-30 14:19:48 -03:00 |
lstring.c
|
…
|
|
lstring.h
|
…
|
|
lstrlib.c
|
…
|
|
ltable.c
|
small optimizations for table access
|
2000-04-25 13:55:09 -03:00 |
ltable.h
|
small optimizations for table access
|
2000-04-25 13:55:09 -03:00 |
ltests.c
|
optimization for SETLOCAL was too specific.
|
2000-04-14 14:46:15 -03:00 |
ltm.c
|
`luaT_validevent' is exported, because compatibility module for fallbacks
|
2000-03-30 13:41:51 -03:00 |
ltm.h
|
`luaT_validevent' is exported, because compatibility module for fallbacks
|
2000-03-30 13:41:51 -03:00 |
lua.c
|
new function `getargs'
|
2000-04-14 14:46:29 -03:00 |
lua.h
|
no more `seterrormethod' function
|
2000-04-17 16:23:12 -03:00 |
luadebug.h
|
new names for debug types
|
2000-03-30 14:19:48 -03:00 |
lualib.h
|
…
|
|
lundump.c
|
final version (by lhf)
|
2000-04-25 13:44:31 -03:00 |
lundump.h
|
final version (by lhf)
|
2000-04-25 13:44:31 -03:00 |
lvm.c
|
no more `register' declarations: leave it to the compiler.
|
2000-04-19 10:36:25 -03:00 |
lvm.h
|
no more `register' declarations: leave it to the compiler.
|
2000-04-19 10:36:25 -03:00 |
lzio.c
|
…
|
|
lzio.h
|
…
|
|
makefile
|
more uniform names
|
2000-04-24 18:05:11 -03:00 |
manual.tex
|
using new constructs (for & break) in the examples and code fragments
|
2000-04-17 16:23:48 -03:00 |