Roberto Ierusalimschy
|
cde179b369
|
new implementation for global variable values (separated from strings)
|
1999-11-04 15:23:12 -02:00 |
Roberto Ierusalimschy
|
910836fb53
|
warnings from Visual C++
|
1999-10-19 11:33:22 -02:00 |
Roberto Ierusalimschy
|
4e9f2d13d5
|
new implementation of hash tables.
|
1999-10-14 17:13:31 -02:00 |
Roberto Ierusalimschy
|
c5fee7615e
|
new implementation for string hashing, with chaining.
|
1999-10-11 14:13:42 -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
|
2e13cd77ab
|
new interface for `luaO_strtod', which now checks signal, too.
|
1999-09-06 17:34:18 -03:00 |
Roberto Ierusalimschy
|
c787dccd9b
|
"const" !!!
|
1999-08-16 17:52:00 -03:00 |
Roberto Ierusalimschy
|
7a11c7f8e4
|
details
|
1999-03-16 13:43:27 -03:00 |
Roberto Ierusalimschy
|
5a8bb00df4
|
storing chunk "sources" instead of "filenames".
|
1999-03-04 18:23:39 -03:00 |
Roberto Ierusalimschy
|
ae29ab9858
|
only parser uses MAX_WORD
|
1999-02-03 11:53:48 -02:00 |
Roberto Ierusalimschy
|
63a752f961
|
small improvements.
|
1999-01-04 11:37:07 -02:00 |
Roberto Ierusalimschy
|
4c94d8cc2c
|
new function "luaO_str2d" to convert strings to numbers, because
old "lex" algorithm had aproximation errors, but strtod (and atof
and scanf) are too slow.
|
1998-12-27 18:25:20 -02:00 |
Roberto Ierusalimschy
|
bb1cb7b9f1
|
NUMBER_FMT also may be predefined in makefile
|
1998-12-01 17:09:47 -02:00 |
Roberto Ierusalimschy
|
176cb39feb
|
macro encapsulates de "-".
|
1998-07-12 13:11:55 -03:00 |
Roberto Ierusalimschy
|
c9902be294
|
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
|
1998-06-18 13:57:03 -03:00 |
Roberto Ierusalimschy
|
1917149fdd
|
details.
|
1998-06-11 15:21:37 -03:00 |
Roberto Ierusalimschy
|
054e0b888a
|
number type in Lua changed for double (by default).
|
1998-05-18 19:26:03 -03:00 |
Roberto Ierusalimschy
|
0969a971cd
|
better use of "ASSERT".
|
1998-03-09 18:49:52 -03:00 |
Roberto Ierusalimschy
|
88a2023c32
|
support for strings with '\0'
|
1998-03-06 13:54:42 -03:00 |
Roberto Ierusalimschy
|
d49e4dd752
|
MAX_WORD should not be bigger than MAX_INT
|
1998-01-19 17:49:22 -02:00 |
Roberto Ierusalimschy
|
44ace0aefd
|
we don't need a type "Word".
|
1998-01-14 11:48:28 -02:00 |
Roberto Ierusalimschy
|
6ac047afc4
|
details
|
1998-01-09 12:57:43 -02:00 |
Roberto Ierusalimschy
|
da96eb2cce
|
some details related to OLD_ANSI
|
1997-12-26 16:38:16 -02:00 |
Roberto Ierusalimschy
|
541e722360
|
details
|
1997-12-23 17:24:19 -02:00 |
Roberto Ierusalimschy
|
45e533599f
|
optimization: closures without upvalues don't need to be closures
|
1997-12-15 14:17:20 -02:00 |
Roberto Ierusalimschy
|
39fd5bb9b0
|
details
|
1997-11-28 10:39:22 -02:00 |
Roberto Ierusalimschy
|
592a3f289b
|
first implementation of centralized global state.
|
1997-11-19 15:29:23 -02:00 |
Roberto Ierusalimschy
|
7135803cc8
|
"global" version of a nil object.
|
1997-11-03 18:45:23 -02:00 |
Roberto Ierusalimschy
|
e78cf96c97
|
first version of Cclosures.
|
1997-10-24 15:17:24 -02:00 |
Roberto Ierusalimschy
|
907368ead5
|
GC now considers an "estimate" of object size, instead of just the number
of objects.
|
1997-10-23 14:26:37 -02:00 |
Roberto Ierusalimschy
|
52d5e8032c
|
better identification of types which are tags
|
1997-10-16 18:07:40 -02:00 |
Roberto Ierusalimschy
|
45ccb0e881
|
"nupvalues" is kept in Closure, not in prototype (as a preparation
for C closures...)
|
1997-10-16 08:59:34 -02:00 |
Roberto Ierusalimschy
|
eb617df2d8
|
better way to traverse GCnode lists.
|
1997-09-26 13:46:20 -03:00 |
Roberto Ierusalimschy
|
a580480b07
|
new implementation for globals: Global value is stored in TaggedString
|
1997-09-26 12:02:26 -03:00 |
Roberto Ierusalimschy
|
2f1fa3d427
|
Type definitions for Lua objects
|
1997-09-16 16:25:59 -03:00 |