summaryrefslogtreecommitdiff
path: root/lua.h (unfollow)
Commit message (Expand)AuthorFilesLines
1998-07-06double constant used in integer expressionRoberto Ierusalimschy1-2/+2
1998-07-01spellingRoberto Ierusalimschy1-2/+2
1998-06-29when debuging, blocks must be kept in double allignment.Roberto Ierusalimschy1-7/+10
1998-06-29functions should return explicit "nil"s.Roberto Ierusalimschy2-5/+11
1998-06-29detailRoberto Ierusalimschy1-3/+3
1998-06-25details (by lhf)Roberto Ierusalimschy2-28/+38
1998-06-25details in commentsRoberto Ierusalimschy1-12/+12
1998-06-24stupid bug (in syntax print "hello")Roberto Ierusalimschy1-1/+2
1998-06-24detailsRoberto Ierusalimschy2-7/+11
1998-06-19details (dependencies)Roberto Ierusalimschy1-2/+3
1998-06-19"dostring" accepts chunk name.Roberto Ierusalimschy4-22/+41
1998-06-19small corrections in commentsRoberto Ierusalimschy15-33/+33
1998-06-18sugestions by lhfRoberto Ierusalimschy1-208/+232
1998-06-18category for "setlocale" is given by nameRoberto Ierusalimschy1-3/+5
1998-06-18"findname" moved from lobject.c to lauxlib.c (so libraries may use it).Roberto Ierusalimschy6-23/+21
1998-06-18new version by lhfRoberto Ierusalimschy2-27/+32
1998-06-18detailsRoberto Ierusalimschy1-2/+2
1998-06-15"lua_dobuffer" gets an extra argument, with the chunk nameRoberto Ierusalimschy3-22/+24
1998-06-11details.Roberto Ierusalimschy2-3/+8
1998-06-06new copyright noticeRoberto Ierusalimschy2-70/+77
1998-06-06no more error for '\x' (with "invalid" x)Roberto Ierusalimschy1-9/+3
1998-06-05name: lua_pushCclosure -> lua_pushcclosure.Roberto Ierusalimschy4-9/+9
1998-06-02"read" more efficient when reading lines and whole files ('.*')Roberto Ierusalimschy1-50/+71
1998-06-02API for functions to manipulate global state.Roberto Ierusalimschy5-32/+98
1998-05-31'dobuffer' addpoted.Roberto Ierusalimschy1-5/+3
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