index
:
delta/lua-github.git
5.0.x
5.1.x
5.2.x
alt-version
alternative-version
baserock/5.3.2
c6f7181e910b6
master
oldlua
scopedvars
temporary
v5-2
v5.3
v5.4.0
v5.4.0-patch
github.com: lua/lua.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ltests.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ensure that 'luai_userstatethread' is always called (even if
Roberto Ierusalimschy
2010-04-19
1
-1
/
+3
*
new macro LUA_NUMTAGS
Roberto Ierusalimschy
2010-04-12
1
-2
/
+2
*
missing 'external' in variable declaration
Roberto Ierusalimschy
2010-01-11
1
-2
/
+2
*
several configuration options that do not change often moved out of
Roberto Ierusalimschy
2009-12-17
1
-6
/
+4
*
allocator function receives the tag of object being allocated in 'osize'
Roberto Ierusalimschy
2009-12-16
1
-2
/
+3
*
cleaner way to add extra space in a lua state.
Roberto Ierusalimschy
2009-12-14
1
-2
/
+1
*
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
Roberto Ierusalimschy
2009-11-19
1
-3
/
+3
*
several small improvements based on 'ci' being fixed now (including
Roberto Ierusalimschy
2009-04-17
1
-2
/
+1
*
larger alignment requirement helps to uncover some kinds of bugs
Roberto Ierusalimschy
2008-08-05
1
-1
/
+6
*
LUA_COMPAT -> LUA_COMPAT_API (more specific)
Roberto Ierusalimschy
2008-07-18
1
-2
/
+2
*
do not use compatibility macros in Lua
Roberto Ierusalimschy
2008-07-11
1
-1
/
+3
*
"test trick" seems more useful with pointers instead of integers
Roberto Ierusalimschy
2008-06-23
1
-2
/
+2
*
use prefix in extern names, even those in test files
Roberto Ierusalimschy
2007-11-12
1
-4
/
+4
*
27 is not a prime number :(
Roberto Ierusalimschy
2007-09-30
1
-2
/
+2
*
small simplifications
Roberto Ierusalimschy
2006-06-05
1
-7
/
+1
*
lua_assert is an internal matter, not to be configured
Roberto Ierusalimschy
2005-12-27
1
-2
/
+1
*
avoid the use of global lock
Roberto Ierusalimschy
2005-09-14
1
-7
/
+10
*
new mark LUAI_DATA for extern data
Roberto Ierusalimschy
2005-06-06
1
-4
/
+4
*
better tests for correctness of `savedpc'
Roberto Ierusalimschy
2005-05-03
1
-1
/
+4
*
new protocol to open standard libraries
Roberto Ierusalimschy
2005-04-13
1
-2
/
+2
*
small errors in previous `ci' of luaconf.h.
Roberto Ierusalimschy
2005-03-18
1
-5
/
+6
*
no more `lua_userinit' macro
Roberto Ierusalimschy
2005-01-10
1
-3
/
+4
*
simpler configuration to turn on all asserts
Roberto Ierusalimschy
2004-09-10
1
-4
/
+1
*
no more LUA_OPNAMES
Roberto Ierusalimschy
2004-07-16
1
-3
/
+1
*
back with an "open all libs" function
Roberto Ierusalimschy
2004-07-09
1
-3
/
+3
*
detail
Roberto Ierusalimschy
2004-06-30
1
-1
/
+2
*
lock stuff defined in `luaconf.h'
Roberto Ierusalimschy
2004-06-02
1
-2
/
+6
*
more stuff goes to configuration file
Roberto Ierusalimschy
2004-05-03
1
-1
/
+2
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-2
/
+6
*
new tests to check memory consistency (for incremental GC)
Roberto Ierusalimschy
2004-03-15
1
-2
/
+9
*
more and better tools (assertions & inspectors) to check incremental GC
Roberto Ierusalimschy
2004-02-16
1
-1
/
+3
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-2
/
+1
*
Lua kernel does not use malloc/free functions.
Roberto Ierusalimschy
2003-10-02
1
-8
/
+12
*
new facilities to test memory overflow in main.c
Roberto Ierusalimschy
2002-12-04
1
-1
/
+6
*
details
Roberto Ierusalimschy
2002-11-19
1
-2
/
+2
*
details
Roberto Ierusalimschy
2002-11-12
1
-2
/
+2
*
threads now are real Lua objects, subject to garbage collection
Roberto Ierusalimschy
2002-10-25
1
-5
/
+6
*
new ANSI C does not assure that realloc(p,0) == free(p)
Roberto Ierusalimschy
2002-10-08
1
-1
/
+2
*
new names for light userdata operations
Roberto Ierusalimschy
2002-07-17
1
-4
/
+3
*
new macro to check conditions on expression macros
Roberto Ierusalimschy
2002-06-13
1
-1
/
+2
*
Lua now uses only `realloc' for all its memory management
Roberto Ierusalimschy
2002-06-11
1
-3
/
+1
*
details
Roberto Ierusalimschy
2002-03-08
1
-1
/
+2
*
distinct functions to create/destroy states and threads
Roberto Ierusalimschy
2002-01-11
1
-3
/
+0
*
new macro lua_userstateopen
Roberto Ierusalimschy
2002-01-09
1
-2
/
+3
*
details
Roberto Ierusalimschy
2001-10-17
1
-1
/
+7
*
better syntax for type casts
Roberto Ierusalimschy
2001-08-31
1
-3
/
+3
*
new module lopcodes.c for tables describing opcodes
Roberto Ierusalimschy
2001-06-28
1
-1
/
+3
*
lower-case for macros with arguments
Roberto Ierusalimschy
2001-03-02
1
-3
/
+3
*
better API checks
Roberto Ierusalimschy
2001-02-12
1
-1
/
+2
*
easier to add new initialization functions
Roberto Ierusalimschy
2001-02-06
1
-2
/
+2
[next]