Go to file
Roberto Ierusalimschy f8509668dc details. 2001-02-14 15:38:45 -02:00
bugs ESC (which starts precompiled code) in C is \33, not \27 2001-02-06 11:59:29 -02:00
lapi.c more secure definition for lua_concat 2001-02-14 15:04:11 -02: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 `tostring' uses type names (when available) 2001-02-09 17:52:24 -02:00
lcode.c some compilers (wrongly) complain about that 2001-02-12 17:21:19 -02:00
lcode.h simpler implementation of for loops 2001-01-29 13:26:40 -02:00
ldblib.c details 2001-02-02 17:02:40 -02:00
ldebug.c checking consistency of jumps (and some other details) 2001-02-12 17:54:28 -02:00
ldebug.h checking consistency of jumps. 2001-02-12 17:54:50 -02:00
ldo.c new way to handle top x L->top 2001-02-07 16:13:49 -02:00
ldo.h new way to handle top x L->top 2001-02-07 16:13:49 -02:00
lfunc.c string pointers are always fully aligned 2001-02-09 18:22:29 -02:00
lfunc.h `free' gets size of the block: complete control over memory use 2000-12-28 10:55:41 -02:00
lgc.c new way to handle top x L->top 2001-02-07 16:13:49 -02: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 details 2001-02-09 18:29:33 -02:00
lmathlib.c details 2001-02-02 17:02:40 -02:00
lmem.c better use of extra include files (both for tests and for old_ansi) 2001-02-06 14:01:29 -02:00
lmem.h lock/unlock may use L + better structure for internal debug stuff 2001-02-02 13:13:05 -02:00
lobject.c lock/unlock may use L + better structure for internal debug stuff 2001-02-02 13:13:05 -02:00
lobject.h string pointers are always fully aligned 2001-02-09 18:22:29 -02:00
lopcodes.h no more END opcode 2001-01-15 14:13:24 -02:00
lparser.c details. 2001-02-14 15:38:45 -02:00
lparser.h `free' gets size of the block: complete control over memory use 2000-12-28 10:55:41 -02:00
lstate.c lock/unlock may use L + better structure for internal debug stuff 2001-02-02 13:13:05 -02:00
lstate.h lock/unlock may use L + better structure for internal debug stuff 2001-02-02 13:13:05 -02:00
lstring.c details 2001-02-09 18:29:33 -02:00
lstring.h string pointers are always fully aligned 2001-02-09 18:22:29 -02:00
lstrlib.c details 2001-02-02 17:02:40 -02:00
ltable.c no need for tags in boxed values :-( 2001-02-01 15:40:48 -02:00
ltable.h back to the basics (well-behaved variant record...) 2001-02-02 14:32:00 -02:00
ltests.c tests for string alignment 2001-02-13 14:52:01 -02:00
ltests.h better API checks 2001-02-12 13:42:44 -02:00
ltm.c string pointers are always fully aligned 2001-02-09 18:22:29 -02:00
ltm.h string pointers are always fully aligned 2001-02-09 18:22:29 -02:00
lua.c better way to handle multi-line input (with concat) 2001-02-14 15:19:01 -02:00
lua.h new semantics for pushuserdata (no more different userdatas with same value) 2001-02-09 17:53:16 -02: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 details 2001-02-12 11:04:19 -02: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