Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 36b6fe8d17 better treatment for arbitrary limits il y a 26 ans
  Roberto Ierusalimschy 5caf7f4a33 tremove erases its previous last element (to avoid locking potential il y a 26 ans
  Roberto Ierusalimschy 3b533ea7c7 foreach, foreachi, foreachvar points to function in stack when stack il y a 26 ans
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". il y a 26 ans
  Roberto Ierusalimschy ab8ea5c38a warnings il y a 26 ans
  Roberto Ierusalimschy f04c83e075 new function "lua_next" (+ new implementation for "next") il y a 26 ans
  Roberto Ierusalimschy d5feffdb60 new function lua_nextvar il y a 26 ans
  Roberto Ierusalimschy bb5627f3a4 better control over calls to _ALERT and _ERRORMESSAGE (to avoid error il y a 26 ans
  Roberto Ierusalimschy bf6d2ccf92 details il y a 26 ans
  Roberto Ierusalimschy 19ca2087de another (silly) debuging function. il y a 26 ans
  Roberto Ierusalimschy 76179a1014 compile option EXTRALIB for builtin functions that can be written in Lua. il y a 26 ans
  Roberto Ierusalimschy fd25d4ad85 no need to define functions for macros... il y a 26 ans
  Roberto Ierusalimschy 1b45e967b4 table entries with ref=null always have val=null too. il y a 26 ans
  Roberto Ierusalimschy 3314f49ec4 C cannot initialize a struct. il y a 26 ans
  Roberto Ierusalimschy f5bc671030 "goto" for tail recursion changed to "while" il y a 26 ans
  Roberto Ierusalimschy 03d38b66fd new sort algorithm. il y a 26 ans
  Roberto Ierusalimschy fe5c41fb8a new functions "tinsert" and "tremove" il y a 26 ans
  Roberto Ierusalimschy 9a45543841 tables are better manipulated via "Hash *" instead of "TObject" or il y a 26 ans
  Roberto Ierusalimschy 766e67ef3b to avoid warnings about "typecast" (Visual C++) il y a 27 ans
  Roberto Ierusalimschy 96a7695275 reorder and rename of most functions, for better documentation. il y a 27 ans
  Roberto Ierusalimschy 0c9080c7a9 "tonumber" goes crazy with negative numbers in other bases (not 10), il y a 27 ans
  Roberto Ierusalimschy b8fcb7b151 details il y a 27 ans
  Roberto Ierusalimschy 5d6de9075d "print" uses fputs instead of printf (easier to reimplement). il y a 27 ans
  Roberto Ierusalimschy 5ca2709ba0 small warnings il y a 27 ans
  Roberto Ierusalimschy 8e3bd752bb small optimization in "sort" + new functions "getn" and "foreachi" il y a 27 ans
  Roberto Ierusalimschy cc117253c8 new implementation for error handling: on error, function _ERRORMESSAGE il y a 27 ans
  Roberto Ierusalimschy afb5ef72e1 new function "sort" + many small changes il y a 27 ans
  Roberto Ierusalimschy e869d17eb1 functions should return explicit "nil"s. il y a 27 ans
  Roberto Ierusalimschy df0df08bc5 "dostring" accepts chunk name. il y a 27 ans
  Roberto Ierusalimschy 9618aaf07d small corrections in comments il y a 27 ans