aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
1999-02-09new name for opcodeRoberto Ierusalimschy3-8/+8
1999-02-09new year for Copyright.Roberto Ierusalimschy1-3/+3
1999-02-09small corrections in opcodes.Roberto Ierusalimschy3-17/+30
1999-02-08assignment expression may be multipleRoberto Ierusalimschy3-35/+47
1999-02-08clearer way to set tables.Roberto Ierusalimschy5-45/+46
1999-02-08another (silly) debuging function.Roberto Ierusalimschy1-1/+7
1999-02-08userdata and strings are kept in separate stringtablesRoberto Ierusalimschy1-16/+17
1999-02-05Lua cannot have static variables.Roberto Ierusalimschy1-7/+13
1999-02-05lots of new stuff from 3.2Roberto Ierusalimschy1-69/+138
1999-02-05detailsRoberto Ierusalimschy1-22/+23
1999-02-04format "%s" may break limit of "sprintf" on some machines.Roberto Ierusalimschy2-9/+17
1999-02-04compile option EXTRALIB for builtin functions that can be written in Lua.Roberto Ierusalimschy2-14/+21
1999-02-04"errorim" now is _ERRORMESSAGE.Roberto Ierusalimschy1-4/+7
1999-02-04"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".Roberto Ierusalimschy10-56/+53
1999-02-04new dependenciesRoberto Ierusalimschy1-2/+3
1999-02-04new opcode for "long" arguments (3 bytes)Roberto Ierusalimschy3-119/+152
1999-02-03getlocal cannot return the local itself, since lua_isstring andRoberto Ierusalimschy2-4/+9
1999-02-03only parser uses MAX_WORDRoberto Ierusalimschy1-8/+1
1999-02-02new syntax: assignment expressions + better order for opcodesRoberto Ierusalimschy3-67/+111
1999-02-02opcodes with builtin parameters are too complicated for very little extraRoberto Ierusalimschy3-309/+96
1999-02-02"if" expression leaves only one of its expressions on the stackRoberto Ierusalimschy1-2/+5
1999-02-01"if" expressions.Roberto Ierusalimschy1-24/+31
1999-01-29negative numerals do not need a MINUSOPeration; go directly to contantRoberto Ierusalimschy1-44/+51
1999-01-26no need to define functions for macros...Roberto Ierusalimschy3-36/+5
1999-01-26detailsRoberto Ierusalimschy1-2/+2
1999-01-25luaH_set does the set and protect its value; luaH_move can then be aRoberto Ierusalimschy1-31/+16
1999-01-25luaH_set does the set, and protects its value, so luaH_move can be aRoberto Ierusalimschy1-4/+4
1999-01-25luaH_set does the set!Roberto Ierusalimschy1-13/+8
1999-01-25uses the same double hashing that is used for tablesRoberto Ierusalimschy1-12/+17
1999-01-25table entries with ref=null always have val=null too.Roberto Ierusalimschy3-32/+21
1999-01-22small optimizations(?)Roberto Ierusalimschy1-49/+36
1999-01-22C cannot initialize a struct.Roberto Ierusalimschy1-10/+10
1999-01-22"free" usually handles NULL; handle non ANSI case separately.Roberto Ierusalimschy1-1/+2
1999-01-22local names are all in the constant pool, so they do not need to beRoberto Ierusalimschy1-9/+2
1999-01-22"realloc" usually implements "malloc"; handle non ANSI case separately.Roberto Ierusalimschy1-23/+21
1999-01-21<string.h> is needed because of "memcpy".Roberto Ierusalimschy1-1/+2
1999-01-20small optimizationsRoberto Ierusalimschy1-9/+8
1999-01-15small optimization in getglobalRoberto Ierusalimschy1-18/+20
1999-01-15names...Roberto Ierusalimschy2-38/+24
1999-01-15new functions to manipulate C global variablesRoberto Ierusalimschy3-11/+51
1999-01-15GC can be called during parsing, if needed.Roberto Ierusalimschy2-31/+44
1999-01-15"getstack" returns func, too.Roberto Ierusalimschy1-1/+5
1999-01-13"%.16g" already formats integers as integers, so we do not need anRoberto Ierusalimschy1-12/+5
1999-01-13details (comments)Roberto Ierusalimschy2-8/+6
1999-01-12better precision when converting numbers to strings.Roberto Ierusalimschy1-2/+2
1999-01-11detailsRoberto Ierusalimschy1-4/+8
1999-01-11header missing.Roberto Ierusalimschy1-1/+2