73 Commits (d9d04a9274ec09e1a890acb46468640f45831344)

Author SHA1 Message Date
Roberto Ierusalimschy 4eb67aa710 changes from lhf. 26 years ago
Roberto Ierusalimschy e0ff4e5d22 first version about Lua debug library. 26 years ago
Roberto Ierusalimschy c454dc7bdd no more if expressions. 26 years ago
Roberto Ierusalimschy 2679461637 no more assignment expressions (they don't fit in Lua...) 26 years ago
Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 years ago
Roberto Ierusalimschy 6a853fcb8b details (from lhf) 26 years ago
Roberto Ierusalimschy bf6d2ccf92 details 26 years ago
Roberto Ierusalimschy 8fdd06ba3c lots of new stuff from 3.2 26 years ago
Roberto Ierusalimschy e4830ddce3 new option "mode" in "readfrom", "writeto" and "appendto" (for 26 years ago
Roberto Ierusalimschy 758e330d6e new functions "getn" and "foreachi" 26 years ago
Roberto Ierusalimschy ee22af5ced new functions "seek" and "flush". 27 years ago
Roberto Ierusalimschy cc117253c8 new implementation for error handling: on error, function _ERRORMESSAGE 27 years ago
Roberto Ierusalimschy 9a0221ef58 detail 27 years ago
Roberto Ierusalimschy df0df08bc5 "dostring" accepts chunk name. 27 years ago
Roberto Ierusalimschy bec9bc4154 sugestions by lhf 27 years ago
Roberto Ierusalimschy d97af0de26 "lua_dobuffer" gets an extra argument, with the chunk name 27 years ago
Roberto Ierusalimschy 0845e73b6a new copyright notice 27 years ago
Roberto Ierusalimschy 02a6891939 API for functions to manipulate global state. 27 years ago
Roberto Ierusalimschy 74719afc33 new functions "frexp" and "ldexp" 27 years ago
Roberto Ierusalimschy abc6eac404 new function "clock" 27 years ago
Roberto Ierusalimschy 054e0b888a number type in Lua changed for double (by default). 27 years ago
Roberto Ierusalimschy 9890bedaab details (format for html) 27 years ago
Roberto Ierusalimschy 0a0c9593b8 many small corrections; strings with '\0' 27 years ago
Roberto Ierusalimschy 81b953f27e details 27 years ago
Roberto Ierusalimschy 763c64be9b details 27 years ago
Roberto Ierusalimschy 6ac047afc4 details 27 years ago
Roberto Ierusalimschy 26679b1a48 back to upavalues as extra arguments for C closures; this way it's 27 years ago
Roberto Ierusalimschy e04c2b9aa8 details 27 years ago
Roberto Ierusalimschy c332c4e927 reference manual of the Lua language 27 years ago
Roberto Ierusalimschy e18f681333 very small corrections... 28 years ago
Roberto Ierusalimschy caa987faad "random" accepts an 'n' to return between 1 and 'n'. 28 years ago
Roberto Ierusalimschy da4dbe65b2 new functionality for "format": "%d$...". 28 years ago
Roberto Ierusalimschy d56e3a6481 "locale" support + better uniformity in formating 28 years ago
Roberto Ierusalimschy 88b185ada1 more uniform source (more macros...) 28 years ago
Roberto Ierusalimschy ef3c45d523 for security reasons, one cannot change the tag of a udata 28 years ago
Roberto Ierusalimschy c9e6ed1d9f small corrections. 28 years ago
Roberto Ierusalimschy da585783e3 new method to handle current files, with global variables 28 years ago
Roberto Ierusalimschy 3e43275308 incompatibilities with 2.5 + restrictions on tag methods 28 years ago
Roberto Ierusalimschy f84c2ebc4a dostring has an optional error method argument; 28 years ago
Roberto Ierusalimschy 88f020b626 new interface to "lua_seterrormethod" and "lua_settagmethod", to 28 years ago
Roberto Ierusalimschy 6b61582e47 do not use $...$ to italic. 28 years ago
Roberto Ierusalimschy 6b78040840 lhf corrections + new gsub 28 years ago
Roberto Ierusalimschy 70160320b1 first version for Lua 3.0 (with tag methods, etc) 28 years ago
Roberto Ierusalimschy a22b54bbb6 format more uniform, to facilitate filters .tex->.html 28 years ago
Roberto Ierusalimschy a82ab0852e new explanation about communication between Lua and C. 28 years ago
Roberto Ierusalimschy bbf1b3060a small correction. 28 years ago
Roberto Ierusalimschy bc323435ee new facilities for pattern matching (%b and .-); 28 years ago
Roberto Ierusalimschy d9ecc13545 lhf revisions/sugestions 28 years ago
Roberto Ierusalimschy dbfe28e199 correction in inheritance code in C 28 years ago
Roberto Ierusalimschy a5614eae3c spelling corrections. 28 years ago