summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* included string.hv2_1v2.1Luiz Henrique de Figueiredo1995-02-071-1/+2
* new function for copy strings (strdup is not ANSI)Roberto Ierusalimschy1995-02-061-5/+16
* better approximation for PIRoberto Ierusalimschy1995-02-061-2/+2
* function "stat" needs "sys/types.h"Roberto Ierusalimschy1995-02-061-1/+2
* header "stdlib.h" was missing (gcc does not warn that)Roberto Ierusalimschy1995-02-061-1/+2
* header "string.h" was missing (gcc does not warn that)Roberto Ierusalimschy1995-02-063-3/+7
* type names changed to avoid clashesRoberto Ierusalimschy1995-02-061-1/+4
* a null lua_Object is LUA_NOOBJECT, not NULL.Roberto Ierusalimschy1995-02-022-10/+11
* use yacc++ instead of yacc.Roberto Ierusalimschy1995-02-022-6/+3
* libs should not use Lua internal functions (like mem.h).Roberto Ierusalimschy1995-02-021-13/+12
* new API function lua_pushlocked & lua_checkstack is a macroWaldemar Celes1995-01-271-16/+23
* new API function lua_pushlockedWaldemar Celes1995-01-271-1/+2
* trocar a funcao para garbage colector adaptativo.Waldemar Celes1995-01-181-2/+2
* Trocar 'pushstring' por 'pushliteral' na macro 'getfield'.Waldemar Celes1995-01-181-2/+2
* strdup is done via mem.c to control its memory allocationRoberto Ierusalimschy1995-01-145-9/+18
* control of garbage collection is done with Longs, as there can beRoberto Ierusalimschy1995-01-125-14/+16
* function 'strfind' now has two optional parameters, to specify whereRoberto Ierusalimschy1995-01-061-4/+26
* small bug in fallback for power operatorRoberto Ierusalimschy1995-01-041-2/+3
* correcao de bug na construcao do formato.Waldemar Celes1995-01-031-10/+11
* stack is indexed by integers, not Words, to allow bigger stack on 32 bit mach...Roberto Ierusalimschy1994-12-301-2/+6
* functions that no more return error codes now have return type voidRoberto Ierusalimschy1994-12-282-37/+26
* 'lua_getsubscript' and 'lua_storesubscript' now run unprotected (to improve e...Waldemar Celes1994-12-271-14/+6
* better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' an...Waldemar Celes1994-12-272-10/+10
* uses 'limits.h' for MAX_WORD and MAX_INTWaldemar Celes1994-12-271-2/+5
* bytecodes are indexed by integers, not Words, to allow bigger code on 32 bit ...Waldemar Celes1994-12-271-10/+8
* routines are defined before rules, to allow correct compilation with bisonWaldemar Celes1994-12-271-185/+184
* new file 'types.h'Roberto Ierusalimschy1994-12-231-13/+12
* implementation dependent typesRoberto Ierusalimschy1994-12-201-0/+25
* better control of integer types and their limitsRoberto Ierusalimschy1994-12-2014-143/+148
* a field with value 'nil' must call the fallback 'index'Roberto Ierusalimschy1994-12-161-2/+2
* new constant LUA_NOOBJECT.Roberto Ierusalimschy1994-12-162-25/+18
* new constant LUA_NOOBJECTRoberto Ierusalimschy1994-12-163-9/+9
* new constant LUA_NOOBJECT.Roberto Ierusalimschy1994-12-163-74/+74
* Passar os argv apos '--' para Lua.Waldemar Celes1994-12-141-2/+42
* no special treatment for C++ (this should be done in the C++ code)Roberto Ierusalimschy1994-12-131-11/+1
* debug message goes to stderrRoberto Ierusalimschy1994-12-131-2/+2
* new API function 'lua_pushliteral'Roberto Ierusalimschy1994-12-134-16/+33
* opcode PUSHSELF has a parameter that indicates the method to be calledRoberto Ierusalimschy1994-12-062-6/+16
* small bug correctionRoberto Ierusalimschy1994-11-301-2/+2
* 'main' returns condition codeRoberto Ierusalimschy1994-11-281-4/+6
* new hash function; hash value for strings are kept with the stringRoberto Ierusalimschy1994-11-281-9/+9
* new hash function; hash value for strings are kept with the stringRoberto Ierusalimschy1994-11-252-2/+5
* erased function yywrap (nobody used it)Roberto Ierusalimschy1994-11-251-6/+1
* new modules 'mem' and 'fallback'.Roberto Ierusalimschy1994-11-231-5/+26
* modifications to avoid warnings when compiling yacc codeRoberto Ierusalimschy1994-11-231-3/+11
* garbage collection tag for strings organized in struct TaggedStringRoberto Ierusalimschy1994-11-237-53/+56
* small simplificationRoberto Ierusalimschy1994-11-221-3/+1
* correction of function tonumberRoberto Ierusalimschy1994-11-221-2/+3
* no more unary '+'Roberto Ierusalimschy1994-11-221-2/+1
* debug shows lines where functions were calledRoberto Ierusalimschy1994-11-212-30/+45