Roberto Ierusalimschy
|
162b66624d
|
no more `lua_userinit' macro
|
2005-01-10 14:31:30 -02:00 |
|
Roberto Ierusalimschy
|
e791f025c0
|
no more `_TRACEBACK' variable
|
2005-01-10 14:30:59 -02:00 |
|
Roberto Ierusalimschy
|
f61d435a7d
|
a^b calls `pow´ (from math.h) directly
|
2005-01-07 18:00:33 -02:00 |
|
Roberto Ierusalimschy
|
071b2ae0e1
|
details
|
2005-01-07 17:53:32 -02:00 |
|
Roberto Ierusalimschy
|
e2498e079e
|
change in hash algorithm so that it does not need empty slot
(tables can be 100% full)
|
2005-01-05 16:20:51 -02:00 |
|
Roberto Ierusalimschy
|
65726f3e2e
|
cleaner interface to `ltable'
|
2005-01-04 13:55:12 -02:00 |
|
Roberto Ierusalimschy
|
9fe2d0266a
|
better configuration for Windows
|
2005-01-04 10:46:04 -02:00 |
|
Roberto Ierusalimschy
|
e22cdf7752
|
better error messages when require fails for C module
|
2004-12-29 16:56:34 -02:00 |
|
Roberto Ierusalimschy
|
a5eb48a3e6
|
redesigned loadlib (Windows version not tested yet)
|
2004-12-27 13:58:15 -02:00 |
|
Roberto Ierusalimschy
|
49fe79e9fd
|
small change
|
2004-12-27 13:58:15 -02:00 |
|
Roberto Ierusalimschy
|
96727c61b8
|
several improvements/corrections
|
2004-12-22 15:43:27 -02:00 |
|
Roberto Ierusalimschy
|
d5ebc3ff6d
|
small changes
|
2004-12-22 11:05:33 -02:00 |
|
Roberto Ierusalimschy
|
3d19aee78f
|
`luac' may generate code without upvalue names
|
2004-12-20 13:50:00 -02:00 |
|
Roberto Ierusalimschy
|
4194de70e7
|
details
|
2004-12-20 11:47:29 -02:00 |
|
Roberto Ierusalimschy
|
c6254dceff
|
a different option for the GC
|
2004-12-13 10:15:11 -02:00 |
|
Roberto Ierusalimschy
|
a56d889f72
|
corrections for `absent' implementation
|
2004-12-13 10:14:21 -02:00 |
|
Roberto Ierusalimschy
|
2ec4fc4295
|
simpler code for `print'
|
2004-12-07 16:31:34 -02:00 |
|
Roberto Ierusalimschy
|
70751dd27c
|
details
|
2004-12-07 16:31:16 -02:00 |
|
Roberto Ierusalimschy
|
39a8082f50
|
more options for controling the GC
|
2004-12-06 15:53:42 -02:00 |
|
Roberto Ierusalimschy
|
531874f6ce
|
better (correct?) way to handle `next' over removed keys
|
2004-12-04 16:10:22 -02:00 |
|
Roberto Ierusalimschy
|
61a888518f
|
details
|
2004-12-03 18:54:12 -02:00 |
|
Roberto Ierusalimschy
|
c78940f21a
|
static names do not need `luaX_' prefix
|
2004-12-03 18:50:25 -02:00 |
|
Roberto Ierusalimschy
|
8b239eeba1
|
details
|
2004-12-03 18:44:19 -02:00 |
|
Roberto Ierusalimschy
|
a5330b77f3
|
static names do not need `luaX_' prefix
|
2004-12-03 18:35:33 -02:00 |
|
Roberto Ierusalimschy
|
e1c2fb6eed
|
details
|
2004-12-02 10:59:10 -02:00 |
|
Roberto Ierusalimschy
|
12dacd3c0e
|
added an `L' parameter to macros L_TRY & L_THROW (someone may need it).
|
2004-12-01 13:52:54 -02:00 |
|
Roberto Ierusalimschy
|
23b38176a7
|
`LUA_FIRSTINDEX' should not be configurable
|
2004-12-01 13:50:18 -02:00 |
|
Roberto Ierusalimschy
|
97e2dab1fb
|
better control of overflows in size computations
|
2004-12-01 13:46:18 -02:00 |
|
Roberto Ierusalimschy
|
0ed8519127
|
detail
|
2004-12-01 13:46:06 -02:00 |
|
Roberto Ierusalimschy
|
0e002005b1
|
better names for `luaM_free...' macros
|
2004-11-24 17:20:21 -02:00 |
|
Roberto Ierusalimschy
|
1d99a7360b
|
details
|
2004-11-24 17:16:03 -02:00 |
|
Roberto Ierusalimschy
|
2f82bf6fe9
|
better support for 64-bit machines
|
2004-11-24 16:55:56 -02:00 |
|
Roberto Ierusalimschy
|
087df82a61
|
detail
|
2004-11-24 16:55:42 -02:00 |
|
Roberto Ierusalimschy
|
10e48b9160
|
details
|
2004-11-19 14:59:08 -02:00 |
|
Roberto Ierusalimschy
|
6f1ea817f5
|
better control over memory-size overflows
|
2004-11-19 13:52:40 -02:00 |
|
Roberto Ierusalimschy
|
cdcb236747
|
needs to include stdlib.h' to access getenv'
|
2004-11-19 13:52:12 -02:00 |
|
Roberto Ierusalimschy
|
9be5844713
|
first full implementation of new package system
|
2004-11-18 17:53:49 -02:00 |
|
Roberto Ierusalimschy
|
497f042fad
|
detail
|
2004-11-17 10:02:41 -02:00 |
|
Roberto Ierusalimschy
|
2ed07ea8c1
|
towards "requiring" C libraries
|
2004-11-11 13:42:57 -02:00 |
|
Roberto Ierusalimschy
|
cfd7bc478f
|
better patch for buffer overflow error
|
2004-11-03 10:22:39 -02:00 |
|
Roberto Ierusalimschy
|
737ec947d3
|
better implementation for `floating-point bytes'
|
2004-11-01 12:06:50 -03:00 |
|
Roberto Ierusalimschy
|
45d566f676
|
small corrections (thanks to Mike Pall)
|
2004-11-01 11:33:33 -03:00 |
|
Roberto Ierusalimschy
|
cfb79b1751
|
more secure way to compute final string length
|
2004-10-28 14:45:51 -03:00 |
|
Roberto Ierusalimschy
|
3e1a1f2836
|
better configuration for loadlib + tested Mac OS X version
|
2004-10-18 15:07:31 -03:00 |
|
Roberto Ierusalimschy
|
b32e9a46d2
|
better configuration for loadlib
|
2004-10-18 15:07:31 -03:00 |
|
Roberto Ierusalimschy
|
e5cfa7a367
|
use of parentheses around macro parameters in call lists, to avoid
problems with comma expressions
|
2004-10-18 09:51:44 -03:00 |
|
Roberto Ierusalimschy
|
aae1612747
|
avoid name chash in `all.c'
|
2004-10-08 15:57:16 -03:00 |
|
Roberto Ierusalimschy
|
8050e75f9d
|
bug: gc metamethod must disable GC steps (to avoid nested calls)
|
2004-10-08 13:00:34 -03:00 |
|
Roberto Ierusalimschy
|
3bec76abe3
|
first version of loadlib for Mac OS X (not tested yet!!)
|
2004-10-07 14:27:20 -03:00 |
|
Roberto Ierusalimschy
|
5cb6037d49
|
cannot jump to a setlist count
|
2004-10-07 14:27:00 -03:00 |
|