Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Roberto Ierusalimschy 995775e1cb tighter control on the stack when debugging 26 gadi atpakaļ
  Roberto Ierusalimschy 73308c7605 warnings by clinio 26 gadi atpakaļ
  Roberto Ierusalimschy 82ad0d5770 details 26 gadi atpakaļ
  Roberto Ierusalimschy 256d1bea08 missing #include 26 gadi atpakaļ
  Roberto Ierusalimschy f2d35bdc78 format for file source is independent of "ldo". 26 gadi atpakaļ
  Roberto Ierusalimschy 78edc241e9 details about debug info. 26 gadi atpakaļ
  Roberto Ierusalimschy 5a8bb00df4 storing chunk "sources" instead of "filenames". 26 gadi atpakaļ
  Roberto Ierusalimschy 72d675aba7 macros "growvector" and "reallocvector" more compact 26 gadi atpakaļ
  Roberto Ierusalimschy e3a02e6a9c comments 26 gadi atpakaļ
  Roberto Ierusalimschy bb5627f3a4 better control over calls to _ALERT and _ERRORMESSAGE (to avoid error 26 gadi atpakaļ
  Roberto Ierusalimschy 21107d7c2c debug state is restored after a dofile/dostring 26 gadi atpakaļ
  Roberto Ierusalimschy bf6d2ccf92 details 26 gadi atpakaļ
  Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 gadi atpakaļ
  Roberto Ierusalimschy e87fddf1ad GC can be called during parsing, if needed. 27 gadi atpakaļ
  Roberto Ierusalimschy cc117253c8 new implementation for error handling: on error, function _ERRORMESSAGE 27 gadi atpakaļ
  Roberto Ierusalimschy ee912e5a7f auxiliar function "luaD_calln". 27 gadi atpakaļ
  Roberto Ierusalimschy df0df08bc5 "dostring" accepts chunk name. 27 gadi atpakaļ
  Roberto Ierusalimschy d97af0de26 "lua_dobuffer" gets an extra argument, with the chunk name 27 gadi atpakaļ
  Roberto Ierusalimschy 741c6f5006 'dobuffer' addpoted. 27 gadi atpakaļ
  Roberto Ierusalimschy aee3f97acb put back quotes (") when string in dostring ends with a \n 27 gadi atpakaļ
  Roberto Ierusalimschy 46968b8ffa "volatile is the only reliable way to ensure that a local variable 27 gadi atpakaļ
  Roberto Ierusalimschy 07ff251a17 details in "dostring" identification 27 gadi atpakaļ
  Roberto Ierusalimschy 26679b1a48 back to upavalues as extra arguments for C closures; this way it's 28 gadi atpakaļ
  Roberto Ierusalimschy da96eb2cce some details related to OLD_ANSI 28 gadi atpakaļ
  Roberto Ierusalimschy 807ba6301c error method *always* gets a string (otherwise it is not called at all) 28 gadi atpakaļ
  Roberto Ierusalimschy 03f3f9e707 "zio" now keeps its "name". 28 gadi atpakaļ
  Roberto Ierusalimschy de79e7fc58 back to "lua_upvalue"... (seems better choice) 28 gadi atpakaļ
  Roberto Ierusalimschy 8b5b42563c "lua_dobuffer" (is not official, but its there...) 28 gadi atpakaļ
  Roberto Ierusalimschy 45e533599f optimization: closures without upvalues don't need to be closures 28 gadi atpakaļ
  Roberto Ierusalimschy 80b3d28f4a details (mainly error messages) 28 gadi atpakaļ