Roberto Ierusalimschy
|
de65253f2d
|
new way to handle _PROMPT
|
1999-12-20 11:03:20 -02:00 |
|
Roberto Ierusalimschy
|
968ad49da6
|
`lua_newstate' gets the inital stack size and other arguments
|
1999-12-06 09:41:28 -02:00 |
|
Roberto Ierusalimschy
|
29ede6aa13
|
first implementation of multiple states (reentrant code).
|
1999-11-22 11:12:07 -02:00 |
|
Roberto Ierusalimschy
|
951897c093
|
last warnings in Visual C
|
1999-11-16 10:50:48 -02:00 |
|
Roberto Ierusalimschy
|
a34677e4f4
|
details
|
1999-11-12 11:54:44 -02:00 |
|
Roberto Ierusalimschy
|
a7fa7bafc8
|
new warnings with option "-W" (gcc)
|
1999-11-09 15:59:35 -02:00 |
|
Roberto Ierusalimschy
|
b2c89ed2d2
|
new mechanism to access argv from a script
|
1999-08-18 14:40:54 -03:00 |
|
Roberto Ierusalimschy
|
c787dccd9b
|
"const" !!!
|
1999-08-16 17:52:00 -03:00 |
|
Roberto Ierusalimschy
|
3b4c831ca9
|
some systems do not reset signal handlers when a signal happens
|
1999-07-02 15:22:38 -03:00 |
|
Roberto Ierusalimschy
|
3fdab3981b
|
no more automatic setlocale.
|
1999-06-24 16:42:02 -03:00 |
|
Roberto Ierusalimschy
|
5687949560
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
1999-02-04 15:47:59 -02:00 |
|
Roberto Ierusalimschy
|
2431534f10
|
details
|
1999-01-26 09:50:58 -02:00 |
|
Roberto Ierusalimschy
|
01772cefa5
|
new library for debbuging
|
1999-01-08 14:47:44 -02:00 |
|
Roberto Ierusalimschy
|
dc90d4bce3
|
when handling signals (^C), deep old hook values.
|
1999-01-06 11:12:41 -02:00 |
|
Roberto Ierusalimschy
|
766e67ef3b
|
to avoid warnings about "typecast" (Visual C++)
|
1998-12-28 11:44:54 -02:00 |
|
Roberto Ierusalimschy
|
a9dd2c6717
|
interrupts lua loops with "^C" (via signals)
|
1998-02-11 18:56:05 -02:00 |
|
Roberto Ierusalimschy
|
783ba75129
|
needs "stdlib.h" (calls "exit")
|
1998-01-19 17:49:49 -02:00 |
|
Roberto Ierusalimschy
|
a78eecee48
|
details (aborts with invalid arguments)
|
1997-12-22 18:03:50 -02:00 |
|
Roberto Ierusalimschy
|
43461d267f
|
help message
|
1997-12-22 16:05:23 -02:00 |
|
Roberto Ierusalimschy
|
7ecc3ce827
|
new command line options
|
1997-12-19 16:34:23 -02:00 |
|
Roberto Ierusalimschy
|
cdd261f332
|
new option "-q" (quiet), and multi-line commands (ending with '\')
|
1997-12-11 15:00:21 -02:00 |
|
Roberto Ierusalimschy
|
034f16892e
|
better treatment of MARKs and DEBUG cases.
|
1997-12-11 12:48:46 -02:00 |
|
Roberto Ierusalimschy
|
69d97712ec
|
arguments "var=value" doesn't need quotes for value
|
1997-12-03 17:57:54 -02:00 |
|
Roberto Ierusalimschy
|
3393fd7f25
|
first version of "lua_close"
|
1997-12-01 18:31:25 -02:00 |
|
Roberto Ierusalimschy
|
accd7bc253
|
small modifications (format, small optimizations, etc)
|
1997-11-21 17:00:46 -02:00 |
|
Roberto Ierusalimschy
|
592a3f289b
|
first implementation of centralized global state.
|
1997-11-19 15:29:23 -02:00 |
|
Roberto Ierusalimschy
|
19c178fa14
|
new (smaller) prompt
|
1997-10-16 16:35:59 -02:00 |
|
Roberto Ierusalimschy
|
a3235ad270
|
prompt for interactive mode
|
1997-10-06 12:51:32 -02:00 |
|
Roberto Ierusalimschy
|
2d2440a753
|
Lua stand-alone interpreter
|
1997-09-16 16:25:59 -03:00 |
|
Roberto Ierusalimschy
|
7820a47184
|
LOCALE support
|
1997-07-01 16:32:41 -03:00 |
|
Roberto Ierusalimschy
|
27b6bbdcf3
|
"testC" inactive (active only for tests)
|
1997-06-19 15:55:40 -03:00 |
|
Roberto Ierusalimschy
|
f6d95140ae
|
using old version functions.
|
1997-06-18 18:20:45 -03:00 |
|
Roberto Ierusalimschy
|
085181a08a
|
new function "testC", to help debug the API.
|
1997-06-09 14:29:16 -03:00 |
|
Roberto Ierusalimschy
|
42fa305649
|
better error messages;
better names for some API functions.
|
1997-04-04 19:24:51 -03:00 |
|
Roberto Ierusalimschy
|
6d383202dc
|
"dofile" and "dostring" may return values.
|
1996-09-24 14:30:28 -03:00 |
|
Roberto Ierusalimschy
|
9a3c51cff1
|
new name for POSIX flag (this one turns on some posix stuff in standard
header files).
|
1996-07-06 17:20:35 -03:00 |
|
Roberto Ierusalimschy
|
6336d2f9e1
|
flag for direct execution is "-e"; argument with an "=" goes to
direct execution, independently of flags.
|
1996-07-05 17:55:43 -03:00 |
|
Roberto Ierusalimschy
|
0baa915343
|
new option "-x" to execute a string given as argument.
|
1996-06-10 16:35:46 -03:00 |
|
Roberto Ierusalimschy
|
01ea523b80
|
small corrections.
|
1996-05-03 17:10:59 -03:00 |
|
Roberto Ierusalimschy
|
42b947296b
|
"fileno" is not ansi.
|
1996-04-23 09:43:07 -03:00 |
|
Roberto Ierusalimschy
|
40306b10db
|
small corrections.
|
1996-03-12 12:56:03 -03:00 |
|
Roberto Ierusalimschy
|
024f2374ab
|
"AUTHORS" separated from COPYRIGHT.
|
1995-10-31 15:05:35 -02:00 |
|
Roberto Ierusalimschy
|
b5745d11cd
|
uses "isatty" to check if executes stdin line by line or as a file.
|
1995-10-23 11:54:11 -02:00 |
|
Roberto Ierusalimschy
|
79ce619876
|
new command line options: -v to print Copyright message, and
- to read stdin.
|
1995-10-06 11:11:40 -03:00 |
|
Luiz Henrique de Figueiredo
|
0761c4c036
|
included string.h
|
1995-02-07 14:04:15 -02:00 |
|
Waldemar Celes
|
891cab8a31
|
Passar os argv apos '--' para Lua.
Captura-se cada argv com a funcao argv(i), onde i = 1, 2, ...
|
1994-12-14 17:58:20 -02:00 |
|
Roberto Ierusalimschy
|
0f580df73c
|
'main' returns condition code
|
1994-11-28 15:12:49 -02:00 |
|
Waldemar Celes
|
d443840846
|
Linguagem para Usuarios de Aplicacao
|
1993-12-17 16:41:19 -02:00 |
|
The Lua team
|
cd05d9c5cb
|
oldest known commit
|
1993-07-28 10:18:00 -03:00 |
|