index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lobject.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
`const' array in protos breaked in 3 arrays (for strings, numbers, and
Roberto Ierusalimschy
2000-01-25
1
-3
/
+8
*
first version of extra debug information (NAME)
Roberto Ierusalimschy
1999-12-29
1
-10
/
+19
*
comments.
Roberto Ierusalimschy
1999-12-27
1
-6
/
+6
*
new ttypes to distinguish between C closures and Lua closures.
Roberto Ierusalimschy
1999-12-23
1
-10
/
+18
*
many details + code redistribution
Roberto Ierusalimschy
1999-12-14
1
-2
/
+2
*
lua_Object is a pointer to the stack (because now the stack doen't move)
Roberto Ierusalimschy
1999-12-02
1
-1
/
+3
*
table sizes don't need to be primes; power of 2 gives the same performance.
Roberto Ierusalimschy
1999-11-26
1
-3
/
+6
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-10
/
+10
*
ways to measure number of `blocks' for GC + details
Roberto Ierusalimschy
1999-11-10
1
-2
/
+12
*
new implementation for global variable values (separated from strings)
Roberto Ierusalimschy
1999-11-04
1
-11
/
+16
*
warnings from Visual C++
Roberto Ierusalimschy
1999-10-19
1
-2
/
+2
*
new implementation of hash tables.
Roberto Ierusalimschy
1999-10-14
1
-6
/
+9
*
new implementation for string hashing, with chaining.
Roberto Ierusalimschy
1999-10-11
1
-9
/
+12
*
simplified version of `gc' tag method (only for userdata now).
Roberto Ierusalimschy
1999-10-04
1
-15
/
+9
*
new interface for `luaO_strtod', which now checks signal, too.
Roberto Ierusalimschy
1999-09-06
1
-2
/
+2
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-5
/
+5
*
details
Roberto Ierusalimschy
1999-03-16
1
-2
/
+1
*
storing chunk "sources" instead of "filenames".
Roberto Ierusalimschy
1999-03-04
1
-2
/
+2
*
only parser uses MAX_WORD
Roberto Ierusalimschy
1999-02-03
1
-8
/
+1
*
small improvements.
Roberto Ierusalimschy
1999-01-04
1
-2
/
+4
*
new function "luaO_str2d" to convert strings to numbers, because
Roberto Ierusalimschy
1998-12-27
1
-2
/
+2
*
NUMBER_FMT also may be predefined in makefile
Roberto Ierusalimschy
1998-12-01
1
-5
/
+2
*
macro encapsulates de "-".
Roberto Ierusalimschy
1998-07-12
1
-1
/
+4
*
"findname" moved from lobject.c to lauxlib.c (so libraries may use it).
Roberto Ierusalimschy
1998-06-18
1
-2
/
+1
*
details.
Roberto Ierusalimschy
1998-06-11
1
-1
/
+6
*
number type in Lua changed for double (by default).
Roberto Ierusalimschy
1998-05-18
1
-3
/
+4
*
better use of "ASSERT".
Roberto Ierusalimschy
1998-03-09
1
-1
/
+12
*
support for strings with '\0'
Roberto Ierusalimschy
1998-03-06
1
-3
/
+6
*
MAX_WORD should not be bigger than MAX_INT
Roberto Ierusalimschy
1998-01-19
1
-3
/
+10
*
we don't need a type "Word".
Roberto Ierusalimschy
1998-01-14
1
-5
/
+2
*
details
Roberto Ierusalimschy
1998-01-09
1
-9
/
+4
*
some details related to OLD_ANSI
Roberto Ierusalimschy
1997-12-26
1
-4
/
+11
*
details
Roberto Ierusalimschy
1997-12-23
1
-1
/
+7
*
optimization: closures without upvalues don't need to be closures
Roberto Ierusalimschy
1997-12-15
1
-7
/
+10
*
details
Roberto Ierusalimschy
1997-11-28
1
-2
/
+2
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-2
/
+1
*
"global" version of a nil object.
Roberto Ierusalimschy
1997-11-03
1
-1
/
+3
*
first version of Cclosures.
Roberto Ierusalimschy
1997-10-24
1
-6
/
+6
*
GC now considers an "estimate" of object size, instead of just the number
Roberto Ierusalimschy
1997-10-23
1
-2
/
+7
*
better identification of types which are tags
Roberto Ierusalimschy
1997-10-16
1
-12
/
+13
*
"nupvalues" is kept in Closure, not in prototype (as a preparation
Roberto Ierusalimschy
1997-10-16
1
-2
/
+2
*
better way to traverse GCnode lists.
Roberto Ierusalimschy
1997-09-26
1
-1
/
+2
*
new implementation for globals: Global value is stored in TaggedString
Roberto Ierusalimschy
1997-09-26
1
-58
/
+55
*
Type definitions for Lua objects
Roberto Ierusalimschy
1997-09-16
1
-0
/
+171