| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | run-time stack now is controled at run time, instead of | Waldemar Celes | 1995-04-11 | 3 | -86/+108 |
* | function "type" now returns a second result: the tag of the type, | Roberto Ierusalimschy | 1995-03-17 | 1 | -2/+5 |
* | error message buffer got a bigger size | Waldemar Celes | 1995-03-17 | 1 | -3/+3 |
* | adjust checks if stack has enough space | Roberto Ierusalimschy | 1995-02-10 | 1 | -2/+4 |
* | included string.hv2.1 | Luiz Henrique de Figueiredo | 1995-02-07 | 1 | -1/+2 |
* | new function for copy strings (strdup is not ANSI) | Roberto Ierusalimschy | 1995-02-06 | 1 | -5/+16 |
* | better approximation for PI | Roberto Ierusalimschy | 1995-02-06 | 1 | -2/+2 |
* | function "stat" needs "sys/types.h" | Roberto Ierusalimschy | 1995-02-06 | 1 | -1/+2 |
* | header "stdlib.h" was missing (gcc does not warn that) | Roberto Ierusalimschy | 1995-02-06 | 1 | -1/+2 |
* | header "string.h" was missing (gcc does not warn that) | Roberto Ierusalimschy | 1995-02-06 | 3 | -3/+7 |
* | type names changed to avoid clashes | Roberto Ierusalimschy | 1995-02-06 | 1 | -1/+4 |
* | a null lua_Object is LUA_NOOBJECT, not NULL. | Roberto Ierusalimschy | 1995-02-02 | 2 | -10/+11 |
* | use yacc++ instead of yacc. | Roberto Ierusalimschy | 1995-02-02 | 2 | -6/+3 |
* | libs should not use Lua internal functions (like mem.h). | Roberto Ierusalimschy | 1995-02-02 | 1 | -13/+12 |
* | new API function lua_pushlocked & lua_checkstack is a macro | Waldemar Celes | 1995-01-27 | 1 | -16/+23 |
* | new API function lua_pushlocked | Waldemar Celes | 1995-01-27 | 1 | -1/+2 |
* | trocar a funcao para garbage colector adaptativo. | Waldemar Celes | 1995-01-18 | 1 | -2/+2 |
* | Trocar 'pushstring' por 'pushliteral' na macro 'getfield'. | Waldemar Celes | 1995-01-18 | 1 | -2/+2 |
* | strdup is done via mem.c to control its memory allocation | Roberto Ierusalimschy | 1995-01-14 | 5 | -9/+18 |
* | control of garbage collection is done with Longs, as there can be | Roberto Ierusalimschy | 1995-01-12 | 5 | -14/+16 |
* | function 'strfind' now has two optional parameters, to specify where | Roberto Ierusalimschy | 1995-01-06 | 1 | -4/+26 |
* | small bug in fallback for power operator | Roberto Ierusalimschy | 1995-01-04 | 1 | -2/+3 |
* | correcao de bug na construcao do formato. | Waldemar Celes | 1995-01-03 | 1 | -10/+11 |
* | stack is indexed by integers, not Words, to allow bigger stack on 32 bit mach... | Roberto Ierusalimschy | 1994-12-30 | 1 | -2/+6 |
* | functions that no more return error codes now have return type void | Roberto Ierusalimschy | 1994-12-28 | 2 | -37/+26 |
* | 'lua_getsubscript' and 'lua_storesubscript' now run unprotected (to improve e... | Waldemar Celes | 1994-12-27 | 1 | -14/+6 |
* | better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' an... | Waldemar Celes | 1994-12-27 | 2 | -10/+10 |
* | uses 'limits.h' for MAX_WORD and MAX_INT | Waldemar Celes | 1994-12-27 | 1 | -2/+5 |
* | bytecodes are indexed by integers, not Words, to allow bigger code on 32 bit ... | Waldemar Celes | 1994-12-27 | 1 | -10/+8 |
* | routines are defined before rules, to allow correct compilation with bison | Waldemar Celes | 1994-12-27 | 1 | -185/+184 |
* | new file 'types.h' | Roberto Ierusalimschy | 1994-12-23 | 1 | -13/+12 |
* | implementation dependent types | Roberto Ierusalimschy | 1994-12-20 | 1 | -0/+25 |
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 14 | -143/+148 |
* | a field with value 'nil' must call the fallback 'index' | Roberto Ierusalimschy | 1994-12-16 | 1 | -2/+2 |
* | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 1994-12-16 | 2 | -25/+18 |
* | new constant LUA_NOOBJECT | Roberto Ierusalimschy | 1994-12-16 | 3 | -9/+9 |
* | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 1994-12-16 | 3 | -74/+74 |
* | Passar os argv apos '--' para Lua. | Waldemar Celes | 1994-12-14 | 1 | -2/+42 |
* | no special treatment for C++ (this should be done in the C++ code) | Roberto Ierusalimschy | 1994-12-13 | 1 | -11/+1 |
* | debug message goes to stderr | Roberto Ierusalimschy | 1994-12-13 | 1 | -2/+2 |
* | new API function 'lua_pushliteral' | Roberto Ierusalimschy | 1994-12-13 | 4 | -16/+33 |
* | opcode PUSHSELF has a parameter that indicates the method to be called | Roberto Ierusalimschy | 1994-12-06 | 2 | -6/+16 |
* | small bug correction | Roberto Ierusalimschy | 1994-11-30 | 1 | -2/+2 |
* | 'main' returns condition code | Roberto Ierusalimschy | 1994-11-28 | 1 | -4/+6 |
* | new hash function; hash value for strings are kept with the string | Roberto Ierusalimschy | 1994-11-28 | 1 | -9/+9 |
* | new hash function; hash value for strings are kept with the string | Roberto Ierusalimschy | 1994-11-25 | 2 | -2/+5 |
* | erased function yywrap (nobody used it) | Roberto Ierusalimschy | 1994-11-25 | 1 | -6/+1 |
* | new modules 'mem' and 'fallback'. | Roberto Ierusalimschy | 1994-11-23 | 1 | -5/+26 |
* | modifications to avoid warnings when compiling yacc code | Roberto Ierusalimschy | 1994-11-23 | 1 | -3/+11 |
* | garbage collection tag for strings organized in struct TaggedString | Roberto Ierusalimschy | 1994-11-23 | 7 | -53/+56 |