Roberto Ierusalimschy
|
ab7aceb980
|
Tochange
|
2000-09-20 14:21:20 -03:00 |
|
Roberto Ierusalimschy
|
6ec4a0ef76
|
updates by lhf
|
2000-09-18 16:41:16 -03:00 |
|
Roberto Ierusalimschy
|
2d3ebba537
|
last version before new API
|
2000-08-30 15:58:46 -03:00 |
|
Roberto Ierusalimschy
|
ddc8d94a08
|
new name for `lua_[sg]etglobaltable'
|
2000-08-14 16:18:14 -03:00 |
|
Roberto Ierusalimschy
|
fdd04e7a7f
|
first version of manual for 4.0 beta
|
2000-08-09 16:09:20 -03:00 |
|
Roberto Ierusalimschy
|
ef62b340e0
|
code cleaner for 16 bits.
|
2000-05-24 10:54:49 -03:00 |
|
Roberto Ierusalimschy
|
8714cc02d6
|
`getinfo' gets information about non-active functions, too.
|
2000-05-12 16:49:18 -03:00 |
|
Roberto Ierusalimschy
|
69b45bb4e9
|
changes by lhf
|
2000-05-12 16:19:18 -03:00 |
|
Roberto Ierusalimschy
|
8f2fba5877
|
using new constructs (for & break) in the examples and code fragments
|
2000-04-17 16:23:48 -03:00 |
|
Roberto Ierusalimschy
|
4e90768635
|
lots of changes (almost ready for 4.0)
|
2000-04-14 14:47:55 -03:00 |
|
Roberto Ierusalimschy
|
4343420d4d
|
simplified version of `gc' tag method (only for userdata now).
|
1999-10-04 15:51:04 -02:00 |
|
Roberto Ierusalimschy
|
5caf7f4a33
|
tremove erases its previous last element (to avoid locking potential
garbagge).
|
1999-05-27 17:21:03 -03:00 |
|
Roberto Ierusalimschy
|
3aa500b524
|
new pattern item '+'
|
1999-05-11 17:46:28 -03:00 |
|
Roberto Ierusalimschy
|
732741b62f
|
cannot use (i=i+1)
|
1999-05-05 16:21:57 -03:00 |
|
Roberto Ierusalimschy
|
a0fd8d1787
|
manual for 3.2 beta should be the same one that for 3.2.
|
1999-04-14 17:47:12 -03:00 |
|
Roberto Ierusalimschy
|
4eb67aa710
|
changes from lhf.
|
1999-04-07 13:40:04 -03:00 |
|
Roberto Ierusalimschy
|
e0ff4e5d22
|
first version about Lua debug library.
|
1999-03-29 11:21:37 -03:00 |
|
Roberto Ierusalimschy
|
c454dc7bdd
|
no more if expressions.
|
1999-03-11 16:00:12 -03:00 |
|
Roberto Ierusalimschy
|
2679461637
|
no more assignment expressions (they don't fit in Lua...)
|
1999-03-10 11:09:45 -03:00 |
|
Roberto Ierusalimschy
|
5a8bb00df4
|
storing chunk "sources" instead of "filenames".
|
1999-03-04 18:23:39 -03:00 |
|
Roberto Ierusalimschy
|
6a853fcb8b
|
details (from lhf)
|
1999-02-25 18:07:26 -03:00 |
|
Roberto Ierusalimschy
|
bf6d2ccf92
|
details
|
1999-02-12 17:23:02 -02:00 |
|
Roberto Ierusalimschy
|
8fdd06ba3c
|
lots of new stuff from 3.2
|
1999-02-05 10:15:07 -02:00 |
|
Roberto Ierusalimschy
|
e4830ddce3
|
new option "mode" in "readfrom", "writeto" and "appendto" (for
binary files).
|
1998-11-20 13:41:43 -02:00 |
|
Roberto Ierusalimschy
|
758e330d6e
|
new functions "getn" and "foreachi"
|
1998-11-13 14:48:48 -02:00 |
|
Roberto Ierusalimschy
|
ee22af5ced
|
new functions "seek" and "flush".
|
1998-08-24 17:14:56 -03:00 |
|
Roberto Ierusalimschy
|
cc117253c8
|
new implementation for error handling: on error, function _ERRORMESSAGE
is called, which in turn calls _ALERT to write a message to stderr.
|
1998-08-21 14:43:44 -03:00 |
|
Roberto Ierusalimschy
|
9a0221ef58
|
detail
|
1998-06-29 15:09:28 -03:00 |
|
Roberto Ierusalimschy
|
df0df08bc5
|
"dostring" accepts chunk name.
|
1998-06-19 15:47:06 -03:00 |
|
Roberto Ierusalimschy
|
bec9bc4154
|
sugestions by lhf
|
1998-06-18 14:36:27 -03:00 |
|
Roberto Ierusalimschy
|
d97af0de26
|
"lua_dobuffer" gets an extra argument, with the chunk name
|
1998-06-15 18:34:14 -03:00 |
|
Roberto Ierusalimschy
|
0845e73b6a
|
new copyright notice
|
1998-06-06 18:05:52 -03:00 |
|
Roberto Ierusalimschy
|
02a6891939
|
API for functions to manipulate global state.
|
1998-06-02 17:37:04 -03:00 |
|
Roberto Ierusalimschy
|
74719afc33
|
new functions "frexp" and "ldexp"
|
1998-05-27 16:09:39 -03:00 |
|
Roberto Ierusalimschy
|
abc6eac404
|
new function "clock"
|
1998-05-20 19:21:35 -03:00 |
|
Roberto Ierusalimschy
|
054e0b888a
|
number type in Lua changed for double (by default).
|
1998-05-18 19:26:03 -03:00 |
|
Roberto Ierusalimschy
|
9890bedaab
|
details (format for html)
|
1998-04-02 13:09:16 -03:00 |
|
Roberto Ierusalimschy
|
0a0c9593b8
|
many small corrections; strings with '\0'
|
1998-03-30 15:17:55 -03:00 |
|
Roberto Ierusalimschy
|
81b953f27e
|
details
|
1998-01-14 11:49:44 -02:00 |
|
Roberto Ierusalimschy
|
763c64be9b
|
details
|
1998-01-13 13:42:43 -02:00 |
|
Roberto Ierusalimschy
|
6ac047afc4
|
details
|
1998-01-09 12:57:43 -02:00 |
|
Roberto Ierusalimschy
|
26679b1a48
|
back to upavalues as extra arguments for C closures; this way it's
trivial to make currying.
|
1998-01-07 14:26:48 -02:00 |
|
Roberto Ierusalimschy
|
e04c2b9aa8
|
details
|
1998-01-06 17:17:31 -02:00 |
|
Roberto Ierusalimschy
|
c332c4e927
|
reference manual of the Lua language
|
1998-01-02 16:34:00 -02:00 |
|
Roberto Ierusalimschy
|
e18f681333
|
very small corrections...
|
1997-09-16 16:01:10 -03:00 |
|
Roberto Ierusalimschy
|
caa987faad
|
"random" accepts an 'n' to return between 1 and 'n'.
|
1997-07-30 19:15:18 -03:00 |
|
Roberto Ierusalimschy
|
da4dbe65b2
|
new functionality for "format": "%d$...".
|
1997-07-04 19:35:38 -03:00 |
|
Roberto Ierusalimschy
|
d56e3a6481
|
"locale" support + better uniformity in formating
|
1997-07-02 14:09:48 -03:00 |
|
Roberto Ierusalimschy
|
88b185ada1
|
more uniform source (more macros...)
|
1997-07-01 14:41:34 -03:00 |
|
Roberto Ierusalimschy
|
ef3c45d523
|
for security reasons, one cannot change the tag of a udata
from Lua.
|
1997-06-27 19:38:49 -03:00 |
|