summaryrefslogtreecommitdiff
path: root/iolib.c (unfollow)
Commit message (Expand)AuthorFilesLines
1995-02-06new function for copy strings (strdup is not ANSI)Roberto Ierusalimschy1-5/+16
1995-02-06better approximation for PIRoberto Ierusalimschy1-2/+2
1995-02-06function "stat" needs "sys/types.h"Roberto Ierusalimschy1-1/+2
1995-02-06header "stdlib.h" was missing (gcc does not warn that)Roberto Ierusalimschy1-1/+2
1995-02-06header "string.h" was missing (gcc does not warn that)Roberto Ierusalimschy3-3/+7
1995-02-06type names changed to avoid clashesRoberto Ierusalimschy1-1/+4
1995-02-02a null lua_Object is LUA_NOOBJECT, not NULL.Roberto Ierusalimschy2-10/+11
1995-02-02use yacc++ instead of yacc.Roberto Ierusalimschy2-6/+3
1995-02-02libs should not use Lua internal functions (like mem.h).Roberto Ierusalimschy1-13/+12
1995-01-27new API function lua_pushlocked & lua_checkstack is a macroWaldemar Celes1-16/+23
1995-01-27new API function lua_pushlockedWaldemar Celes1-1/+2
1995-01-18trocar a funcao para garbage colector adaptativo.Waldemar Celes1-2/+2
1995-01-18Trocar 'pushstring' por 'pushliteral' na macro 'getfield'.Waldemar Celes1-2/+2
1995-01-14strdup is done via mem.c to control its memory allocationRoberto Ierusalimschy5-9/+18
1995-01-12control of garbage collection is done with Longs, as there can beRoberto Ierusalimschy5-14/+16
1995-01-06function 'strfind' now has two optional parameters, to specify whereRoberto Ierusalimschy1-4/+26
1995-01-04small bug in fallback for power operatorRoberto Ierusalimschy1-2/+3
1995-01-03correcao de bug na construcao do formato.Waldemar Celes1-10/+11
1994-12-30stack is indexed by integers, not Words, to allow bigger stack on 32 bit mach...Roberto Ierusalimschy1-2/+6
1994-12-28functions that no more return error codes now have return type voidRoberto Ierusalimschy2-37/+26
1994-12-27'lua_getsubscript' and 'lua_storesubscript' now run unprotected (to improve e...Waldemar Celes1-14/+6
1994-12-27better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' an...Waldemar Celes2-10/+10
1994-12-27uses 'limits.h' for MAX_WORD and MAX_INTWaldemar Celes1-2/+5
1994-12-27bytecodes are indexed by integers, not Words, to allow bigger code on 32 bit ...Waldemar Celes1-10/+8
1994-12-27routines are defined before rules, to allow correct compilation with bisonWaldemar Celes1-185/+184
1994-12-23new file 'types.h'Roberto Ierusalimschy1-13/+12