Histórico de commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 anos atrás
  Roberto Ierusalimschy ab8ea5c38a warnings 26 anos atrás
  Roberto Ierusalimschy f04c83e075 new function "lua_next" (+ new implementation for "next") 26 anos atrás
  Roberto Ierusalimschy d5feffdb60 new function lua_nextvar 26 anos atrás
  Roberto Ierusalimschy bb5627f3a4 better control over calls to _ALERT and _ERRORMESSAGE (to avoid error 26 anos atrás
  Roberto Ierusalimschy bf6d2ccf92 details 26 anos atrás
  Roberto Ierusalimschy 19ca2087de another (silly) debuging function. 26 anos atrás
  Roberto Ierusalimschy 76179a1014 compile option EXTRALIB for builtin functions that can be written in Lua. 26 anos atrás
  Roberto Ierusalimschy fd25d4ad85 no need to define functions for macros... 26 anos atrás
  Roberto Ierusalimschy 1b45e967b4 table entries with ref=null always have val=null too. 26 anos atrás
  Roberto Ierusalimschy 3314f49ec4 C cannot initialize a struct. 26 anos atrás
  Roberto Ierusalimschy f5bc671030 "goto" for tail recursion changed to "while" 26 anos atrás
  Roberto Ierusalimschy 03d38b66fd new sort algorithm. 26 anos atrás
  Roberto Ierusalimschy fe5c41fb8a new functions "tinsert" and "tremove" 26 anos atrás
  Roberto Ierusalimschy 9a45543841 tables are better manipulated via "Hash *" instead of "TObject" or 26 anos atrás
  Roberto Ierusalimschy 766e67ef3b to avoid warnings about "typecast" (Visual C++) 26 anos atrás
  Roberto Ierusalimschy 96a7695275 reorder and rename of most functions, for better documentation. 26 anos atrás
  Roberto Ierusalimschy 0c9080c7a9 "tonumber" goes crazy with negative numbers in other bases (not 10), 27 anos atrás
  Roberto Ierusalimschy b8fcb7b151 details 27 anos atrás
  Roberto Ierusalimschy 5d6de9075d "print" uses fputs instead of printf (easier to reimplement). 27 anos atrás
  Roberto Ierusalimschy 5ca2709ba0 small warnings 27 anos atrás
  Roberto Ierusalimschy 8e3bd752bb small optimization in "sort" + new functions "getn" and "foreachi" 27 anos atrás
  Roberto Ierusalimschy cc117253c8 new implementation for error handling: on error, function _ERRORMESSAGE 27 anos atrás
  Roberto Ierusalimschy afb5ef72e1 new function "sort" + many small changes 27 anos atrás
  Roberto Ierusalimschy e869d17eb1 functions should return explicit "nil"s. 27 anos atrás
  Roberto Ierusalimschy df0df08bc5 "dostring" accepts chunk name. 27 anos atrás
  Roberto Ierusalimschy 9618aaf07d small corrections in comments 27 anos atrás
  Roberto Ierusalimschy 02134b4a87 name: lua_pushCclosure -> lua_pushcclosure. 27 anos atrás
  Roberto Ierusalimschy 243a808067 'print' now calls 'tostring' 27 anos atrás
  Roberto Ierusalimschy 0969a971cd better use of "ASSERT". 27 anos atrás