Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "_TRIGMODE" was still being declared. | Roberto Ierusalimschy | 1998-09-08 | 1 | -2/+1 |
* | function "luaL_argerror" prints wrong argument number (from a user's point | Roberto Ierusalimschy | 1998-09-07 | 3 | -9/+17 |
* | new function "lua_nups" (number of upvalues). | Roberto Ierusalimschy | 1998-09-07 | 2 | -2/+9 |
* | details. | Roberto Ierusalimschy | 1998-08-30 | 1 | -2/+4 |
* | "lua_state" is already declared in lua.h, which is included here. | Roberto Ierusalimschy | 1998-08-30 | 1 | -4/+1 |
* | new functions "seek" and "flush". | Roberto Ierusalimschy | 1998-08-24 | 2 | -44/+107 |
* | new implementation for error handling: on error, function _ERRORMESSAGE | Roberto Ierusalimschy | 1998-08-21 | 8 | -136/+133 |
* | small bug: nuse may change when table is rehashed; | Roberto Ierusalimschy | 1998-08-11 | 1 | -11/+10 |
* | better error message for code too long (old one was misleading when the | Roberto Ierusalimschy | 1998-08-11 | 1 | -2/+3 |
* | hash tables may shrink if use rate is too small. | Roberto Ierusalimschy | 1998-08-10 | 2 | -14/+6 |
* | new hash function. | Roberto Ierusalimschy | 1998-07-27 | 1 | -3/+3 |
* | details ("luaX_token2str" doesn't need LexState) | Roberto Ierusalimschy | 1998-07-24 | 3 | -8/+8 |
* | new function "sort" + many small changes | Roberto Ierusalimschy | 1998-07-12 | 3 | -61/+142 |
* | small changes to use new auxiliar functions | Roberto Ierusalimschy | 1998-07-12 | 1 | -7/+3 |
* | auxiliar functions "luaH_setint" & "luaH_getint". | Roberto Ierusalimschy | 1998-07-12 | 2 | -3/+23 |
* | auxiliar function "luaD_calln". | Roberto Ierusalimschy | 1998-07-12 | 2 | -5/+9 |
* | "%q" can handle strings with '\0'. | Roberto Ierusalimschy | 1998-07-12 | 1 | -8/+15 |
* | macro encapsulates de "-". | Roberto Ierusalimschy | 1998-07-12 | 1 | -1/+4 |
* | "fileName" cannot be NULL | Roberto Ierusalimschy | 1998-07-12 | 1 | -3/+2 |
* | "exp" changed to "exp0" to avoid problems with math.h.v3.1 | Roberto Ierusalimschy | 1998-07-06 | 1 | -9/+9 |
* | double constant used in integer expression | Roberto Ierusalimschy | 1998-07-06 | 1 | -2/+2 |
* | spelling | Roberto Ierusalimschy | 1998-07-01 | 1 | -2/+2 |
* | when debuging, blocks must be kept in double allignment. | Roberto Ierusalimschy | 1998-06-29 | 1 | -7/+10 |
* | functions should return explicit "nil"s. | Roberto Ierusalimschy | 1998-06-29 | 2 | -5/+11 |
* | detail | Roberto Ierusalimschy | 1998-06-29 | 1 | -3/+3 |
* | details (by lhf) | Roberto Ierusalimschy | 1998-06-25 | 2 | -28/+38 |
* | details in comments | Roberto Ierusalimschy | 1998-06-25 | 1 | -12/+12 |
* | stupid bug (in syntax print "hello") | Roberto Ierusalimschy | 1998-06-24 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 1998-06-24 | 2 | -7/+11 |
* | details (dependencies) | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+3 |
* | "dostring" accepts chunk name. | Roberto Ierusalimschy | 1998-06-19 | 4 | -22/+41 |
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 15 | -33/+33 |
* | sugestions by lhf | Roberto Ierusalimschy | 1998-06-18 | 1 | -208/+232 |
* | category for "setlocale" is given by name | Roberto Ierusalimschy | 1998-06-18 | 1 | -3/+5 |
* | "findname" moved from lobject.c to lauxlib.c (so libraries may use it). | Roberto Ierusalimschy | 1998-06-18 | 6 | -23/+21 |
* | new version by lhf | Roberto Ierusalimschy | 1998-06-18 | 2 | -27/+32 |
* | details | Roberto Ierusalimschy | 1998-06-18 | 1 | -2/+2 |
* | "lua_dobuffer" gets an extra argument, with the chunk name | Roberto Ierusalimschy | 1998-06-15 | 3 | -22/+24 |
* | details. | Roberto Ierusalimschy | 1998-06-11 | 2 | -3/+8 |
* | new copyright notice | Roberto Ierusalimschy | 1998-06-06 | 2 | -70/+77 |
* | no more error for '\x' (with "invalid" x) | Roberto Ierusalimschy | 1998-06-06 | 1 | -9/+3 |
* | name: lua_pushCclosure -> lua_pushcclosure. | Roberto Ierusalimschy | 1998-06-05 | 4 | -9/+9 |
* | "read" more efficient when reading lines and whole files ('.*') | Roberto Ierusalimschy | 1998-06-02 | 1 | -50/+71 |
* | API for functions to manipulate global state. | Roberto Ierusalimschy | 1998-06-02 | 5 | -32/+98 |
* | 'dobuffer' addpoted. | Roberto Ierusalimschy | 1998-05-31 | 1 | -5/+3 |
* | new names for 'ascii' ('strbyte') and 'int2str' ('strchar') | Roberto Ierusalimschy | 1998-05-31 | 1 | -8/+11 |
* | 'print' now calls 'tostring' | Roberto Ierusalimschy | 1998-05-31 | 1 | -23/+30 |
* | better error message when '^' is not defined. | Roberto Ierusalimschy | 1998-05-31 | 1 | -2/+2 |
* | new functions "frexp" and "ldexp" | Roberto Ierusalimschy | 1998-05-27 | 2 | -6/+20 |
* | NEW LL(1) PARSER | Roberto Ierusalimschy | 1998-05-27 | 6 | -1025/+1442 |