Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new implementation of function "read", with predifined options. | Roberto Ierusalimschy | 1998-12-27 | 1 | -119/+147 | |
* | "strtod" is cleaner than "scanf" for this job. | Roberto Ierusalimschy | 1998-12-24 | 1 | -8/+11 | |
* | better error message | Roberto Ierusalimschy | 1998-12-23 | 2 | -6/+14 | |
* | "tonumber" goes crazy with negative numbers in other bases (not 10), | Roberto Ierusalimschy | 1998-12-18 | 2 | -2/+8 | |
* | details | Roberto Ierusalimschy | 1998-12-15 | 1 | -88/+63 | |
* | "print" uses fputs instead of printf (easier to reimplement). | Roberto Ierusalimschy | 1998-12-15 | 1 | -3/+4 | |
* | details (for regularity) | Roberto Ierusalimschy | 1998-12-15 | 4 | -29/+26 | |
* | small warnings | Roberto Ierusalimschy | 1998-12-03 | 4 | -9/+9 | |
* | NUMBER_FMT also may be predefined in makefile | Roberto Ierusalimschy | 1998-12-01 | 1 | -5/+2 | |
* | better behavior for "strsub" when indices are out-of-range | Roberto Ierusalimschy | 1998-12-01 | 1 | -10/+8 | |
* | new option "mode" in "readfrom", "writeto" and "appendto" (for | Roberto Ierusalimschy | 1998-11-20 | 2 | -9/+25 | |
* | new functions "getn" and "foreachi" | Roberto Ierusalimschy | 1998-11-13 | 1 | -53/+143 | |
* | small optimization in "sort" + new functions "getn" and "foreachi" | Roberto Ierusalimschy | 1998-11-13 | 1 | -33/+63 | |
* | bug: gsub/strfind do not check whether captures are properly finished. | Roberto Ierusalimschy | 1998-11-10 | 2 | -3/+10 | |
* | "_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 |