Roberto Ierusalimschy
|
8f2fba5877
using new constructs (for & break) in the examples and code fragments
|
25 years ago |
Roberto Ierusalimschy
|
4e90768635
lots of changes (almost ready for 4.0)
|
25 years ago |
Roberto Ierusalimschy
|
4343420d4d
simplified version of `gc' tag method (only for userdata now).
|
26 years ago |
Roberto Ierusalimschy
|
5caf7f4a33
tremove erases its previous last element (to avoid locking potential
|
26 years ago |
Roberto Ierusalimschy
|
3aa500b524
new pattern item '+'
|
26 years ago |
Roberto Ierusalimschy
|
732741b62f
cannot use (i=i+1)
|
26 years ago |
Roberto Ierusalimschy
|
a0fd8d1787
manual for 3.2 beta should be the same one that for 3.2.
|
26 years ago |
Roberto Ierusalimschy
|
4eb67aa710
changes from lhf.
|
26 years ago |
Roberto Ierusalimschy
|
e0ff4e5d22
first version about Lua debug library.
|
26 years ago |
Roberto Ierusalimschy
|
c454dc7bdd
no more if expressions.
|
26 years ago |
Roberto Ierusalimschy
|
2679461637
no more assignment expressions (they don't fit in Lua...)
|
26 years ago |
Roberto Ierusalimschy
|
5a8bb00df4
storing chunk "sources" instead of "filenames".
|
26 years ago |
Roberto Ierusalimschy
|
6a853fcb8b
details (from lhf)
|
26 years ago |
Roberto Ierusalimschy
|
bf6d2ccf92
details
|
26 years ago |
Roberto Ierusalimschy
|
8fdd06ba3c
lots of new stuff from 3.2
|
26 years ago |
Roberto Ierusalimschy
|
e4830ddce3
new option "mode" in "readfrom", "writeto" and "appendto" (for
|
27 years ago |
Roberto Ierusalimschy
|
758e330d6e
new functions "getn" and "foreachi"
|
27 years ago |
Roberto Ierusalimschy
|
ee22af5ced
new functions "seek" and "flush".
|
27 years ago |
Roberto Ierusalimschy
|
cc117253c8
new implementation for error handling: on error, function _ERRORMESSAGE
|
27 years ago |
Roberto Ierusalimschy
|
9a0221ef58
detail
|
27 years ago |
Roberto Ierusalimschy
|
df0df08bc5
"dostring" accepts chunk name.
|
27 years ago |
Roberto Ierusalimschy
|
bec9bc4154
sugestions by lhf
|
27 years ago |
Roberto Ierusalimschy
|
d97af0de26
"lua_dobuffer" gets an extra argument, with the chunk name
|
27 years ago |
Roberto Ierusalimschy
|
0845e73b6a
new copyright notice
|
27 years ago |
Roberto Ierusalimschy
|
02a6891939
API for functions to manipulate global state.
|
27 years ago |
Roberto Ierusalimschy
|
74719afc33
new functions "frexp" and "ldexp"
|
27 years ago |
Roberto Ierusalimschy
|
abc6eac404
new function "clock"
|
27 years ago |
Roberto Ierusalimschy
|
054e0b888a
number type in Lua changed for double (by default).
|
27 years ago |
Roberto Ierusalimschy
|
9890bedaab
details (format for html)
|
27 years ago |
Roberto Ierusalimschy
|
0a0c9593b8
many small corrections; strings with '\0'
|
27 years ago |