Historia zmian

Autor SHA1 Wiadomość Data
  Roberto Ierusalimschy a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function 5 lat temu
  Roberto Ierusalimschy 6d04537ea6 A to-be-closed variable must have a closable value (or be nil) 6 lat temu
  Roberto Ierusalimschy e073cbc2e5 Better error messages for invalid operands in numeric 'for' 6 lat temu
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings 7 lat temu
  Roberto Ierusalimschy 6f2b8e21c4 added 'const' to 'Proto*' when possible 7 lat temu
  Roberto Ierusalimschy e64e20ac81 minimizing the code ran by 'vmfetch' + no more 'vra' 7 lat temu
  Roberto Ierusalimschy e2b15aa21d janitor work on casts 7 lat temu
  Roberto Ierusalimschy b42430fd3a 'lineinfo' in prototypes saved as differences instead of absolute 8 lat temu
  Roberto Ierusalimschy 6142e663e4 reuse of 'addinfo' by lexical errors 10 lat temu
  Roberto Ierusalimschy 0cf3b6495a 'ci_func' don't need to be exported 10 lat temu
  Roberto Ierusalimschy ad20689feb better error message for bitwise operators (they are not arithmetic...) 10 lat temu
  Roberto Ierusalimschy fed236ca7f detail (unknown lines are marked as -1, not 0) 11 lat temu
  Roberto Ierusalimschy f2043b7a58 correct error message for conversion errors from float to int 12 lat temu
  Roberto Ierusalimschy 9b9becf384 added 'const' to parameters of 'luaG_concaterror' 12 lat temu
  Roberto Ierusalimschy 32bf6c9b27 functions 'traceexec', 'callTM', and 'call_binTM' moved to other 12 lat temu
  Roberto Ierusalimschy 217e67cb22 new type 'l_noret' for function that do not return 14 lat temu
  Roberto Ierusalimschy 3b44821334 stricter control (using tag variants) over closure kinds (Lua x C) 14 lat temu
  Roberto Ierusalimschy 2258ec6bc9 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) 16 lat temu
  Roberto Ierusalimschy d7bc346d7a no more code checking 16 lat temu
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 lat temu
  Roberto Ierusalimschy e8d4fe7236 new macro `lua_threadyield' + lock stuff in `luaconf.h' + details 21 lat temu
  Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 lat temu
  Roberto Ierusalimschy fa26d294ae new way to control `pc' of running functions 22 lat temu
  Roberto Ierusalimschy 43013b39cc new representation for hooks (to allow asynchronous calls to sethook) 23 lat temu
  Roberto Ierusalimschy 6c283b2f4f new simetric format for ABC instructions, to avoid exchanging operands 23 lat temu
  Roberto Ierusalimschy 8e4ac679ff use a linear count for count hook 23 lat temu
  Roberto Ierusalimschy 9998082839 external messages add their own extra information 23 lat temu
  Roberto Ierusalimschy 2e38c6ae5a `luadebug.h' content now is included in `lua.h' 23 lat temu
  Roberto Ierusalimschy a2fa48a570 new (old?) error handling scheme 23 lat temu
  Roberto Ierusalimschy 0417a4bb0b new implementation for tailcalls and error handling 23 lat temu