Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 1143bf9286 better check when converting from float to int, to avoid overflow il y a 28 ans
  Roberto Ierusalimschy d8b0bbb2ad BUG: pointer arithmetic does not have to work when pointing outside il y a 29 ans
  Roberto Ierusalimschy d59c52753f undump needs file in binary mode 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 82f9f3e552 better structure to control stack interface lua-C. il y a 29 ans
  Roberto Ierusalimschy d289ac81d3 functions may have tags CMARK and MARK, too. il y a 29 ans
  Roberto Ierusalimschy d763b69740 skip first line of a lua file if it starts with a '#' (to allow shell il y a 29 ans
  Roberto Ierusalimschy 7a38bdd4b3 "exit" is defined in "stdlib". il y a 29 ans
  Roberto Ierusalimschy 3211a9648a "lua_dofile" returns different error codes if it could not open the file il y a 29 ans
  Roberto Ierusalimschy 9863223fbf first version of vararg facility (plus new function "call"). il y a 29 ans
  Roberto Ierusalimschy bced00ab9e lua_Reference is int, so say so. il y a 29 ans
  Roberto Ierusalimschy 0ef5cf2289 lock mechanism seperseded by the REFERENCE mechanism. il y a 29 ans
  Roberto Ierusalimschy ce23901f04 smaller limit to stack size (otherwise C stack can finish first) il y a 29 ans
  Roberto Ierusalimschy 7a35f23c16 a simplification about memory error messages. il y a 29 ans
  Roberto Ierusalimschy 9284742a11 better control when growing arrays. il y a 29 ans
  Roberto Ierusalimschy 9704ff4cb1 hook variables are global, no more "lua_set...hook" functions. il y a 29 ans
  Roberto Ierusalimschy 85b76bcc01 functions "lua_is..." consider coercions. il y a 29 ans
  Roberto Ierusalimschy 7e0be1fbde unused "#include" il y a 29 ans
  Roberto Ierusalimschy 3e1f731826 integration with undump (execution of pre-compiled chuncks) il y a 29 ans
  Roberto Ierusalimschy 6f30fa98d8 small change to avoid error on "lua_pushstring(NULL)". il y a 29 ans
  Roberto Ierusalimschy 8c1a9899d4 functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be il y a 29 ans
  Roberto Ierusalimschy 41259bff31 BIG CHANGE: new data structure for constants, strings and globals, using il y a 29 ans
  Roberto Ierusalimschy 826d70fcba new type lua_Function for activation records il y a 29 ans
  Roberto Ierusalimschy 5a3a1fe458 debug interface functions to manipulated local variables: il y a 29 ans
  Roberto Ierusalimschy 43382ce5a2 new fallback "getglobal". il y a 29 ans
  Roberto Ierusalimschy 445872a6e2 "dofile" does not issue a warning when unable to open the file, il y a 30 ans
  Roberto Ierusalimschy b2afc410fa hooks for line change and function calls; first version. il y a 30 ans
  Roberto Ierusalimschy 415ee250b5 bug: luaI_findconstantbyname may change the value of lua_constant. il y a 30 ans
  Roberto Ierusalimschy f188e1000b useless "#include math.h" il y a 30 ans