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
|
8332d5c8a5
|
parser fully reentrant(!)
|
2003-08-27 18:01:44 -03:00 |
Roberto Ierusalimschy
|
9fcc485176
|
zio does not keep "source" name (nobody uses it)
|
2003-08-25 16:51:54 -03:00 |
Roberto Ierusalimschy
|
433cb1d13a
|
no more checks for non-default compilation options + luaU_dump has
new option to strip debug info
|
2003-08-15 10:48:53 -03:00 |
Roberto Ierusalimschy
|
762c737037
|
last changes by lhf
|
2003-04-10 14:39:41 -03:00 |
Roberto Ierusalimschy
|
7a40cdbda0
|
different variables for number of upvalues and size of upvalue array
(makes code clearer)
|
2003-02-11 08:46:24 -02:00 |
Roberto Ierusalimschy
|
0175f8d5d1
|
dump/undump of upvalue names
|
2003-01-27 13:52:57 -02:00 |
Roberto Ierusalimschy
|
27c6b4d422
|
each .c file defines its own name
|
2002-12-04 15:38:31 -02:00 |
Roberto Ierusalimschy
|
41fd639cab
|
documentation for write barriers
|
2002-11-14 14:15:53 -02:00 |
Roberto Ierusalimschy
|
671dc6eec2
|
new version (from lhf)
|
2002-10-25 18:30:41 -03:00 |
Roberto Ierusalimschy
|
46b063ef59
|
`undump' also uses private buffer
|
2002-10-09 10:42:01 -03:00 |
Roberto Ierusalimschy
|
b3d0682fb9
|
use of different buffers for scanner and concatenation
|
2002-10-08 15:46:08 -03:00 |
Roberto Ierusalimschy
|
565e6d74e1
|
state's buffer is used only for chars
|
2002-09-19 10:03:53 -03:00 |
Roberto Ierusalimschy
|
221b5be7b7
|
use of `LoadState' struct (instead of several separate arguments)
|
2002-08-12 10:37:19 -03:00 |
Roberto Ierusalimschy
|
0b3d380f9f
|
internal names
|
2002-08-05 15:45:02 -03:00 |
Roberto Ierusalimschy
|
e812aa2002
|
avoid assignments to TObject access macros
|
2002-06-17 10:51:01 -03:00 |
Roberto Ierusalimschy
|
711b936849
|
new versions from lhf
|
2002-06-05 14:26:23 -03:00 |
Roberto Ierusalimschy
|
2cd6161060
|
don't need stdio
|
2002-06-05 13:59:52 -03:00 |
Roberto Ierusalimschy
|
b7a0503c1d
|
new format for error messages
|
2002-05-15 15:57:44 -03:00 |
Roberto Ierusalimschy
|
dea6b6da94
|
new function `lua_vpushstr' to replace uses of `sprintf'
|
2002-05-07 14:36:56 -03:00 |
Roberto Ierusalimschy
|
801aaf37b1
|
simpler implementation for line information
|
2002-03-25 14:47:14 -03:00 |
Roberto Ierusalimschy
|
72659a0605
|
no more explicit support for wide-chars; too much troble...
|
2001-11-28 18:13:13 -02:00 |
Roberto Ierusalimschy
|
04320e04bf
|
warnings from Visual C++ (plus small details)
|
2001-07-24 18:57:19 -03:00 |
Roberto Ierusalimschy
|
9f25df02d5
|
new definition for headers of binary files
|
2001-07-12 16:34:03 -03:00 |
Roberto Ierusalimschy
|
dc4e0ecdaf
|
new versions by lhf
|
2001-07-05 17:29:15 -03:00 |
Roberto Ierusalimschy
|
dd3a63c205
|
new way to handle `profiles'
|
2001-03-26 11:31:49 -03:00 |
Roberto Ierusalimschy
|
39b7978329
|
first (big) step to support wide chars
|
2001-02-23 14:17:25 -03:00 |
Roberto Ierusalimschy
|
a04de4f0ad
|
no more END opcode
|
2001-01-15 14:13:24 -02:00 |
Roberto Ierusalimschy
|
76f62fc5a1
|
correct size only after malloc success
|
2000-12-28 10:59:41 -02:00 |
Roberto Ierusalimschy
|
0183b8030c
|
`free' gets size of the block: complete control over memory use
|
2000-12-28 10:55:41 -02:00 |
Roberto Ierusalimschy
|
4894c27962
|
lua_Number defined in lua.h (1st version)
|
2000-12-04 16:33:40 -02:00 |
Roberto Ierusalimschy
|
523c5d8e1c
|
last changes by lhf.
|
2000-11-07 10:44:44 -02:00 |
Roberto Ierusalimschy
|
64eecc0b82
|
new macro LUA_API
|
2000-10-20 14:39:03 -02:00 |
Roberto Ierusalimschy
|
857a1204d8
|
by lhf
|
2000-09-21 11:18:43 -03:00 |
Roberto Ierusalimschy
|
d742b88fa1
|
final version (by lhf)
|
2000-09-20 15:43:54 -03:00 |
Roberto Ierusalimschy
|
aab4fde468
|
changes by lhf
|
2000-09-18 16:42:05 -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
|
787a78f83e
|
new scheme for buffers
|
2000-09-11 14:38:42 -03:00 |
Roberto Ierusalimschy
|
eebc9729e4
|
new versions by lhf
|
2000-09-04 15:53:41 -03:00 |
Roberto Ierusalimschy
|
9fdf73bc9a
|
first version for new API
|
2000-08-28 14:57:04 -03:00 |
Roberto Ierusalimschy
|
f1fd9b5c2c
|
intermediate version (only to avoid compiler errors)
|
2000-08-24 11:19:39 -03:00 |
Roberto Ierusalimschy
|
e238efc536
|
default now is multi-state
|
2000-08-09 16:16:57 -03:00 |
Roberto Ierusalimschy
|
afef009fce
|
new version of debug system
|
2000-06-26 16:28:31 -03:00 |
Roberto Ierusalimschy
|
1de5587184
|
`lua.h' is included before any other Lua header file
|
2000-06-12 10:52:05 -03:00 |
Roberto Ierusalimschy
|
11a7022067
|
global variables are stored in a Lua table
|
2000-05-08 16:32:53 -03:00 |
Roberto Ierusalimschy
|
0e8855e171
|
final version (by lhf)
|
2000-04-25 13:44:31 -03:00 |
Roberto Ierusalimschy
|
73aa465a8e
|
some name changes
|
2000-03-10 15:37:44 -03:00 |
Roberto Ierusalimschy
|
3c9d999424
|
many details (most by lhf).
|
2000-03-03 11:58:26 -03:00 |
Roberto Ierusalimschy
|
b1b0c219f5
|
new ttypes to distinguish between C closures and Lua closures.
|
1999-12-23 16:19:57 -02:00 |
Roberto Ierusalimschy
|
72afb6debb
|
modifications by lhf
|
1999-12-02 17:11:51 -02:00 |