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 |
|
Roberto Ierusalimschy
|
92791b9dd6
|
small details
|
1997-11-07 13:09:49 -02:00 |
|
Roberto Ierusalimschy
|
e78cf96c97
|
first version of Cclosures.
|
1997-10-24 15:17:24 -02:00 |
|
Roberto Ierusalimschy
|
2bb94d9e22
|
using bison instead of yacc; lparser.c renamed to lstx.c (to
avoid confusion with lparser.h...)
|
1997-10-13 20:10:45 -02:00 |
|
Roberto Ierusalimschy
|
a580480b07
|
new implementation for globals: Global value is stored in TaggedString
|
1997-09-26 12:02:26 -03:00 |
|
Roberto Ierusalimschy
|
9828893f7e
|
Makefile
|
1997-09-16 16:33:21 -03:00 |
|
Roberto Ierusalimschy
|
e8292f076d
|
new dependencies
|
1997-07-31 17:45:25 -03:00 |
|
Roberto Ierusalimschy
|
7820a47184
|
LOCALE support
|
1997-07-01 16:32:41 -03:00 |
|
Roberto Ierusalimschy
|
e81f184164
|
new #define LUA_COMPAT2_5 to select "compatibility mode".
|
1997-06-23 15:27:53 -03:00 |
|
Roberto Ierusalimschy
|
c9a2dfeb2c
|
using "zio" for parsing Lua code.
|
1997-06-16 13:50:22 -03:00 |
|
Roberto Ierusalimschy
|
cb1d8f0fa0
|
missing small dependency.
|
1997-06-11 15:57:00 -03:00 |
|
Roberto Ierusalimschy
|
3a9516ffc8
|
luaL check functions do not need the function name (it can be
accessed via luadebug interface).
|
1997-04-06 11:08:08 -03:00 |
|
Roberto Ierusalimschy
|
f8a571ee35
|
some new options for warnings and optimizations.
|
1997-03-31 17:58:42 -03:00 |
|
Roberto Ierusalimschy
|
397e32399b
|
update of ".h" dependencies
|
1997-03-31 11:23:49 -03:00 |
|
Roberto Ierusalimschy
|
373363cb69
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
|
Roberto Ierusalimschy
|
eea734aa88
|
new module 'auxlib' centralizes functions to get/check parameters.
|
1997-03-17 14:02:29 -03:00 |
|
Roberto Ierusalimschy
|
c3c0b52a1f
|
atualization of #include dependencies.
|
1997-03-05 10:37:04 -03:00 |
|
Roberto Ierusalimschy
|
fd379b38f7
|
new flag for STRERROR; libs now are called lib...
|
1996-11-06 18:48:03 -02:00 |
|
Roberto Ierusalimschy
|
a7ca46405d
|
unused "#include".
|
1996-05-06 13:59:00 -03:00 |
|
Roberto Ierusalimschy
|
0e2297afaa
|
update of dependencies from "#include"s.
|
1996-05-06 11:38:40 -03:00 |
|
Roberto Ierusalimschy
|
88cf0836fc
|
"isatty" is POSIX, but not ANSI.
|
1996-05-03 14:27:03 -03:00 |
|
Roberto Ierusalimschy
|
25116a3065
|
"malloc.h" is not ansi.
|
1996-04-25 11:01:27 -03:00 |
|
Roberto Ierusalimschy
|
54ba642cc3
|
new module "undump.o"
|
1996-03-15 15:22:09 -03:00 |
|
Roberto Ierusalimschy
|
ef94999647
|
parse.o was included twice in lua.a
|
1996-03-05 12:57:53 -03:00 |
|
Roberto Ierusalimschy
|
0f4903a5d7
|
new header "lex.h".
|
1996-02-13 14:30:39 -03:00 |
|
Roberto Ierusalimschy
|
bbb23048e3
|
correction of dependencies (include's).
|
1996-02-07 16:14:38 -02:00 |
|
Roberto Ierusalimschy
|
19cfa32393
|
correction of dependencies from "luadebug.h".
|
1996-01-09 18:22:08 -02:00 |
|
Roberto Ierusalimschy
|
27ae8432b6
|
names generated by yacc (starting with "yy") are changed to start with
"luaY_", to avoid name clashes with hosts using yacc.
|
1995-12-21 14:14:04 -02:00 |
|
Roberto Ierusalimschy
|
3bb6443131
|
changes to improve portability
|
1995-11-10 15:56:06 -02:00 |
|
Roberto Ierusalimschy
|
2b45f8967c
|
small bug
|
1995-10-17 16:16:58 -02:00 |
|
Roberto Ierusalimschy
|
d80659759b
|
new module luadebug.h.
|
1995-10-17 12:12:45 -02:00 |
|
Roberto Ierusalimschy
|
3c75b75516
|
new module "func", for GC of functions,
and new "defines" for configuration setup.
|
1995-10-09 15:51:49 -03:00 |
|
Roberto Ierusalimschy
|
572ee14b52
|
use yacc++ instead of yacc.
|
1995-02-02 17:04:16 -02:00 |
|
Waldemar Celes
|
dc97a07e19
|
better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' and 'parser.h')
|
1994-12-27 18:50:38 -02:00 |
|
Roberto Ierusalimschy
|
96b2b90c50
|
new file 'types.h'
|
1994-12-23 18:47:59 -02:00 |
|
Roberto Ierusalimschy
|
10c1641b8e
|
new modules 'mem' and 'fallback'.
correction of dependencies
|
1994-11-23 18:15:04 -02:00 |
|
Waldemar Celes
|
0eb6ee3fee
|
novos warnings "missing-prototypes" e "ansi".
|
1994-07-19 19:17:02 -03:00 |
|
Waldemar Celes
|
6c99b8bbdf
|
opcao "clear" para limpar arquivos que podem ser reconstruidos pelo
make (menos os .a e o executavel "lua").
|
1994-07-19 19:04:51 -03:00 |
|
Waldemar Celes
|
6625296c8f
|
inclui arquivo "tree".
|
1994-07-19 18:35:36 -03:00 |
|
Roberto Ierusalimschy
|
ad1ebdc4f4
|
uso de pattern-matching para regras de RCS.
|
1994-01-10 17:49:56 -02:00 |
|
Roberto Ierusalimschy
|
d9ef3d3072
|
opcao -O2 para otimizacao
|
1993-12-22 19:52:26 -02:00 |
|
Roberto Ierusalimschy
|
a4a3357c1c
|
Novo analizador lexico para LUA
|
1993-12-22 19:21:06 -02:00 |
|
Roberto Ierusalimschy
|
856004214f
|
modificacao para pegar arquivos de subdiretorio RCS quando necessario
|
1993-12-22 18:55:06 -02:00 |
|
Waldemar Celes
|
2f5ff96e8f
|
LUA makefile
|
1993-12-17 16:59:10 -02:00 |
|