Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 19a1e19ae1 detail: better way to put a "..." in message. il y a 28 ans
  Roberto Ierusalimschy 3a9516ffc8 luaL check functions do not need the function name (it can be il y a 28 ans
  Roberto Ierusalimschy 42fa305649 better error messages; il y a 28 ans
  Roberto Ierusalimschy 075b7918c3 new function "getintmethod" il y a 28 ans
  Roberto Ierusalimschy 7c99149a76 "tostring" gives an overview of a userdata. il y a 28 ans
  Roberto Ierusalimschy 59744f0311 "storeglobal" changed to "setglobal" il y a 28 ans
  Roberto Ierusalimschy bb2e2bec18 new lua function "tag" il y a 28 ans
  Roberto Ierusalimschy efaaf99c42 first version of "setglobal" and "getglobal" internal methods. il y a 28 ans
  Roberto Ierusalimschy 373363cb69 new name for old "mem.h" (conflicts with some compiler libraries) il y a 28 ans
  Roberto Ierusalimschy 88d7ffb0d0 luaI_type moved to fallback.c il y a 28 ans
  Roberto Ierusalimschy 1444d28476 first full implementation of internal methods il y a 28 ans
  Roberto Ierusalimschy eea734aa88 new module 'auxlib' centralizes functions to get/check parameters. il y a 28 ans
  Roberto Ierusalimschy b6d91e24e2 "tag" changed to "ttype" (since now tag has other meaning) il y a 28 ans
  Roberto Ierusalimschy 131d66efd2 first step in implementing internal methods. il y a 28 ans
  Roberto Ierusalimschy 2a506ea9d2 lua_linenumber is initialized in lex.c il y a 29 ans
  Roberto Ierusalimschy e5ec547eb3 "call" returns separate results, instead of a table. il y a 29 ans
  Roberto Ierusalimschy 6d383202dc "dofile" and "dostring" may return values. il y a 29 ans
  Roberto Ierusalimschy 5b9fbfa006 "dostring" now stores the prefix of its string, to improve error messages. il y a 29 ans
  Roberto Ierusalimschy f0cc2d5506 BUG: a program ending in a comment without EOL made lex loops forever. il y a 29 ans
  Roberto Ierusalimschy 6dfdb76538 C functions don't need to "pushnil" to return nil value (this is il y a 29 ans
  Roberto Ierusalimschy 9863223fbf first version of vararg facility (plus new function "call"). il y a 29 ans
  Roberto Ierusalimschy a275d9a25b functions "lua_is..." consider coercions. il y a 29 ans
  Roberto Ierusalimschy 7e0be1fbde unused "#include" il y a 29 ans
  Roberto Ierusalimschy e701a86385 "openfile" now returns the file il y a 29 ans
  Roberto Ierusalimschy d6e4c29733 fixed strings (not collectable) don't need to be inserted in the constant table. il y a 29 ans
  Roberto Ierusalimschy 45cf24485d useless #include. il y a 29 ans
  Roberto Ierusalimschy 0f4903a5d7 new header "lex.h". il y a 29 ans
  Roberto Ierusalimschy 41259bff31 BIG CHANGE: new data structure for constants, strings and globals, using il y a 30 ans
  Roberto Ierusalimschy 56fb06b6f5 "lua_debug" now is exported through debug interface (luadebug.h) il y a 30 ans
  Roberto Ierusalimschy 19290a8e92 "dofile" issues an error when called with non string arguments, and il y a 30 ans