Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy ae55f3eead no varargs in Lua API 25 years ago
  Roberto Ierusalimschy 88657809ac details 25 years ago
  Roberto Ierusalimschy e3ea307434 small changes to allow redefinition of some buffer sizes. 25 years ago
  Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
  Roberto Ierusalimschy 8ac0bbf64b new option `-c' to close lua. 25 years ago
  Roberto Ierusalimschy 0b56646baf new function `getargs' 25 years ago
  Roberto Ierusalimschy 556a89e537 new names for debug types 25 years ago
  Roberto Ierusalimschy 441469f803 new option `-s' + argv ends with NULL (so we don't need argc). 25 years ago
  Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
  Roberto Ierusalimschy 228a62f799 details 25 years ago
  Roberto Ierusalimschy 33d3504889 new debug API 25 years ago
  Roberto Ierusalimschy aee07c6599 details 25 years ago
  Roberto Ierusalimschy 3daeabb606 new way to pass arguments: with option `-f' 26 years ago
  Roberto Ierusalimschy de65253f2d new way to handle _PROMPT 26 years ago
  Roberto Ierusalimschy 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 26 years ago
  Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 26 years ago
  Roberto Ierusalimschy 951897c093 last warnings in Visual C 26 years ago
  Roberto Ierusalimschy a34677e4f4 details 26 years ago
  Roberto Ierusalimschy a7fa7bafc8 new warnings with option "-W" (gcc) 26 years ago
  Roberto Ierusalimschy b2c89ed2d2 new mechanism to access argv from a script 26 years ago
  Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
  Roberto Ierusalimschy 3b4c831ca9 some systems do not reset signal handlers when a signal happens 26 years ago
  Roberto Ierusalimschy 3fdab3981b no more automatic setlocale. 26 years ago
  Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
  Roberto Ierusalimschy 2431534f10 details 26 years ago
  Roberto Ierusalimschy 01772cefa5 new library for debbuging 26 years ago
  Roberto Ierusalimschy dc90d4bce3 when handling signals (^C), deep old hook values. 26 years ago
  Roberto Ierusalimschy 766e67ef3b to avoid warnings about "typecast" (Visual C++) 26 years ago
  Roberto Ierusalimschy a9dd2c6717 interrupts lua loops with "^C" (via signals) 27 years ago
  Roberto Ierusalimschy 783ba75129 needs "stdlib.h" (calls "exit") 27 years ago