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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
small optimization for table size in machines with double allignment
Roberto Ierusalimschy
2004-10-06
1
-2
/
+2
*
`lua_pushfstring' now supports `%p' option too
Roberto Ierusalimschy
2004-07-09
1
-6
/
+16
*
accept `\r' as newline when looking for line end
Roberto Ierusalimschy
2004-05-03
1
-2
/
+2
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-6
/
+2
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-5
/
+5
*
detail
Roberto Ierusalimschy
2003-06-10
1
-2
/
+9
*
simpler log2 implementation
Roberto Ierusalimschy
2003-04-28
1
-20
/
+11
*
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
2003-04-03
1
-3
/
+3
*
small optimization for sizes of array constructors
Roberto Ierusalimschy
2003-02-18
1
-1
/
+15
*
details
Roberto Ierusalimschy
2003-01-27
1
-6
/
+6
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
keep L->ci->base in L->base for faster access
Roberto Ierusalimschy
2002-11-21
1
-2
/
+2
*
new macros to distinguish different types of object moves (for future GC
Roberto Ierusalimschy
2002-11-07
1
-3
/
+3
*
small changes in type configuration facilities
Roberto Ierusalimschy
2002-10-22
1
-2
/
+2
*
use of different buffers for scanner and concatenation
Roberto Ierusalimschy
2002-10-08
1
-10
/
+1
*
small optimization for object comparison
Roberto Ierusalimschy
2002-10-04
1
-4
/
+5
*
state's buffer is used only for chars
Roberto Ierusalimschy
2002-09-19
1
-3
/
+3
*
details
Roberto Ierusalimschy
2002-09-02
1
-13
/
+5
*
warnings in other compilers
Roberto Ierusalimschy
2002-08-07
1
-2
/
+2
*
new names for light userdata operations
Roberto Ierusalimschy
2002-07-17
1
-2
/
+2
*
new fallback for equality `__eq'
Roberto Ierusalimschy
2002-06-13
1
-7
/
+12
*
defintions for lua_number2str and lua_str2number don't need to be public
Roberto Ierusalimschy
2002-06-05
1
-1
/
+6
*
`strconc' -> `concat'
Roberto Ierusalimschy
2002-06-03
1
-3
/
+2
*
new names for string formating functions
Roberto Ierusalimschy
2002-05-16
1
-4
/
+4
*
new format for error messages
Roberto Ierusalimschy
2002-05-15
1
-20
/
+10
*
new function `lua_vpushstr' to replace uses of `sprintf'
Roberto Ierusalimschy
2002-05-07
1
-18
/
+76
*
new format for test intructions (handle NaN correctly)
Roberto Ierusalimschy
2002-05-06
1
-3
/
+5
*
new way to handle errors
Roberto Ierusalimschy
2002-04-22
1
-2
/
+2
*
support for `light' userdata + simpler support for `boxed' udata
Roberto Ierusalimschy
2002-04-05
1
-2
/
+4
*
comments
Roberto Ierusalimschy
2002-02-07
1
-1
/
+1
*
details
Roberto Ierusalimschy
2002-01-30
1
-4
/
+4
*
new type `boolean'
Roberto Ierusalimschy
2001-12-11
1
-1
/
+3
*
no more explicit support for wide-chars; too much troble...
Roberto Ierusalimschy
2001-11-28
1
-21
/
+20
*
optimization for array part of a Table
Roberto Ierusalimschy
2001-10-25
1
-1
/
+29
*
new way to handle `profiles'
Roberto Ierusalimschy
2001-03-26
1
-2
/
+3
*
detail
Roberto Ierusalimschy
2001-03-07
1
-2
/
+2
*
buffer should be void *, as char now is not that neutral...
Roberto Ierusalimschy
2001-02-23
1
-3
/
+3
*
first (big) step to support wide chars
Roberto Ierusalimschy
2001-02-23
1
-21
/
+21
*
better encapsulation of some types
Roberto Ierusalimschy
2001-02-22
1
-2
/
+2
*
better separation between basic types
Roberto Ierusalimschy
2001-02-20
1
-11
/
+1
*
lock/unlock may use L + better structure for internal debug stuff
Roberto Ierusalimschy
2001-02-02
1
-3
/
+2
*
all boxed types start with their tags
Roberto Ierusalimschy
2001-01-29
1
-2
/
+3
*
optimizations based on all types but number and nil are pointers
Roberto Ierusalimschy
2001-01-26
1
-9
/
+4
*
first implementation for type names
Roberto Ierusalimschy
2001-01-25
1
-7
/
+1
*
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
Roberto Ierusalimschy
2001-01-24
1
-2
/
+3
*
thead-specific state separated from "global" state
Roberto Ierusalimschy
2001-01-19
1
-6
/
+6
*
`free' gets size of the block: complete control over memory use
Roberto Ierusalimschy
2000-12-28
1
-3
/
+2
*
lua_Number defined in lua.h (1st version)
Roberto Ierusalimschy
2000-12-04
1
-3
/
+3
*
better support for 64-bit machines (avoid excessive use of longs)
Roberto Ierusalimschy
2000-11-24
1
-3
/
+3
*
more controled use of `sprintf'
Roberto Ierusalimschy
2000-10-20
1
-9
/
+18
[prev]
[next]