aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (unfollow)
Commit message (Expand)AuthorFilesLines
1998-01-19wrong line number (+1) in error report when file starts with "#..."Roberto Ierusalimschy1-0/+5
1998-01-19BUG: wrong line number (+1) in error report when file starts with "#..."Roberto Ierusalimschy1-4/+2
1998-01-19needs "stdlib.h" (calls "exit")Roberto Ierusalimschy1-1/+2
1998-01-19MAX_WORD should not be bigger than MAX_INTRoberto Ierusalimschy4-8/+26
1998-01-14module to load bytecodes from files.v3.1-alphaRoberto Ierusalimschy4-348/+299
1998-01-14detailsRoberto Ierusalimschy1-3/+3
1998-01-14"strcoll" may not exist in ond ansi machinesRoberto Ierusalimschy1-1/+6
1998-01-14we don't need a type "Word".Roberto Ierusalimschy1-5/+2
1998-01-13small optimizations (?)Roberto Ierusalimschy2-5/+10
1998-01-13detailsRoberto Ierusalimschy1-6/+6
1998-01-12new way to hanlde arg informationRoberto Ierusalimschy3-29/+21
1998-01-12we don't need a type "Word".Roberto Ierusalimschy1-3/+3
1998-01-09luaL_arg_check now is inlinedRoberto Ierusalimschy2-15/+21
1998-01-09detailsRoberto Ierusalimschy6-30/+27
1998-01-09small optimizations in switch orderRoberto Ierusalimschy6-35/+36
1998-01-07back to upavalues as extra arguments for C closures; this way it'sRoberto Ierusalimschy6-41/+45
1998-01-06detailsRoberto Ierusalimschy1-18/+21
1998-01-05detailsRoberto Ierusalimschy1-2/+2
1998-01-02reference manual of the Lua languageRoberto Ierusalimschy1-231/+360
1998-01-02LUA_COMPAT2.5 may use #ifdef instead of #ifRoberto Ierusalimschy5-17/+13
1997-12-30detailsRoberto Ierusalimschy1-5/+2
1997-12-30variants for "ARGS".Roberto Ierusalimschy3-5/+14
1997-12-30opctional "base" in "tonumber" convertion.Roberto Ierusalimschy1-6/+20
1997-12-29variant opcodes for PUSHSELFRoberto Ierusalimschy3-5/+17
1997-12-29new syntax possibilities: f(x).x, etc; on the other hand,Roberto Ierusalimschy1-42/+44
1997-12-28new syntax: f´s´ for f(´s´).Roberto Ierusalimschy1-1/+2
1997-12-26some details related to OLD_ANSIRoberto Ierusalimschy5-66/+79
1997-12-26"rand()", in SunOS, may return values bigger than "RAND_MAX"...Roberto Ierusalimschy1-2/+4
1997-12-23auxlib split in two parts (lauxlib and lbuffer)Roberto Ierusalimschy2-76/+5