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
/
ltm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
`__weakmode' -> `__mode'
Roberto Ierusalimschy
2002-06-25
1
-3
/
+3
*
TM_GETTABLE/TM_SETTABLE don't need fast access anymore
Roberto Ierusalimschy
2002-06-24
1
-2
/
+3
*
new fallback for equality `__eq'
Roberto Ierusalimschy
2002-06-13
1
-2
/
+2
*
new fallback __le (less equal), for partial order
Roberto Ierusalimschy
2002-06-12
1
-3
/
+4
*
no more use of stdio inside the core (except for `tostring'...)
Roberto Ierusalimschy
2002-06-03
1
-2
/
+1
*
new `__newindex' eventfield
Roberto Ierusalimschy
2002-05-27
1
-2
/
+2
*
details
Roberto Ierusalimschy
2002-05-20
1
-2
/
+2
*
new macro to `fix' strings
Roberto Ierusalimschy
2002-04-30
1
-2
/
+2
*
support for `light' userdata + simpler support for `boxed' udata
Roberto Ierusalimschy
2002-04-05
1
-2
/
+3
*
new names for tag methods
Roberto Ierusalimschy
2002-03-18
1
-6
/
+6
*
better(?) order for types (nil == 0)
Roberto Ierusalimschy
2002-02-14
1
-1
/
+1
*
`eventtable' renamed to `metatable'
Roberto Ierusalimschy
2002-01-30
1
-2
/
+2
*
new interface for weak modes
Roberto Ierusalimschy
2002-01-09
1
-1
/
+1
*
new type `boolean'
Roberto Ierusalimschy
2001-12-11
1
-1
/
+1
*
it doesn't pay to optimize absence when it is an error
Roberto Ierusalimschy
2001-12-10
1
-3
/
+8
*
tag system replaced by event tables
Roberto Ierusalimschy
2001-12-05
1
-141
/
+24
*
no more explicit support for wide-chars; too much troble...
Roberto Ierusalimschy
2001-11-28
1
-22
/
+21
*
no more copytagmethod function
Roberto Ierusalimschy
2001-10-11
1
-14
/
+0
*
"compatibility module" no longer exists
Roberto Ierusalimschy
2001-10-02
1
-2
/
+2
*
better syntax for type casts
Roberto Ierusalimschy
2001-08-31
1
-2
/
+2
*
better locality of assignment of table values
Roberto Ierusalimschy
2001-08-30
1
-4
/
+6
*
no more deprecated code
Roberto Ierusalimschy
2001-07-24
1
-11
/
+8
*
`newtype' returns old tag when given an old name
Roberto Ierusalimschy
2001-07-23
1
-6
/
+4
*
better names for type-related functions
Roberto Ierusalimschy
2001-07-12
1
-3
/
+4
*
cleaner way to ensure alignment for strings and userdata
Roberto Ierusalimschy
2001-06-15
1
-3
/
+3
*
new implementation for userdatas, without `keys'
Roberto Ierusalimschy
2001-06-06
1
-3
/
+3
*
new way to handle `profiles'
Roberto Ierusalimschy
2001-03-26
1
-1
/
+2
*
lower-case for macros with arguments
Roberto Ierusalimschy
2001-03-02
1
-7
/
+7
*
first (big) step to support wide chars
Roberto Ierusalimschy
2001-02-23
1
-21
/
+21
*
avoid '...' and "..." inside comments
Roberto Ierusalimschy
2001-02-22
1
-2
/
+2
*
better separation between basic types
Roberto Ierusalimschy
2001-02-20
1
-2
/
+2
*
string pointers are always fully aligned
Roberto Ierusalimschy
2001-02-09
1
-2
/
+2
*
lock/unlock may use L + better structure for internal debug stuff
Roberto Ierusalimschy
2001-02-02
1
-7
/
+7
*
new macros + new names to facilitate compilation of threaded version
Roberto Ierusalimschy
2001-01-26
1
-7
/
+7
*
first implementation for type names
Roberto Ierusalimschy
2001-01-25
1
-26
/
+50
*
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
Roberto Ierusalimschy
2001-01-24
1
-4
/
+15
*
thead-specific state separated from "global" state
Roberto Ierusalimschy
2001-01-19
1
-17
/
+17
*
all accesses to TObjects done through macros
Roberto Ierusalimschy
2001-01-18
1
-4
/
+3
*
`free' gets size of the block: complete control over memory use
Roberto Ierusalimschy
2000-12-28
1
-4
/
+2
*
explicit control of size for growing vectors
Roberto Ierusalimschy
2000-12-26
1
-10
/
+10
*
better control over extensions of char/short to int
Roberto Ierusalimschy
2000-11-30
1
-3
/
+3
*
lua_settagmethod does not return old tag method
Roberto Ierusalimschy
2000-10-31
1
-5
/
+2
*
new macro LUA_API
Roberto Ierusalimschy
2000-10-20
1
-5
/
+5
*
tag methods are always functions, so don't need to store a whole object
Roberto Ierusalimschy
2000-10-05
1
-27
/
+36
*
new definition for types-tags
Roberto Ierusalimschy
2000-10-05
1
-29
/
+20
*
details.
Roberto Ierusalimschy
2000-10-03
1
-5
/
+10
*
new API function `lua_type' + new type lua_Type
Roberto Ierusalimschy
2000-10-02
1
-3
/
+3
*
new way to count `nblocks' for GC (try to count bytes).
Roberto Ierusalimschy
2000-09-29
1
-1
/
+3
*
`lauxlib' is now part of the libraries (not used by core Lua)
Roberto Ierusalimschy
2000-09-11
1
-9
/
+17
*
API functions check stack overflow
Roberto Ierusalimschy
2000-09-11
1
-2
/
+3
[prev]
[next]