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
/
lauxlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
new macro `luaL_typename'
Roberto Ierusalimschy
2004-07-09
1
-2
/
+2
*
`lua.c' also needs the default path, so auxlib should provide it
Roberto Ierusalimschy
2004-07-01
1
-5
/
+17
*
new interface for search-path function
Roberto Ierusalimschy
2004-06-29
1
-27
/
+28
*
new scheme to search paths
Roberto Ierusalimschy
2004-06-21
1
-1
/
+51
*
optional error for accesss to undefined variables/fields
Roberto Ierusalimschy
2004-06-17
1
-1
/
+3
*
`getn' uses binary search if it has to count elements
Roberto Ierusalimschy
2004-06-02
1
-8
/
+27
*
better error messages for `loadfile'
Roberto Ierusalimschy
2004-06-02
1
-6
/
+7
*
`luaL_dofile' and `luaL_dostring' are deprecated
Roberto Ierusalimschy
2004-05-31
1
-49
/
+2
*
code parameterized by LUA_FIRSTINDEX (first index of an array)
Roberto Ierusalimschy
2004-05-10
1
-3
/
+3
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-3
/
+4
*
detail
Roberto Ierusalimschy
2004-03-23
1
-3
/
+2
*
details
Roberto Ierusalimschy
2004-02-18
1
-2
/
+2
*
lua_(set)getglobal are ok to use
Roberto Ierusalimschy
2003-11-05
1
-3
/
+3
*
new semantics for setn/getn (no more changes to `n')
Roberto Ierusalimschy
2003-10-20
1
-16
/
+9
*
new functions `lua_getfield' and `lua_setfield'
Roberto Ierusalimschy
2003-10-10
1
-26
/
+17
*
new functions `lua_tointeger' and lua_pushinteger'
Roberto Ierusalimschy
2003-10-07
1
-6
/
+21
*
Lua kernel does not use malloc/free functions.
Roberto Ierusalimschy
2003-10-02
1
-1
/
+18
*
detail: `luaL_where' does not use the name information
Roberto Ierusalimschy
2003-10-01
1
-2
/
+2
*
fully-weak tables are more efficient
Roberto Ierusalimschy
2003-05-16
1
-3
/
+3
*
`#!' is detected by loadfile, not by the lexer
Roberto Ierusalimschy
2003-05-15
1
-3
/
+19
*
luaL_getn/setn must operate correctly over negative indices
Roberto Ierusalimschy
2003-04-07
1
-2
/
+11
*
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
2003-04-03
1
-4
/
+4
*
error-message format
Roberto Ierusalimschy
2003-04-01
1
-4
/
+2
*
`luaL_getmetafield' was leaving extra value on the stack
Roberto Ierusalimschy
2003-03-18
1
-2
/
+5
*
new auxiliary functions for `type' manipulation
Roberto Ierusalimschy
2003-03-18
1
-14
/
+40
*
auxiliary function to check userdata with types
Roberto Ierusalimschy
2003-02-11
1
-1
/
+14
*
reference system also uses getn/setn (plus small corrections)
Roberto Ierusalimschy
2003-02-11
1
-26
/
+21
*
getn/setn in C moved to lauxlib
Roberto Ierusalimschy
2003-01-27
1
-2
/
+83
*
detail
Roberto Ierusalimschy
2003-01-23
1
-6
/
+4
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
better names for auxiliar functions
Roberto Ierusalimschy
2002-11-14
1
-23
/
+28
*
print error on stderr when _ALERT is not defined
Roberto Ierusalimschy
2002-10-22
1
-4
/
+9
*
correct handling of opened files in presence of memory allocation
Roberto Ierusalimschy
2002-10-16
1
-18
/
+22
*
to avoid `strerror', define itself to something else;
Roberto Ierusalimschy
2002-10-04
1
-7
/
+7
*
`setmetatable' cannot change protected objects
Roberto Ierusalimschy
2002-09-16
1
-2
/
+9
*
no more newlines at the end of error messages
Roberto Ierusalimschy
2002-09-05
1
-3
/
+2
*
avoid the use of "obvious" names in header files to avoid conflicts
Roberto Ierusalimschy
2002-08-30
1
-10
/
+10
*
external messages add their own extra information
Roberto Ierusalimschy
2002-08-08
1
-1
/
+17
*
`luadebug.h' content now is included in `lua.h'
Roberto Ierusalimschy
2002-08-06
1
-2
/
+1
*
lua_Chunkreader gets a lua_State, to avoid future incompatibilities
Roberto Ierusalimschy
2002-08-06
1
-3
/
+5
*
new (old?) error handling scheme
Roberto Ierusalimschy
2002-08-06
1
-4
/
+2
*
new implementation for error handling
Roberto Ierusalimschy
2002-08-05
1
-8
/
+7
*
`newproxy' uses its own weaktable
Roberto Ierusalimschy
2002-07-01
1
-19
/
+1
*
no more `lua_getn' function
Roberto Ierusalimschy
2002-06-26
1
-7
/
+10
*
new `luaL_weakregistry' function
Roberto Ierusalimschy
2002-06-25
1
-2
/
+21
*
new protocol for error handling
Roberto Ierusalimschy
2002-06-18
1
-35
/
+14
*
`rawcall' -> `upcall' (unprotected call)
Roberto Ierusalimschy
2002-06-13
1
-2
/
+2
*
better error messages
Roberto Ierusalimschy
2002-06-05
1
-2
/
+9
*
lua_load* defined in auxlib (and so renamed to luaL_load*)
Roberto Ierusalimschy
2002-06-03
1
-25
/
+181
*
new names for string formating functions
Roberto Ierusalimschy
2002-05-16
1
-14
/
+7
[next]