Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | a null lua_Object is LUA_NOOBJECT, not NULL. | ||||
* | 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 |
| | | | | more than WORD objects to collect. | ||||
* | function 'strfind' now has two optional parameters, to specify where | Roberto Ierusalimschy | 1995-01-06 | 1 | -4/+26 |
| | | | | to start and stop the search. | ||||
* | 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 ↵ | Roberto Ierusalimschy | 1994-12-30 | 1 | -2/+6 |
| | | | | machines | ||||
* | 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 ↵ | Waldemar Celes | 1994-12-27 | 1 | -14/+6 |
| | | | | efficiency) | ||||
* | better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' ↵ | Waldemar Celes | 1994-12-27 | 2 | -10/+10 |
| | | | | and 'parser.h') | ||||
* | 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 |
| | | | | machines | ||||
* | 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 |
| | | | | | 'lua_createtable' does not have parameters. 'lua_copystring' now is a macro | ||||
* | new constant LUA_NOOBJECT | Roberto Ierusalimschy | 1994-12-16 | 3 | -9/+9 |
| | |||||
* | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 1994-12-16 | 3 | -74/+74 |
| | | | | 'lua_error' never returns | ||||
* | Passar os argv apos '--' para Lua. | Waldemar Celes | 1994-12-14 | 1 | -2/+42 |
| | | | | Captura-se cada argv com a funcao argv(i), onde i = 1, 2, ... | ||||
* | 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 |
| | | | | correction of dependencies | ||||
* | 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 |
| | |||||
* | small simplification | Roberto Ierusalimschy | 1994-11-22 | 1 | -3/+1 |
| | |||||
* | correction of function tonumber | Roberto Ierusalimschy | 1994-11-22 | 1 | -2/+3 |
| | |||||
* | no more unary '+' | Roberto Ierusalimschy | 1994-11-22 | 1 | -2/+1 |
| | |||||
* | debug shows lines where functions were called | Roberto Ierusalimschy | 1994-11-21 | 2 | -30/+45 |
| |