202 Commits (36ab1ee10c557efe625bfab76eeea9fc6e0b7ab9)

Author SHA1 Message Date
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' 25 years ago
Roberto Ierusalimschy de65253f2d new way to handle _PROMPT 25 years ago
Roberto Ierusalimschy 968ad49da6 `lua_newstate' gets the inital stack size and other arguments 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy 951897c093 last warnings in Visual C 25 years ago
Roberto Ierusalimschy a34677e4f4 details 25 years ago
Roberto Ierusalimschy a7fa7bafc8 new warnings with option "-W" (gcc) 25 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
Roberto Ierusalimschy a78eecee48 details (aborts with invalid arguments) 27 years ago
Roberto Ierusalimschy 43461d267f help message 27 years ago
Roberto Ierusalimschy 7ecc3ce827 new command line options 27 years ago
Roberto Ierusalimschy cdd261f332 new option "-q" (quiet), and multi-line commands (ending with '\') 27 years ago
Roberto Ierusalimschy 034f16892e better treatment of MARKs and DEBUG cases. 27 years ago
Roberto Ierusalimschy 69d97712ec arguments "var=value" doesn't need quotes for value 27 years ago
Roberto Ierusalimschy 3393fd7f25 first version of "lua_close" 27 years ago
Roberto Ierusalimschy accd7bc253 small modifications (format, small optimizations, etc) 27 years ago
Roberto Ierusalimschy 592a3f289b first implementation of centralized global state. 27 years ago
Roberto Ierusalimschy 19c178fa14 new (smaller) prompt 27 years ago
Roberto Ierusalimschy a3235ad270 prompt for interactive mode 27 years ago
Roberto Ierusalimschy 2d2440a753 Lua stand-alone interpreter 28 years ago
Roberto Ierusalimschy 7820a47184 LOCALE support 28 years ago
Roberto Ierusalimschy 27b6bbdcf3 "testC" inactive (active only for tests) 28 years ago
Roberto Ierusalimschy f6d95140ae using old version functions. 28 years ago
Roberto Ierusalimschy 085181a08a new function "testC", to help debug the API. 28 years ago
Roberto Ierusalimschy 42fa305649 better error messages; 28 years ago
Roberto Ierusalimschy 6d383202dc "dofile" and "dostring" may return values. 29 years ago
Roberto Ierusalimschy 9a3c51cff1 new name for POSIX flag (this one turns on some posix stuff in standard 29 years ago
Roberto Ierusalimschy 6336d2f9e1 flag for direct execution is "-e"; argument with an "=" goes to 29 years ago
Roberto Ierusalimschy 0baa915343 new option "-x" to execute a string given as argument. 29 years ago
Roberto Ierusalimschy 01ea523b80 small corrections. 29 years ago
Roberto Ierusalimschy 42b947296b "fileno" is not ansi. 29 years ago
Roberto Ierusalimschy 40306b10db small corrections. 29 years ago
Roberto Ierusalimschy 024f2374ab "AUTHORS" separated from COPYRIGHT. 29 years ago
Roberto Ierusalimschy b5745d11cd uses "isatty" to check if executes stdin line by line or as a file. 29 years ago
Roberto Ierusalimschy 79ce619876 new command line options: -v to print Copyright message, and 30 years ago
Luiz Henrique de Figueiredo 0761c4c036 included string.h 30 years ago
Waldemar Celes 891cab8a31 Passar os argv apos '--' para Lua. 30 years ago
Roberto Ierusalimschy 0f580df73c 'main' returns condition code 30 years ago