Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | luaI_type moved to fallback.c | Roberto Ierusalimschy | 1997-03-20 | 1 | -29/+1 | |
* | setmethods should return old methods. | Roberto Ierusalimschy | 1997-03-19 | 1 | -1/+3 | |
* | first full implementation of internal methods | Roberto Ierusalimschy | 1997-03-19 | 11 | -251/+404 | |
* | new header 'auxlib.h' + new function luaL_verror | Roberto Ierusalimschy | 1997-03-18 | 6 | -36/+41 | |
* | new header for auxiliar functions. | Roberto Ierusalimschy | 1997-03-18 | 1 | -0/+23 | |
* | new module 'auxlib' centralizes functions to get/check parameters. | Roberto Ierusalimschy | 1997-03-17 | 8 | -157/+146 | |
* | "tag" changed to "ttype" (since now tag has other meaning) | Roberto Ierusalimschy | 1997-03-11 | 7 | -116/+119 | |
* | new explanation about communication between Lua and C. | Roberto Ierusalimschy | 1997-03-06 | 1 | -546/+158 | |
* | new form for constructors: {[exp] = exp, ...} | Roberto Ierusalimschy | 1997-03-06 | 3 | -32/+38 | |
* | atualization of #include dependencies. | Roberto Ierusalimschy | 1997-03-05 | 1 | -22/+26 | |
* | skips can be nested (why not?). | Roberto Ierusalimschy | 1997-03-05 | 1 | -3/+9 | |
* | "mem.c.debug" incorporated (with "#if"). | Roberto Ierusalimschy | 1997-03-03 | 1 | -1/+102 | |
* | first step in implementing internal methods. | Roberto Ierusalimschy | 1997-02-26 | 10 | -233/+438 | |
* | small correction. | Roberto Ierusalimschy | 1997-02-26 | 1 | -4/+6 | |
* | new pattern item ".-"; | Roberto Ierusalimschy | 1997-02-21 | 1 | -10/+22 | |
* | new facilities for pattern matching (%b and .-); | Roberto Ierusalimschy | 1997-02-21 | 1 | -26/+58 | |
* | lua_Type is private (preparation for tags) | Roberto Ierusalimschy | 1997-02-20 | 3 | -43/+53 | |
* | small syntax error (yacc does not complain, but bison does). | Roberto Ierusalimschy | 1997-02-13 | 1 | -2/+2 | |
* | userdata can handle arbitrary binary data; | Roberto Ierusalimschy | 1997-02-11 | 6 | -41/+79 | |
* | BUG: "inclinenumber" cannot use public buffer, since it could change | Roberto Ierusalimschy | 1997-02-07 | 1 | -9/+13 | |
* | better check when converting from float to int, to avoid overflow | Roberto Ierusalimschy | 1997-01-31 | 2 | -15/+19 | |
* | lhf revisions/sugestions | Roberto Ierusalimschy | 1997-01-23 | 1 | -171/+288 | |
* | small correction to avoid "wrong" default action | Roberto Ierusalimschy | 1997-01-15 | 1 | -2/+2 | |
* | BUG: pointer arithmetic does not have to work when pointing outside | Roberto Ierusalimschy | 1996-11-22 | 1 | -5/+5 | |
* | ANSI ctype only works for unsigned chars (or EOF) | Roberto Ierusalimschy | 1996-11-22 | 2 | -23/+26 | |
* | useless include. | Roberto Ierusalimschy | 1996-11-22 | 1 | -1/+0 | |
* | small BUG: pragma deletes 0 at end of yytext, so a syntax error just after | Roberto Ierusalimschy | 1996-11-21 | 1 | -1/+2 | |
* | new versionv2.5.1 | Roberto Ierusalimschy | 1996-11-20 | 1 | -2/+2 | |
* | BUG: ISO chars are negative, ISO ints are not. | Roberto Ierusalimschy | 1996-11-20 | 1 | -2/+3 | |
* | BUG: ISO chars are negative, ISO ints are not. | Roberto Ierusalimschy | 1996-11-20 | 1 | -6/+30 | |
* | correction in inheritance code in Cv2.5 | Roberto Ierusalimschy | 1996-11-18 | 1 | -2/+4 | |
* | undump needs file in binary mode | Roberto Ierusalimschy | 1996-11-18 | 1 | -2/+4 | |
* | BUG: problems with negative indexes | Roberto Ierusalimschy | 1996-11-18 | 1 | -19/+21 | |
* | headers includes sizeof(Word) not sizeof(int) | Luiz Henrique de Figueiredo | 1996-11-18 | 1 | -4/+7 | |
* | stdlib.h for exit | Luiz Henrique de Figueiredo | 1996-11-16 | 1 | -3/+3 | |
* | spelling corrections. | Roberto Ierusalimschy | 1996-11-14 | 1 | -11/+11 | |
* | corrected version test (0x23 not 23) | Luiz Henrique de Figueiredo | 1996-11-14 | 1 | -2/+2 | |
* | (no commit message) | Luiz Henrique de Figueiredo | 1996-11-14 | 1 | -2/+2 | |
* | added 3 new bytes to header (sizeof's) | Luiz Henrique de Figueiredo | 1996-11-14 | 1 | -4/+14 | |
* | new header version | Luiz Henrique de Figueiredo | 1996-11-14 | 1 | -2/+2 | |
* | new version | Roberto Ierusalimschy | 1996-11-12 | 2 | -5/+5 | |
* | better format for error messages. | Roberto Ierusalimschy | 1996-11-08 | 1 | -3/+4 | |
* | error message for syntax "1..2"; | Roberto Ierusalimschy | 1996-11-08 | 1 | -7/+18 | |
* | syntax error function is in "lex.c" (it has the token) | Roberto Ierusalimschy | 1996-11-08 | 2 | -10/+4 | |
* | SunOS is not ANSI about the return value of "sprintf". | Roberto Ierusalimschy | 1996-11-07 | 1 | -7/+6 | |
* | corrected copyright notice | Roberto Ierusalimschy | 1996-11-07 | 1 | -2/+2 | |
* | replaced unions by memcpy | Luiz Henrique de Figueiredo | 1996-11-07 | 1 | -7/+4 | |
* | replaced unions by memcpy | Luiz Henrique de Figueiredo | 1996-11-07 | 1 | -12/+9 | |
* | new flag for STRERROR; libs now are called lib...v2.5-beta | Roberto Ierusalimschy | 1996-11-06 | 1 | -18/+24 | |
* | anna's comments | Roberto Ierusalimschy | 1996-11-06 | 1 | -23/+33 |