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
/
ltm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
`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
*
new version for API
Roberto Ierusalimschy
2000-09-05
1
-7
/
+10
*
default now is multi-state
Roberto Ierusalimschy
2000-08-09
1
-3
/
+1
*
new algorithm for traversing in GC to avoid deep recursion calls
Roberto Ierusalimschy
2000-08-07
1
-14
/
+1
*
(much) better handling of memory alloction errors
Roberto Ierusalimschy
2000-08-04
1
-3
/
+3
*
`lua.h' is included before any other Lua header file
Roberto Ierusalimschy
2000-06-12
1
-1
/
+3
*
access to `values' in TObject always through macros
Roberto Ierusalimschy
2000-06-08
1
-3
/
+3
*
gc tag methods for udata are called in (reverse) tag order
Roberto Ierusalimschy
2000-05-30
1
-1
/
+2
*
code cleaner for 16 bits.
Roberto Ierusalimschy
2000-05-24
1
-3
/
+4
*
`luaT_validevent' is exported, because compatibility module for fallbacks
Roberto Ierusalimschy
2000-03-30
1
-2
/
+2
*
no more special cases for closures with 0 upvalues (performance is the same,
Roberto Ierusalimschy
2000-03-29
1
-12
/
+7
*
TAG_ARRAY -> TAG_TABLE
Roberto Ierusalimschy
2000-03-27
1
-6
/
+6
[prev]
[next]