Roberto Ierusalimschy
|
6905ae900b
|
Lua now uses "homemade" lctype (instead of ctype.h from ANSI C)
|
2009-02-19 14:33:51 -03:00 |
Roberto Ierusalimschy
|
e02483dbc0
|
whole build depends on 'makefile' itself + better format for warning
options
|
2008-10-28 14:52:00 -02:00 |
Roberto Ierusalimschy
|
b9e92c8b0d
|
updating header dependencies
|
2008-10-03 13:40:56 -03:00 |
Roberto Ierusalimschy
|
2f8351fe48
|
turn off optimizations when testing
|
2008-02-15 15:44:34 -02:00 |
Roberto Ierusalimschy
|
b8d23d6e07
|
option to use Sun compiler (on lhf account)
|
2007-12-27 10:59:43 -02:00 |
Roberto Ierusalimschy
|
3ca9af51a4
|
emergency garbage collector (core forces a GC when allocation fails)
|
2006-07-11 12:53:29 -03:00 |
Roberto Ierusalimschy
|
98194db429
|
details
|
2006-06-09 14:31:14 -03:00 |
Roberto Ierusalimschy
|
33b4dec1cb
|
no more "auto-detection"
|
2005-11-16 14:25:08 -02:00 |
Roberto Ierusalimschy
|
c6293a76cc
|
LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN
|
2005-05-09 10:14:14 -03:00 |
Roberto Ierusalimschy
|
a17e1fe124
|
new organization using only one library
|
2005-04-07 10:52:19 -03:00 |
Roberto Ierusalimschy
|
d5ebc3ff6d
|
small changes
|
2004-12-22 11:05:33 -02:00 |
Roberto Ierusalimschy
|
9c34e23214
|
new libs `loslib´ and `linit´
|
2004-09-01 10:49:20 -03:00 |
Roberto Ierusalimschy
|
b4cd38ba6c
|
new scheme for configuration through `luaconf.h'
|
2004-04-30 17:13:38 -03:00 |
Roberto Ierusalimschy
|
47fc57a252
|
`TObject' renamed to `TValue' + other name changes and better assertions
for incremental garbage collection
|
2003-12-10 10:13:36 -02:00 |
Roberto Ierusalimschy
|
de57dc2653
|
new scheme to control `loadlib' configuration (default for dlopen
implementation is not to include it)
|
2003-04-07 17:11:53 -03:00 |
Roberto Ierusalimschy
|
15dbb53461
|
towards 5.0 final
|
2003-03-19 18:27:30 -03:00 |
Roberto Ierusalimschy
|
64864f094b
|
new options for debugging Lua (HARDSTACKTESTS & EXTERNMEMCHECK)
|
2002-12-06 15:20:45 -02:00 |
Roberto Ierusalimschy
|
c3eb4675b9
|
new module, ldump.c
|
2002-10-25 18:38:17 -03:00 |
Roberto Ierusalimschy
|
576bded513
|
details
|
2002-08-16 17:02:13 -03:00 |
Roberto Ierusalimschy
|
260e35f576
|
the usual...
|
2002-08-06 16:12:54 -03:00 |
Roberto Ierusalimschy
|
0b00e7f1a2
|
new macro to convert double->int
|
2002-03-18 15:18:35 -03:00 |
Roberto Ierusalimschy
|
63e2d92123
|
no more -DOLD_ANSI option + details
|
2002-02-14 19:49:33 -02:00 |
Roberto Ierusalimschy
|
3533382a1e
|
dependencies updated
|
2002-01-09 19:59:24 -02:00 |
Roberto Ierusalimschy
|
0171543704
|
better optimization options
|
2001-07-24 19:40:08 -03:00 |
Roberto Ierusalimschy
|
5d2d2b1752
|
the usual stuff
|
2001-07-24 14:25:30 -03:00 |
Roberto Ierusalimschy
|
906d5dcc41
|
details
|
2000-11-06 11:45:18 -02:00 |
Roberto Ierusalimschy
|
7409678b5d
|
DEBUG renamed to LUA_DEBUG
|
2000-10-30 15:50:00 -02:00 |
Roberto Ierusalimschy
|
7508fed673
|
final version for 4.0 beta
|
2000-09-18 16:46:37 -03:00 |
Roberto Ierusalimschy
|
8060193702
|
`lauxlib' is now part of the libraries (not used by core Lua)
|
2000-09-11 17:29:27 -03:00 |
Roberto Ierusalimschy
|
e238efc536
|
default now is multi-state
|
2000-08-09 16:16:57 -03:00 |
Roberto Ierusalimschy
|
2ae9c856cf
|
more uniform names
|
2000-04-24 18:05:11 -03:00 |
Roberto Ierusalimschy
|
c845ec777a
|
new order for modules (better locality??)
|
2000-04-14 14:52:09 -03:00 |
Roberto Ierusalimschy
|
4d4e6f07c0
|
all order operators use a single tag method (<)
|
2000-02-22 16:12:46 -02:00 |
Roberto Ierusalimschy
|
3bc925138e
|
first version of code optimizer
|
2000-02-22 11:31:43 -02:00 |
Roberto Ierusalimschy
|
4343420d4d
|
simplified version of `gc' tag method (only for userdata now).
|
1999-10-04 15:51:04 -02:00 |
Roberto Ierusalimschy
|
05f55cc062
|
more warning checking (mainly related to const strings).
|
1999-08-17 17:21:52 -03:00 |
Roberto Ierusalimschy
|
24a2c08145
|
details
|
1999-02-24 18:31:03 -03:00 |
Roberto Ierusalimschy
|
aa9c75c06e
|
no more EXTRALIBS (and new dependencies)
|
1999-02-23 12:01:29 -03:00 |
Roberto Ierusalimschy
|
76179a1014
|
compile option EXTRALIB for builtin functions that can be written in Lua.
|
1999-02-04 17:12:35 -02:00 |
Roberto Ierusalimschy
|
19de5b2205
|
new dependencies
|
1999-02-04 14:37:41 -02:00 |
Roberto Ierusalimschy
|
e24f7fd2d2
|
details
|
1999-01-11 18:23:54 -02:00 |
Roberto Ierusalimschy
|
01772cefa5
|
new library for debbuging
|
1999-01-08 14:47:44 -02:00 |
Roberto Ierusalimschy
|
eb45f8b631
|
details (dependencies)
|
1998-06-19 15:52:27 -03:00 |
Roberto Ierusalimschy
|
7e59a8901d
|
NEW LL(1) PARSER
|
1998-05-27 10:08:34 -03:00 |
Roberto Ierusalimschy
|
054e0b888a
|
number type in Lua changed for double (by default).
|
1998-05-18 19:26:03 -03:00 |
Roberto Ierusalimschy
|
0c031dcc8b
|
details
|
1998-01-05 15:12:54 -02:00 |
Roberto Ierusalimschy
|
964c503a63
|
LUA_COMPAT2.5 may use #ifdef instead of #if
|
1998-01-02 15:46:32 -02:00 |
Roberto Ierusalimschy
|
d916487d7c
|
auxlib split in two parts (lauxlib and lbuffer)
|
1997-12-23 17:24:36 -02:00 |
Roberto Ierusalimschy
|
502343b402
|
new scheme for buffers, centralized in auxlib.
|
1997-12-17 18:48:58 -02:00 |
Roberto Ierusalimschy
|
592a3f289b
|
first implementation of centralized global state.
|
1997-11-19 15:29:23 -02:00 |