| Commit message (Expand) | Author | Age | Files | Lines |
* | header missing. | Roberto Ierusalimschy | 1999-01-11 | 1 | -1/+2 |
* | initialization module (to load libraries) | Roberto Ierusalimschy | 1999-01-08 | 1 | -0/+17 |
* | new library for debbuging | Roberto Ierusalimschy | 1999-01-08 | 4 | -11/+228 |
* | when handling signals (^C), deep old hook values. | Roberto Ierusalimschy | 1999-01-06 | 1 | -3/+9 |
* | "goto" for tail recursion changed to "while" | Roberto Ierusalimschy | 1999-01-04 | 1 | -14/+13 |
* | double hashing for string tables. | Roberto Ierusalimschy | 1999-01-04 | 1 | -57/+40 |
* | small improvements. | Roberto Ierusalimschy | 1999-01-04 | 2 | -6/+6 |
* | new sort algorithm. | Roberto Ierusalimschy | 1999-01-04 | 1 | -54/+66 |
* | function "move" for tables is better implemented with some "inside | Roberto Ierusalimschy | 1999-01-04 | 2 | -2/+13 |
* | bug: "format" does not check size of format item (such as "%00000...00000d"). | Roberto Ierusalimschy | 1999-01-04 | 2 | -39/+36 |
* | comments | Roberto Ierusalimschy | 1999-01-04 | 2 | -17/+42 |
* | donĀ“t need the "+1", the "%" is enough to garantee r<1. | Roberto Ierusalimschy | 1998-12-30 | 1 | -4/+4 |
* | details ("settable") | Roberto Ierusalimschy | 1998-12-30 | 3 | -43/+50 |
* | new option for function "random": random(a,b) returns a<=x<=b | Roberto Ierusalimschy | 1998-12-30 | 1 | -9/+15 |
* | new functions "tinsert" and "tremove" | Roberto Ierusalimschy | 1998-12-30 | 3 | -13/+49 |
* | tables are better manipulated via "Hash *" instead of "TObject" or | Roberto Ierusalimschy | 1998-12-30 | 3 | -39/+43 |
* | to avoid warnings about "typecast" (Visual C++) | Roberto Ierusalimschy | 1998-12-28 | 10 | -75/+75 |
* | new function "luaO_str2d" to convert strings to numbers, because | Roberto Ierusalimschy | 1998-12-27 | 4 | -76/+108 |
* | format for double is always "%g", do not need #defines | Roberto Ierusalimschy | 1998-12-27 | 1 | -4/+3 |
* | reorder and rename of most functions, for better documentation. | Roberto Ierusalimschy | 1998-12-27 | 1 | -261/+312 |
* | 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 |