bugs
|
ESC (which starts precompiled code) in C is \33, not \27
|
2001-02-06 11:59:29 -02:00 |
lapi.c
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lapi.h
|
new implementation for `next'
|
2000-08-31 11:08:27 -03:00 |
lauxlib.c
|
more secure definition for lua_concat
|
2001-02-14 15:04:11 -02:00 |
lauxlib.h
|
details
|
2001-02-02 17:02:40 -02:00 |
lbaselib.c
|
`dostring' now is safe to run binary code.
|
2001-02-20 15:29:54 -03:00 |
lcode.c
|
some compilers (wrongly) complain about that
|
2001-02-12 17:21:19 -02:00 |
lcode.h
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
ldblib.c
|
details
|
2001-02-02 17:02:40 -02:00 |
ldebug.c
|
code check for upvalues
|
2001-02-20 15:28:11 -03:00 |
ldebug.h
|
checking consistency of jumps.
|
2001-02-12 17:54:50 -02:00 |
ldo.c
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
ldo.h
|
new way to handle top x L->top
|
2001-02-07 16:13:49 -02:00 |
lfunc.c
|
code check for upvalues
|
2001-02-20 15:28:11 -03:00 |
lfunc.h
|
`free' gets size of the block: complete control over memory use
|
2000-12-28 10:55:41 -02:00 |
lgc.c
|
code check for upvalues
|
2001-02-20 15:28:11 -03:00 |
lgc.h
|
loop of 'dostring' may never reclaim memory
|
2001-02-02 14:23:20 -02:00 |
linit.c
|
obsolete module; not part of the oficial distribution
|
2000-08-09 11:50:13 -03:00 |
liolib.c
|
new semantics for pushuserdata
|
2001-02-09 17:52:54 -02:00 |
llex.c
|
string pointers are always fully aligned
|
2001-02-09 18:22:29 -02:00 |
llex.h
|
tighter size for error buffers
|
2001-01-10 14:40:56 -02:00 |
llimits.h
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lmathlib.c
|
details
|
2001-02-02 17:02:40 -02:00 |
lmem.c
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lmem.h
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lobject.c
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lobject.h
|
code check for upvalues
|
2001-02-20 15:28:11 -03:00 |
lopcodes.h
|
no more END opcode
|
2001-01-15 14:13:24 -02:00 |
lparser.c
|
code check for upvalues
|
2001-02-20 15:28:11 -03:00 |
lparser.h
|
code check for upvalues
|
2001-02-20 15:28:11 -03:00 |
lstate.c
|
lock/unlock may use L + better structure for internal debug stuff
|
2001-02-02 13:13:05 -02:00 |
lstate.h
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lstring.c
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lstring.h
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lstrlib.c
|
details
|
2001-02-02 17:02:40 -02:00 |
ltable.c
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
ltable.h
|
back to the basics (well-behaved variant record...)
|
2001-02-02 14:32:00 -02:00 |
ltests.c
|
small bug in testing (pushuserdata needs some memory to work...)
|
2001-02-21 13:51:25 -03:00 |
ltests.h
|
better API checks
|
2001-02-12 13:42:44 -02:00 |
ltm.c
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
ltm.h
|
string pointers are always fully aligned
|
2001-02-09 18:22:29 -02:00 |
lua.c
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lua.h
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
luadebug.h
|
all API functions are declared in a single line (to facilitate pre-processing).
|
2000-10-30 10:38:50 -02:00 |
lualib.h
|
some cleaning
|
2000-11-23 11:49:35 -02:00 |
lundump.c
|
no more END opcode
|
2001-01-15 14:13:24 -02:00 |
lundump.h
|
last changes by lhf.
|
2000-11-07 10:44:44 -02:00 |
lvm.c
|
better separation between basic types
|
2001-02-20 15:15:33 -03:00 |
lvm.h
|
new way to handle top x L->top
|
2001-02-07 16:13:49 -02:00 |
lzio.c
|
`lua.h' is included before any other Lua header file
|
2000-06-12 10:52:05 -03:00 |
lzio.h
|
more controled use of `sprintf'
|
2000-10-20 14:36:32 -02:00 |
makefile
|
details
|
2000-11-06 11:45:18 -02:00 |
manual.tex
|
`assert' returns its first argument
|
2001-01-31 17:53:01 -02:00 |