bugs
|
ESC (which starts precompiled code) in C is \33, not \27
|
24 years ago |
lapi.c
|
new semantics for pushuserdata (no more different userdatas with same value)
|
24 years ago |
lapi.h
|
new implementation for `next'
|
25 years ago |
lauxlib.c
|
details
|
24 years ago |
lauxlib.h
|
details
|
24 years ago |
lbaselib.c
|
`tostring' uses type names (when available)
|
24 years ago |
lcode.c
|
warnings from Visual C
|
24 years ago |
lcode.h
|
simpler implementation of for loops
|
24 years ago |
ldblib.c
|
details
|
24 years ago |
ldebug.c
|
first version of code verification
|
24 years ago |
ldebug.h
|
first version of code verification
|
24 years ago |
ldo.c
|
new way to handle top x L->top
|
24 years ago |
ldo.h
|
new way to handle top x L->top
|
24 years ago |
lfunc.c
|
no need for tags in boxed values :-(
|
24 years ago |
lfunc.h
|
`free' gets size of the block: complete control over memory use
|
24 years ago |
lgc.c
|
new way to handle top x L->top
|
24 years ago |
lgc.h
|
loop of 'dostring' may never reclaim memory
|
24 years ago |
linit.c
|
obsolete module; not part of the oficial distribution
|
25 years ago |
liolib.c
|
new semantics for pushuserdata
|
24 years ago |
llex.c
|
thead-specific state separated from "global" state
|
24 years ago |
llex.h
|
tighter size for error buffers
|
24 years ago |
llimits.h
|
lua_Number defined in lua.h (1st version)
|
24 years ago |
lmathlib.c
|
details
|
24 years ago |
lmem.c
|
better use of extra include files (both for tests and for old_ansi)
|
24 years ago |
lmem.h
|
lock/unlock may use L + better structure for internal debug stuff
|
24 years ago |
lobject.c
|
lock/unlock may use L + better structure for internal debug stuff
|
24 years ago |
lobject.h
|
back to the basics (well-behaved variant record...)
|
24 years ago |
lopcodes.h
|
no more END opcode
|
24 years ago |
lparser.c
|
first version of code verification
|
24 years ago |
lparser.h
|
`free' gets size of the block: complete control over memory use
|
24 years ago |
lstate.c
|
lock/unlock may use L + better structure for internal debug stuff
|
24 years ago |
lstate.h
|
lock/unlock may use L + better structure for internal debug stuff
|
24 years ago |
lstring.c
|
new semantics for pushuserdata (no more different userdatas with same value)
|
24 years ago |
lstring.h
|
new semantics for pushuserdata (no more different userdatas with same value)
|
24 years ago |
lstrlib.c
|
details
|
24 years ago |
ltable.c
|
no need for tags in boxed values :-(
|
24 years ago |
ltable.h
|
back to the basics (well-behaved variant record...)
|
24 years ago |
ltests.c
|
new semantics for pushuserdata (no more different userdatas with same value)
|
24 years ago |
ltests.h
|
easier to add new initialization functions
|
24 years ago |
ltm.c
|
lock/unlock may use L + better structure for internal debug stuff
|
24 years ago |
ltm.h
|
first implementation for type names
|
24 years ago |
lua.c
|
easier to add new initialization functions
|
24 years ago |
lua.h
|
new semantics for pushuserdata (no more different userdatas with same value)
|
24 years ago |
luadebug.h
|
all API functions are declared in a single line (to facilitate pre-processing).
|
24 years ago |
lualib.h
|
some cleaning
|
24 years ago |
lundump.c
|
no more END opcode
|
24 years ago |
lundump.h
|
last changes by lhf.
|
24 years ago |
lvm.c
|
details
|
24 years ago |
lvm.h
|
new way to handle top x L->top
|
24 years ago |
lzio.c
|
`lua.h' is included before any other Lua header file
|
25 years ago |
lzio.h
|
more controled use of `sprintf'
|
24 years ago |
makefile
|
details
|
24 years ago |
manual.tex
|
`assert' returns its first argument
|
24 years ago |