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
/
lapi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
no more explicit support for wide-chars; too much troble...
Roberto Ierusalimschy
2001-11-28
1
-32
/
+31
*
bug: `next' did not work for numeric indices
Roberto Ierusalimschy
2001-11-16
1
-6
/
+5
*
tables of globals accessible through pseudo-index in C API
Roberto Ierusalimschy
2001-10-31
1
-17
/
+12
*
`ref' support goes to auxlib
Roberto Ierusalimschy
2001-10-31
1
-35
/
+1
*
optimization for array part of a Table
Roberto Ierusalimschy
2001-10-25
1
-14
/
+18
*
C++ warning
Roberto Ierusalimschy
2001-10-17
1
-2
/
+2
*
new API for registry and C upvalues + new implementation for references
Roberto Ierusalimschy
2001-10-17
1
-64
/
+56
*
URL in indentification
Roberto Ierusalimschy
2001-10-11
1
-2
/
+4
*
new definitions for closure structures
Roberto Ierusalimschy
2001-10-02
1
-4
/
+4
*
first implementation of unrestricted static scoping
Roberto Ierusalimschy
2001-09-07
1
-2
/
+9
*
better syntax for type casts
Roberto Ierusalimschy
2001-08-31
1
-5
/
+5
*
better locality of assignment of table values
Roberto Ierusalimschy
2001-08-30
1
-3
/
+3
*
warnings/details
Roberto Ierusalimschy
2001-07-21
1
-2
/
+2
*
better names for type-related functions
Roberto Ierusalimschy
2001-07-12
1
-15
/
+15
*
too much optimization to "break" keys in tables; keep them as TObjects...
Roberto Ierusalimschy
2001-06-26
1
-5
/
+5
*
cleaner way to ensure alignment for strings and userdata
Roberto Ierusalimschy
2001-06-15
1
-7
/
+7
*
more relaxed rules for syncronized access
Roberto Ierusalimschy
2001-06-15
1
-111
/
+59
*
new definition for `luaD_call' and `luaD_adjusttop'
Roberto Ierusalimschy
2001-06-08
1
-5
/
+11
*
new implementation for userdatas, without `keys'
Roberto Ierusalimschy
2001-06-06
1
-20
/
+25
*
new implementation for the Virtual Machine
Roberto Ierusalimschy
2001-06-05
1
-6
/
+12
*
name changes
Roberto Ierusalimschy
2001-04-23
1
-6
/
+21
*
re-implementation of refs through weak tables
Roberto Ierusalimschy
2001-04-17
1
-30
/
+46
*
new API functions to load (parse?) a chunk without running it.
Roberto Ierusalimschy
2001-04-11
1
-2
/
+26
*
first implementation for weak tables
Roberto Ierusalimschy
2001-04-11
1
-6
/
+27
*
new way to handle `profiles'
Roberto Ierusalimschy
2001-03-26
1
-3
/
+4
*
better way to link callinfo's and stack
Roberto Ierusalimschy
2001-03-07
1
-11
/
+11
*
lower-case for macros with arguments
Roberto Ierusalimschy
2001-03-02
1
-103
/
+103
*
details for wchar
Roberto Ierusalimschy
2001-02-23
1
-3
/
+3
*
first (big) step to support wide chars
Roberto Ierusalimschy
2001-02-23
1
-25
/
+25
*
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
*
more secure definition for lua_concat
Roberto Ierusalimschy
2001-02-14
1
-7
/
+11
*
details (smaller code)
Roberto Ierusalimschy
2001-02-13
1
-36
/
+28
*
better API checks
Roberto Ierusalimschy
2001-02-12
1
-21
/
+59
*
new semantics for pushuserdata (no more different userdatas with same value)
Roberto Ierusalimschy
2001-02-09
1
-6
/
+5
*
new way to handle top x L->top
Roberto Ierusalimschy
2001-02-07
1
-5
/
+5
*
lock/unlock may use L + better structure for internal debug stuff
Roberto Ierusalimschy
2001-02-02
1
-103
/
+103
*
better control of relationship top x L->top
Roberto Ierusalimschy
2001-02-01
1
-17
/
+9
*
bug in lua_pushuserdata(L, NULL)
Roberto Ierusalimschy
2001-02-01
1
-1
/
+2
*
smaller tables for machines with 8-bit alignment
Roberto Ierusalimschy
2001-01-29
1
-5
/
+5
*
new macros + new names to facilitate compilation of threaded version
Roberto Ierusalimschy
2001-01-26
1
-104
/
+104
*
first implementation for type names
Roberto Ierusalimschy
2001-01-25
1
-6
/
+54
*
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
Roberto Ierusalimschy
2001-01-24
1
-72
/
+249
*
thead-specific state separated from "global" state
Roberto Ierusalimschy
2001-01-19
1
-25
/
+25
*
all accesses to TObjects done through macros
Roberto Ierusalimschy
2001-01-18
1
-34
/
+28
*
specialized versions for luaH_set (numbers and strings)
Roberto Ierusalimschy
2001-01-10
1
-3
/
+3
*
small changes in lstring
Roberto Ierusalimschy
2001-01-10
1
-2
/
+2
*
`free' gets size of the block: complete control over memory use
Roberto Ierusalimschy
2000-12-28
1
-2
/
+1
*
explicit control of size for growing vectors
Roberto Ierusalimschy
2000-12-26
1
-6
/
+6
*
lua_Number defined in lua.h (1st version)
Roberto Ierusalimschy
2000-12-04
1
-4
/
+4
[prev]
[next]