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
/
ltests.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
new test options for luaL_getn/setn
Roberto Ierusalimschy
2003-04-07
1
-1
/
+11
*
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
2003-04-03
1
-45
/
+45
*
name changes to avoid name collision between macros and variables
Roberto Ierusalimschy
2003-03-19
1
-6
/
+6
*
new names for functions that open C libraries
Roberto Ierusalimschy
2003-03-11
1
-7
/
+7
*
avoid the identifier `index' (clashes with BSD `index' function)
Roberto Ierusalimschy
2003-02-27
1
-9
/
+9
*
small optimization for sizes of array constructors
Roberto Ierusalimschy
2003-02-18
1
-1
/
+9
*
warning
Roberto Ierusalimschy
2003-02-10
1
-1
/
+2
*
test for panic function
Roberto Ierusalimschy
2003-01-29
1
-1
/
+9
*
`openlib' functions return new module
Roberto Ierusalimschy
2002-12-20
1
-8
/
+17
*
new functions to manipulate upvales (get/setupvalue)
Roberto Ierusalimschy
2002-12-19
1
-1
/
+20
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+2
*
new facilities to test memory overflow in main.c
Roberto Ierusalimschy
2002-12-04
1
-1
/
+10
*
simpler interface to hooks + use of `int' to count hooks
Roberto Ierusalimschy
2002-11-25
1
-5
/
+7
*
support for tests of yield inside hooks + better support for tests
Roberto Ierusalimschy
2002-11-18
1
-22
/
+75
*
details
Roberto Ierusalimschy
2002-11-14
1
-2
/
+2
*
better names for auxiliar functions
Roberto Ierusalimschy
2002-11-14
1
-32
/
+32
*
detail
Roberto Ierusalimschy
2002-11-14
1
-2
/
+2
*
better control over GCObjects
Roberto Ierusalimschy
2002-11-13
1
-2
/
+2
*
new macros to distinguish different types of object moves (for future GC
Roberto Ierusalimschy
2002-11-07
1
-2
/
+2
*
assertion must be always valid (not only in debug mode)
Roberto Ierusalimschy
2002-10-25
1
-2
/
+1
*
threads now are real Lua objects, subject to garbage collection
Roberto Ierusalimschy
2002-10-25
1
-4
/
+3
*
tests for compatibility functions lua_dostring/lua_dofile
Roberto Ierusalimschy
2002-10-22
1
-1
/
+13
*
small changes in type configuration facilities
Roberto Ierusalimschy
2002-10-22
1
-2
/
+2
*
cannot raise memory error when realloc to smaller block
Roberto Ierusalimschy
2002-09-05
1
-2
/
+2
*
new structure for collectable objects, sharing a common header
Roberto Ierusalimschy
2002-08-30
1
-4
/
+4
*
`luadebug.h' content now is included in `lua.h'
Roberto Ierusalimschy
2002-08-06
1
-2
/
+1
*
new (old?) error handling scheme
Roberto Ierusalimschy
2002-08-06
1
-7
/
+5
*
xpcall now is builtin + new macros `ttis*'
Roberto Ierusalimschy
2002-08-05
1
-35
/
+8
*
new names for light userdata operations
Roberto Ierusalimschy
2002-07-17
1
-4
/
+5
*
new macro `lua_isudataval' (for completude)
Roberto Ierusalimschy
2002-07-09
1
-1
/
+4
*
`lua_upcall' -> `lua_call'
Roberto Ierusalimschy
2002-06-25
1
-2
/
+2
*
avoid using obsolete lua_dostring
Roberto Ierusalimschy
2002-06-20
1
-5
/
+8
*
new protocol for error handling
Roberto Ierusalimschy
2002-06-18
1
-4
/
+33
*
`rawcall' -> `upcall' (unprotected call)
Roberto Ierusalimschy
2002-06-13
1
-2
/
+2
*
Lua now uses only `realloc' for all its memory management
Roberto Ierusalimschy
2002-06-11
1
-2
/
+5
*
lua_load* defined in auxlib (and so renamed to luaL_load*)
Roberto Ierusalimschy
2002-06-03
1
-4
/
+4
*
new commands to test `load'
Roberto Ierusalimschy
2002-05-16
1
-3
/
+8
*
quick-and-dirty function to print code (for debugging Lua)
Roberto Ierusalimschy
2002-05-13
1
-1
/
+13
*
errors `return' int, to avoid warnings
Roberto Ierusalimschy
2002-05-06
1
-2
/
+2
*
precompiler may create functions without `lineinfo'
Roberto Ierusalimschy
2002-05-02
1
-2
/
+2
*
new way to handle errors
Roberto Ierusalimschy
2002-05-01
1
-2
/
+6
*
avoid names that differ only in capitalization
Roberto Ierusalimschy
2002-04-24
1
-5
/
+5
*
support for `light' userdata + simpler support for `boxed' udata
Roberto Ierusalimschy
2002-04-05
1
-5
/
+5
*
details
Roberto Ierusalimschy
2002-04-02
1
-5
/
+8
*
simpler implementation for line information
Roberto Ierusalimschy
2002-03-25
1
-2
/
+2
*
standard libraries in packages
Roberto Ierusalimschy
2002-03-20
1
-10
/
+4
*
implementation of `global' statement
Roberto Ierusalimschy
2002-03-14
1
-2
/
+2
*
`luaA_index' is a local macro now
Roberto Ierusalimschy
2002-03-04
1
-8
/
+10
*
more tests for boolean API
Roberto Ierusalimschy
2002-03-04
1
-1
/
+7
*
no more maximum stack size
Roberto Ierusalimschy
2002-02-14
1
-4
/
+4
[prev]
[next]