index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lobject.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
new fallback for equality `__eq'
Roberto Ierusalimschy
2002-06-13
1
-12
/
+14
*
new fallback __le (less equal), for partial order
Roberto Ierusalimschy
2002-06-12
1
-9
/
+1
*
new names for string formating functions
Roberto Ierusalimschy
2002-05-16
1
-3
/
+3
*
new format for error messages
Roberto Ierusalimschy
2002-05-15
1
-2
/
+1
*
new function `lua_vpushstr' to replace uses of `sprintf'
Roberto Ierusalimschy
2002-05-07
1
-1
/
+3
*
new format for test intructions (handle NaN correctly)
Roberto Ierusalimschy
2002-05-06
1
-1
/
+10
*
support for `light' userdata + simpler support for `boxed' udata
Roberto Ierusalimschy
2002-04-05
1
-9
/
+8
*
simpler implementation for line information
Roberto Ierusalimschy
2002-03-25
1
-2
/
+1
*
configurable macros should live in llimits.h
Roberto Ierusalimschy
2002-03-18
1
-16
/
+1
*
avoid C identifiers beginning with '_'
Roberto Ierusalimschy
2002-03-11
1
-10
/
+10
*
lu_byte is enough for those fields (maxstack < 256)
Roberto Ierusalimschy
2002-03-05
1
-6
/
+6
*
better order of record fields for 64-bit machines
Roberto Ierusalimschy
2002-02-08
1
-16
/
+15
*
`eventtable' renamed to `metatable'
Roberto Ierusalimschy
2002-01-30
1
-2
/
+2
*
new interface for weak modes
Roberto Ierusalimschy
2002-01-09
1
-2
/
+1
*
first version of Lua "stackless"
Roberto Ierusalimschy
2001-12-18
1
-14
/
+0
*
new type `boolean'
Roberto Ierusalimschy
2001-12-11
1
-1
/
+8
*
tag system replaced by event tables
Roberto Ierusalimschy
2001-12-05
1
-17
/
+5
*
new implementation for lua upvalues (sugested by E.T.): simpler and solves
Roberto Ierusalimschy
2001-11-29
1
-10
/
+10
*
no more explicit support for wide-chars; too much troble...
Roberto Ierusalimschy
2001-11-28
1
-5
/
+5
*
optimizations for space in LClosures and time cleanning weak tables
Roberto Ierusalimschy
2001-11-06
1
-18
/
+20
*
optimization for array part of a Table
Roberto Ierusalimschy
2001-10-25
1
-9
/
+17
*
new definitions for closure structures
Roberto Ierusalimschy
2001-10-02
1
-22
/
+32
*
details
Roberto Ierusalimschy
2001-09-25
1
-3
/
+3
*
first implementation of unrestricted static scoping
Roberto Ierusalimschy
2001-09-07
1
-6
/
+38
*
better syntax for type casts
Roberto Ierusalimschy
2001-08-31
1
-4
/
+8
*
use a table to find (and reuse) constants when parsing
Roberto Ierusalimschy
2001-08-27
1
-3
/
+2
*
rename of `kproto' to `p'
Roberto Ierusalimschy
2001-06-28
1
-3
/
+3
*
new macros for changing numbers
Roberto Ierusalimschy
2001-06-28
1
-1
/
+3
*
too much optimization to "break" keys in tables; keep them as TObjects...
Roberto Ierusalimschy
2001-06-26
1
-3
/
+5
*
cleaner way to ensure alignment for strings and userdata
Roberto Ierusalimschy
2001-06-15
1
-27
/
+23
*
smaller structs for udata and for strings
Roberto Ierusalimschy
2001-06-07
1
-5
/
+8
*
new implementation for userdatas, without `keys'
Roberto Ierusalimschy
2001-06-06
1
-15
/
+19
*
new implementation for the Virtual Machine
Roberto Ierusalimschy
2001-06-05
1
-5
/
+3
*
first implementation for weak tables
Roberto Ierusalimschy
2001-04-11
1
-1
/
+2
*
better way to link callinfo's and stack
Roberto Ierusalimschy
2001-03-07
1
-15
/
+7
*
lower-case for macros with arguments
Roberto Ierusalimschy
2001-03-02
1
-2
/
+2
*
buffer should be void *, as char now is not that neutral...
Roberto Ierusalimschy
2001-02-23
1
-3
/
+4
*
first (big) step to support wide chars
Roberto Ierusalimschy
2001-02-23
1
-7
/
+7
*
code check for upvalues
Roberto Ierusalimschy
2001-02-20
1
-1
/
+2
*
better separation between basic types
Roberto Ierusalimschy
2001-02-20
1
-5
/
+5
*
string pointers are always fully aligned
Roberto Ierusalimschy
2001-02-09
1
-10
/
+15
*
back to the basics (well-behaved variant record...)
Roberto Ierusalimschy
2001-02-02
1
-16
/
+14
*
lock/unlock may use L + better structure for internal debug stuff
Roberto Ierusalimschy
2001-02-02
1
-13
/
+4
*
no need for tags in boxed values :-(
Roberto Ierusalimschy
2001-02-01
1
-16
/
+4
*
all boxed types start with their tags
Roberto Ierusalimschy
2001-01-29
1
-6
/
+21
*
smaller tables for machines with 8-bit alignment
Roberto Ierusalimschy
2001-01-29
1
-3
/
+5
*
detail
Roberto Ierusalimschy
2001-01-26
1
-1
/
+6
*
first implementation for type names
Roberto Ierusalimschy
2001-01-25
1
-5
/
+1
*
thead-specific state separated from "global" state
Roberto Ierusalimschy
2001-01-19
1
-16
/
+14
*
all accesses to TObjects done through macros
Roberto Ierusalimschy
2001-01-18
1
-15
/
+44
[prev]
[next]