Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1997-04-14 | mem.h is now luamem.hv3.0-alpha | Luiz Henrique de Figueiredo | 1 | -23/+23 | |
removed warn added support for new opcodes (VARARGS, STOREMAP) better error messages with luaL_verror | |||||
1997-04-14 | fix comment in VERSION | Luiz Henrique de Figueiredo | 1 | -2/+2 | |
1997-04-12 | nested "$if's", "$else", and "$if" constants (nil & 1). | Roberto Ierusalimschy | 1 | -39/+103 | |
1997-04-11 | correction on comments about opcodes. | Roberto Ierusalimschy | 1 | -14/+14 | |
1997-04-08 | one cannot "create" a userdata. | Roberto Ierusalimschy | 1 | -2/+2 | |
1997-04-07 | first implementation of "$if"; | Roberto Ierusalimschy | 6 | -73/+139 | |
new function "findstring" (useful in good places) | |||||
1997-04-06 | detail: local names | Roberto Ierusalimschy | 1 | -5/+5 | |
1997-04-06 | detail: better way to put a "..." in message. | Roberto Ierusalimschy | 1 | -3/+3 | |
1997-04-06 | luaL check functions do not need the function name (it can be | Roberto Ierusalimschy | 10 | -125/+129 | |
accessed via luadebug interface). | |||||
1997-04-04 | better error messages; | Roberto Ierusalimschy | 10 | -100/+107 | |
better names for some API functions. | |||||
1997-04-04 | using new lib auxlib. | Roberto Ierusalimschy | 2 | -30/+18 | |
1997-04-03 | "setintmethod" returns old method (to be coerent with seterrormethod). | Roberto Ierusalimschy | 1 | -5/+5 | |
BUG: wrong pointer arithmetic (index out of range when comparing). obs: version 4 is due to internal methods. | |||||
1997-04-03 | obs: version 4 is due to internal methods. | Roberto Ierusalimschy | 1 | -4/+4 | |
(some small details in comments) | |||||
1997-04-03 | "setintmethod" returns old method (to be coerent with seterrormethod). | Roberto Ierusalimschy | 1 | -1/+2 | |
obs: version 2 is due to internal methods. | |||||
1997-04-02 | new function "getintmethod" | Roberto Ierusalimschy | 6 | -10/+30 | |
1997-04-02 | "tostring" gives an overview of a userdata. | Roberto Ierusalimschy | 1 | -12/+37 | |
1997-04-02 | "newtag" does not need a type name. | Roberto Ierusalimschy | 4 | -49/+25 | |
1997-04-02 | lua_getuserdata must return NULL if object is not userdata | Roberto Ierusalimschy | 1 | -4/+4 | |
1997-04-02 | lua_getuserdata must return NULL if object is not userdata; | Roberto Ierusalimschy | 1 | -4/+12 | |
small BUG: wrong error message for a=b[1] (b not a table) | |||||
1997-04-02 | "getbyte" returns userdata size when called without second parameter. | Roberto Ierusalimschy | 1 | -6/+10 | |
1997-04-01 | small "bugs" detected by Purify: cannot read "next" after 0. | Roberto Ierusalimschy | 1 | -4/+6 | |
1997-04-01 | small "bugs" detected by Purify: some blocks may be smaller than | Roberto Ierusalimschy | 1 | -2/+2 | |
sizeof(int). | |||||
1997-04-01 | "storeglobal" changed to "setglobal" | Roberto Ierusalimschy | 3 | -14/+15 | |
1997-04-01 | new lua function "tag" | Roberto Ierusalimschy | 1 | -1/+7 | |
1997-03-31 | first version of "setglobal" and "getglobal" internal methods. | Roberto Ierusalimschy | 6 | -82/+115 | |
1997-03-31 | some new options for warnings and optimizations. | Roberto Ierusalimschy | 1 | -2/+3 | |
1997-03-31 | update of ".h" dependencies | Roberto Ierusalimschy | 1 | -15/+15 | |
1997-03-31 | new name for old "mem.h" (conflicts with some compiler libraries) | Roberto Ierusalimschy | 12 | -35/+35 | |
1997-03-31 | "Object" renamed to "TObject" (Tagged Object), to avoid conflicts with | Roberto Ierusalimschy | 10 | -117/+117 | |
pre-defined names in some C compilers. | |||||
1997-03-26 | new (internal?) functions to manipulate userdata | Roberto Ierusalimschy | 3 | -26/+72 | |
1997-03-26 | BUG: must mark userdata in garbage collection. | Roberto Ierusalimschy | 1 | -2/+3 | |
1997-03-24 | some corrections, improvements; | Roberto Ierusalimschy | 2 | -20/+22 | |
1997-03-21 | must call "gc" i.m. for nil after all others. | Roberto Ierusalimschy | 2 | -4/+10 | |
1997-03-21 | mathlib now uses i.m. for "pow" operator. | Roberto Ierusalimschy | 2 | -23/+7 | |
1997-03-20 | files now have proper tags. | Roberto Ierusalimschy | 1 | -5/+8 | |
1997-03-20 | BUG: lua_newtag can be called before luaI_IMtable is initialized. | Roberto Ierusalimschy | 1 | -8/+12 | |
1997-03-20 | i.m. "arith" and "order" splited for different operations | Roberto Ierusalimschy | 4 | -122/+151 | |
1997-03-20 | luaI_type moved to fallback.c | Roberto Ierusalimschy | 1 | -29/+1 | |
1997-03-19 | setmethods should return old methods. | Roberto Ierusalimschy | 1 | -1/+3 | |
1997-03-19 | first full implementation of internal methods | Roberto Ierusalimschy | 11 | -251/+404 | |
1997-03-18 | new header 'auxlib.h' + new function luaL_verror | Roberto Ierusalimschy | 6 | -36/+41 | |