aboutsummaryrefslogtreecommitdiff
path: root/lua.c (unfollow)
Commit message (Expand)AuthorFilesLines
1995-10-17'nextvar' now traverses the symbol array, instead of the constant tree.Roberto Ierusalimschy2-32/+14
1995-10-17'luaI_travfallbacks' now can look for a fallback.Roberto Ierusalimschy2-7/+9
1995-10-13new function "luaI_findconstantbyname".Roberto Ierusalimschy4-10/+16
1995-10-11bug. "fgets" reads n-1 chars.Roberto Ierusalimschy1-2/+2
1995-10-09new module "func", for GC of functions,Roberto Ierusalimschy1-15/+25
1995-10-09bug: stack overflow error must leave space on the stack for error function.Roberto Ierusalimschy1-5/+3
1995-10-09fallback table now has number of parameters and results of eachRoberto Ierusalimschy2-11/+14
1995-10-09"docall" now assumes that called function is always on the stack, justRoberto Ierusalimschy1-75/+101
1995-10-09lua function "type" now returns the string "function" both for luaRoberto Ierusalimschy1-4/+2
1995-10-09new functions: "ascii" and "int2str",Roberto Ierusalimschy1-67/+92
1995-10-09small "re-engineering" on parameter checking.Roberto Ierusalimschy1-145/+42
1995-10-06new command line options: -v to print Copyright message, andRoberto Ierusalimschy1-8/+14
1995-10-06definitions for Copyright and version noticesRoberto Ierusalimschy1-1/+6
1995-10-06nova forma de comentarios: de '#' ate' fim de linha (para uso de luaRoberto Ierusalimschy1-2/+3
1995-10-04Garbage collection of functions + header structure for functionsRoberto Ierusalimschy8-36/+56
1995-10-04Module to manipulate function headers.Roberto Ierusalimschy2-0/+79
1995-10-04new option for "writeto" and "readfrom", to allow piped I/O onRoberto Ierusalimschy1-31/+38
1995-10-04new function "atan2".Roberto Ierusalimschy1-1/+15
1995-10-03small correction to avoid problems with DOS/WindowsRoberto Ierusalimschy1-1/+2
1995-10-02small corrections to avoid warnings.Roberto Ierusalimschy3-13/+15
1995-09-15buffer for literals now grows dynamically, allowing big programs between [[ a...Roberto Ierusalimschy1-7/+40
1995-09-15small corrections to avoid uninitialized global variables.Roberto Ierusalimschy1-3/+3
1995-07-06new syntax for strings: [[ ... ]]. Still in tests,Roberto Ierusalimschy1-2/+50
1995-06-08syntax for {...;...} is more flexible now.Roberto Ierusalimschy1-10/+21
1995-05-16Ajustar limites para garbage collection.Waldemar Celes1-3/+3
1995-05-16new lua function "getstack"; new interface to function luaI_reportbug.Roberto Ierusalimschy4-16/+30
1995-05-02calls to "lua_reportbug" changed to "lua_error", sinceRoberto Ierusalimschy6-34/+34
1995-04-11run-time stack now is controled at run time, instead ofWaldemar Celes3-86/+108
1995-03-17function "type" now returns a second result: the tag of the type,Roberto Ierusalimschy1-2/+5
1995-03-17error message buffer got a bigger sizeWaldemar Celes1-3/+3
1995-02-10adjust checks if stack has enough spaceRoberto Ierusalimschy1-2/+4
1995-02-07included string.hv2.1Luiz Henrique de Figueiredo1-1/+2
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