aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
1998-05-31new names for 'ascii' ('strbyte') and 'int2str' ('strchar')Roberto Ierusalimschy1-8/+11
1998-05-31'print' now calls 'tostring'Roberto Ierusalimschy1-23/+30
1998-05-31better error message when '^' is not defined.Roberto Ierusalimschy1-2/+2
1998-05-27new functions "frexp" and "ldexp"Roberto Ierusalimschy2-6/+20
1998-05-27NEW LL(1) PARSERRoberto Ierusalimschy6-1025/+1442
1998-05-20new function "clock"Roberto Ierusalimschy2-4/+15
1998-05-18number type in Lua changed for double (by default).Roberto Ierusalimschy4-9/+12
1998-05-18arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.Roberto Ierusalimschy2-3/+9
1998-04-02details (format for html)Roberto Ierusalimschy1-3/+4
1998-03-30many small corrections; strings with '\0'Roberto Ierusalimschy1-148/+265
1998-03-30words are stored in hi-lo order (easier to print)Roberto Ierusalimschy2-5/+5
1998-03-26changes by lhfRoberto Ierusalimschy2-150/+143
1998-03-25opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant)Roberto Ierusalimschy3-13/+13
1998-03-24pattern-matching support for '\0'.Roberto Ierusalimschy2-43/+68
1998-03-20details (and new escape sequences: \a, \b, ...)Roberto Ierusalimschy1-5/+10
1998-03-11detailsRoberto Ierusalimschy3-9/+9
1998-03-09better use of "ASSERT".Roberto Ierusalimschy9-19/+34
1998-03-09BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty).Roberto Ierusalimschy2-3/+7
1998-03-09correct way to handle string delimitersRoberto Ierusalimschy1-7/+5
1998-03-06new names for "lua_pushlstr" and "lua_getstrlen"Roberto Ierusalimschy5-16/+16
1998-03-06support for strings with '\0'Roberto Ierusalimschy14-156/+236
1998-02-12"settag" returns its first argument.Roberto Ierusalimschy1-1/+2
1998-02-12usefull macros also available as functionsRoberto Ierusalimschy3-5/+33
1998-02-11implementation of numerical escape sequences in strings ("\12");Roberto Ierusalimschy1-20/+41
1998-02-11better error messages for wrong tokensRoberto Ierusalimschy1-2/+1
1998-02-11interrupts lua loops with "^C" (via signals)Roberto Ierusalimschy1-6/+40
1998-01-29put back quotes (") when string in dostring ends with a \nRoberto Ierusalimschy1-2/+5
1998-01-28"volatile is the only reliable way to ensure that a local variableRoberto Ierusalimschy1-6/+6
1998-01-28tables can become full of "emptys" slots, and keep growing without limits.Roberto Ierusalimschy3-26/+47
1998-01-27details in "dostring" identificationRoberto Ierusalimschy1-2/+2
1998-01-27BUG: "lua_getstring" may create a new string, so should check GCRoberto Ierusalimschy2-1/+8
1998-01-27bug: format size limits with little problemsRoberto Ierusalimschy2-4/+10
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