Roberto Ierusalimschy
|
4daae2165d
|
new API function and built-in "lua_copytagmethods"
|
1997-12-11 15:21:11 -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
|
c759520bc8
|
safer way to put #defines in error messages...
|
1997-12-09 14:01:08 -02:00 |
Roberto Ierusalimschy
|
80b3d28f4a
|
details (mainly error messages)
|
1997-12-09 11:50:08 -02:00 |
Roberto Ierusalimschy
|
69d97712ec
|
arguments "var=value" doesn't need quotes for value
|
1997-12-03 17:57:54 -02:00 |
Roberto Ierusalimschy
|
5d89dad9b8
|
bug log
|
1997-12-02 10:46:15 -02:00 |
Roberto Ierusalimschy
|
525a91fed3
|
BUG: "lastline" was not reset on function entry, so debug information
started only in the 2nd line of a function.
|
1997-12-02 10:43:54 -02:00 |
Roberto Ierusalimschy
|
868d16dee0
|
comments
|
1997-12-02 10:43:44 -02:00 |
Roberto Ierusalimschy
|
3393fd7f25
|
first version of "lua_close"
|
1997-12-01 18:31:25 -02:00 |
Roberto Ierusalimschy
|
00c122cc29
|
other distribution of memory debug information.
|
1997-12-01 18:30:44 -02:00 |
Roberto Ierusalimschy
|
03160920cf
|
store "functofind" in stack top, so doesn't need this field in
global state.
|
1997-11-28 14:56:05 -02:00 |
Roberto Ierusalimschy
|
b42cc6a4d2
|
no more protected global variables; using upvalues to store tags.
|
1997-11-28 10:40:37 -02:00 |
Roberto Ierusalimschy
|
a6ad644bf2
|
no more protected global variables
|
1997-11-28 10:39:45 -02:00 |
Roberto Ierusalimschy
|
39fd5bb9b0
|
details
|
1997-11-28 10:39:22 -02:00 |
Roberto Ierusalimschy
|
5482992dec
|
other access method for C upvalues (as arguments)
|
1997-11-27 16:25:14 -02:00 |
Roberto Ierusalimschy
|
024528e0c2
|
global variables starting with '.' are protected in Lua (temporarily at
least...)
|
1997-11-27 13:59:44 -02:00 |
Roberto Ierusalimschy
|
ef37c87e93
|
no more 'globalbag'
|
1997-11-27 13:59:25 -02:00 |
Roberto Ierusalimschy
|
9e029f98b9
|
details
|
1997-11-26 18:44:52 -02:00 |
Roberto Ierusalimschy
|
e962330df9
|
"stacklimit" is not necessary.
|
1997-11-26 18:28:22 -02:00 |
Roberto Ierusalimschy
|
b291e50006
|
extra argument for "assert"
|
1997-11-26 17:40:27 -02:00 |
Roberto Ierusalimschy
|
9ae0c082a3
|
small details by lint.
|
1997-11-26 16:53:45 -02:00 |
Roberto Ierusalimschy
|
accd7bc253
|
small modifications (format, small optimizations, etc)
|
1997-11-21 17:00:46 -02:00 |
Roberto Ierusalimschy
|
6153200bc2
|
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
|
1997-11-19 16:16:33 -02:00 |
Roberto Ierusalimschy
|
2e7595522d
|
allows '\r' at the end of pragmas, so one can mix Windows and Unix files
|
1997-11-19 15:35:47 -02:00 |
Roberto Ierusalimschy
|
b79ffdc4ce
|
global state for Lua interpreter
|
1997-11-19 15:31:19 -02:00 |
Roberto Ierusalimschy
|
592a3f289b
|
first implementation of centralized global state.
|
1997-11-19 15:29:23 -02:00 |
Roberto Ierusalimschy
|
9cdeb275e7
|
details
|
1997-11-10 15:47:01 -02:00 |
Roberto Ierusalimschy
|
c957b270d2
|
"call" now handles errors (instead of "dostring")
|
1997-11-07 16:19:13 -02:00 |
Roberto Ierusalimschy
|
92791b9dd6
|
small details
|
1997-11-07 13:09:49 -02:00 |
Roberto Ierusalimschy
|
45cad43c3f
|
"lua_open": now lua has an explicit open operation.
|
1997-11-04 13:27:53 -02:00 |
Roberto Ierusalimschy
|
dad5a01fb0
|
trigonometric mode stored in a Lua global variable.
|
1997-11-03 19:11:44 -02:00 |
Roberto Ierusalimschy
|
66713181c1
|
no need of "emergency error"...
|
1997-11-03 19:00:23 -02:00 |
Roberto Ierusalimschy
|
7135803cc8
|
"global" version of a nil object.
|
1997-11-03 18:45:23 -02:00 |
Roberto Ierusalimschy
|
b7567b6673
|
"read" & "write" may receive a file handler as first argument
|
1997-10-30 18:29:09 -02:00 |
Roberto Ierusalimschy
|
f8c95fa9e8
|
new "block" syntax (DO ... END)
|
1997-10-30 16:47:19 -02:00 |
Roberto Ierusalimschy
|
9c965d0ffb
|
more precise error messages for compiler limits.
|
1997-10-28 15:26:53 -02:00 |
Roberto Ierusalimschy
|
6103dca8ee
|
small bug.
|
1997-10-27 14:14:37 -02:00 |
Roberto Ierusalimschy
|
18cd7adac6
|
optimization to handle <a.x> (new opcode).
|
1997-10-24 16:40:29 -02:00 |
Roberto Ierusalimschy
|
41223a01ec
|
definition of "PI" and modes for angles.
|
1997-10-24 15:44:22 -02:00 |
Roberto Ierusalimschy
|
e78cf96c97
|
first version of Cclosures.
|
1997-10-24 15:17:24 -02:00 |
Roberto Ierusalimschy
|
0cb3843956
|
"foreach" and "foreachvar" more robust (to survive GCs), and with
termination test.
|
1997-10-23 14:28:48 -02:00 |
Roberto Ierusalimschy
|
907368ead5
|
GC now considers an "estimate" of object size, instead of just the number
of objects.
|
1997-10-23 14:26:37 -02:00 |
Roberto Ierusalimschy
|
81489beea1
|
functions may use many upvalues, to keep global values.
|
1997-10-18 14:46:39 -02:00 |
Roberto Ierusalimschy
|
ac30aad09b
|
new functions "foreach" and "foreachvar"
|
1997-10-18 14:33:36 -02:00 |
Roberto Ierusalimschy
|
2c89651fc6
|
macro "val" should live together with macro "ref".
|
1997-10-18 14:29:15 -02:00 |
Roberto Ierusalimschy
|
3a89c973ff
|
details
|
1997-10-16 19:14:47 -02:00 |
Roberto Ierusalimschy
|
52d5e8032c
|
better identification of types which are tags
|
1997-10-16 18:07:40 -02:00 |
Roberto Ierusalimschy
|
19c178fa14
|
new (smaller) prompt
|
1997-10-16 16:35:59 -02:00 |
Roberto Ierusalimschy
|
45ccb0e881
|
"nupvalues" is kept in Closure, not in prototype (as a preparation
for C closures...)
|
1997-10-16 08:59:34 -02:00 |