| Commit message (Expand) | Author | Files | Lines |
1995-10-17 | new style for debug information about functions: no more SETFUNCTION | Roberto Ierusalimschy | 8 | -214/+121 |
1995-10-17 | 'nextvar' now traverses the symbol array, instead of the constant tree. | Roberto Ierusalimschy | 2 | -32/+14 |
1995-10-17 | 'luaI_travfallbacks' now can look for a fallback. | Roberto Ierusalimschy | 2 | -7/+9 |
1995-10-13 | new function "luaI_findconstantbyname". | Roberto Ierusalimschy | 4 | -10/+16 |
1995-10-11 | bug. "fgets" reads n-1 chars. | Roberto Ierusalimschy | 1 | -2/+2 |
1995-10-09 | new module "func", for GC of functions, | Roberto Ierusalimschy | 1 | -15/+25 |
1995-10-09 | bug: stack overflow error must leave space on the stack for error function. | Roberto Ierusalimschy | 1 | -5/+3 |
1995-10-09 | fallback table now has number of parameters and results of each | Roberto Ierusalimschy | 2 | -11/+14 |
1995-10-09 | "docall" now assumes that called function is always on the stack, just | Roberto Ierusalimschy | 1 | -75/+101 |
1995-10-09 | lua function "type" now returns the string "function" both for lua | Roberto Ierusalimschy | 1 | -4/+2 |
1995-10-09 | new functions: "ascii" and "int2str", | Roberto Ierusalimschy | 1 | -67/+92 |
1995-10-09 | small "re-engineering" on parameter checking. | Roberto Ierusalimschy | 1 | -145/+42 |
1995-10-06 | new command line options: -v to print Copyright message, and | Roberto Ierusalimschy | 1 | -8/+14 |
1995-10-06 | definitions for Copyright and version notices | Roberto Ierusalimschy | 1 | -1/+6 |
1995-10-06 | nova forma de comentarios: de '#' ate' fim de linha (para uso de lua | Roberto Ierusalimschy | 1 | -2/+3 |
1995-10-04 | Garbage collection of functions + header structure for functions | Roberto Ierusalimschy | 8 | -36/+56 |
1995-10-04 | Module to manipulate function headers. | Roberto Ierusalimschy | 2 | -0/+79 |
1995-10-04 | new option for "writeto" and "readfrom", to allow piped I/O on | Roberto Ierusalimschy | 1 | -31/+38 |
1995-10-04 | new function "atan2". | Roberto Ierusalimschy | 1 | -1/+15 |
1995-10-03 | small correction to avoid problems with DOS/Windows | Roberto Ierusalimschy | 1 | -1/+2 |
1995-10-02 | small corrections to avoid warnings. | Roberto Ierusalimschy | 3 | -13/+15 |
1995-09-15 | buffer for literals now grows dynamically, allowing big programs between [[ a... | Roberto Ierusalimschy | 1 | -7/+40 |
1995-09-15 | small corrections to avoid uninitialized global variables. | Roberto Ierusalimschy | 1 | -3/+3 |
1995-07-06 | new syntax for strings: [[ ... ]]. Still in tests, | Roberto Ierusalimschy | 1 | -2/+50 |
1995-06-08 | syntax for {...;...} is more flexible now. | Roberto Ierusalimschy | 1 | -10/+21 |
1995-05-16 | Ajustar limites para garbage collection. | Waldemar Celes | 1 | -3/+3 |
1995-05-16 | new lua function "getstack"; new interface to function luaI_reportbug. | Roberto Ierusalimschy | 4 | -16/+30 |
1995-05-02 | calls to "lua_reportbug" changed to "lua_error", since | Roberto Ierusalimschy | 6 | -34/+34 |
1995-04-11 | run-time stack now is controled at run time, instead of | Waldemar Celes | 3 | -86/+108 |
1995-03-17 | function "type" now returns a second result: the tag of the type, | Roberto Ierusalimschy | 1 | -2/+5 |
1995-03-17 | error message buffer got a bigger size | Waldemar Celes | 1 | -3/+3 |
1995-02-10 | adjust checks if stack has enough space | Roberto Ierusalimschy | 1 | -2/+4 |
1995-02-07 | included string.hv2.1 | Luiz Henrique de Figueiredo | 1 | -1/+2 |
1995-02-06 | new function for copy strings (strdup is not ANSI) | Roberto Ierusalimschy | 1 | -5/+16 |
1995-02-06 | better approximation for PI | Roberto Ierusalimschy | 1 | -2/+2 |
1995-02-06 | function "stat" needs "sys/types.h" | Roberto Ierusalimschy | 1 | -1/+2 |
1995-02-06 | header "stdlib.h" was missing (gcc does not warn that) | Roberto Ierusalimschy | 1 | -1/+2 |
1995-02-06 | header "string.h" was missing (gcc does not warn that) | Roberto Ierusalimschy | 3 | -3/+7 |
1995-02-06 | type names changed to avoid clashes | Roberto Ierusalimschy | 1 | -1/+4 |
1995-02-02 | a null lua_Object is LUA_NOOBJECT, not NULL. | Roberto Ierusalimschy | 2 | -10/+11 |
1995-02-02 | use yacc++ instead of yacc. | Roberto Ierusalimschy | 2 | -6/+3 |
1995-02-02 | libs should not use Lua internal functions (like mem.h). | Roberto Ierusalimschy | 1 | -13/+12 |
1995-01-27 | new API function lua_pushlocked & lua_checkstack is a macro | Waldemar Celes | 1 | -16/+23 |
1995-01-27 | new API function lua_pushlocked | Waldemar Celes | 1 | -1/+2 |
1995-01-18 | trocar a funcao para garbage colector adaptativo. | Waldemar Celes | 1 | -2/+2 |
1995-01-18 | Trocar 'pushstring' por 'pushliteral' na macro 'getfield'. | Waldemar Celes | 1 | -2/+2 |
1995-01-14 | strdup is done via mem.c to control its memory allocation | Roberto Ierusalimschy | 5 | -9/+18 |
1995-01-12 | control of garbage collection is done with Longs, as there can be | Roberto Ierusalimschy | 5 | -14/+16 |
1995-01-06 | function 'strfind' now has two optional parameters, to specify where | Roberto Ierusalimschy | 1 | -4/+26 |
1995-01-04 | small bug in fallback for power operator | Roberto Ierusalimschy | 1 | -2/+3 |