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
/
luaconf.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
no more explicit support for 'luaall_c': unifying file can do
Roberto Ierusalimschy
2011-12-06
1
-10
/
+5
*
'lUA' -> 'LUA'
Roberto Ierusalimschy
2011-11-30
1
-2
/
+2
*
when available, use '*_r' versions of 'gmtime' and 'localtime'
Roberto Ierusalimschy
2011-11-29
1
-1
/
+2
*
MS_ASMTRICK is only valid on MS compilers (not any Windows compiler)
Roberto Ierusalimschy
2011-11-25
1
-2
/
+2
*
avoids including 'stdio.h' everywhere (because of definitions for
Roberto Ierusalimschy
2011-11-09
1
-1
/
+5
*
by default, do not use Windows' goodies in Windows CE build
Roberto Ierusalimschy
2011-11-05
1
-3
/
+3
*
avoid the word 'TRICKLE' in macro name (as it has nothing to do
Roberto Ierusalimschy
2011-10-07
1
-8
/
+9
*
detail: centralize all tests for Windows on variable 'LUA_WIN'
Roberto Ierusalimschy
2011-08-23
1
-2
/
+2
*
'M_IX86' -> '_M_IX86'
Roberto Ierusalimschy
2011-07-25
1
-2
/
+2
*
added '_M_IX86' in NaN trick
v5.2-beta
Roberto Ierusalimschy
2011-07-08
1
-7
/
+5
*
'package.loaders' -> 'package.searchers'
Roberto Ierusalimschy
2011-06-28
1
-1
/
+7
*
configuration for NaN trick big-endian + macro 'luai_checknum' to
Roberto Ierusalimschy
2011-06-13
1
-4
/
+28
*
new macro 'luai_writeline' to print newlines (and flush 'stdout')
Roberto Ierusalimschy
2011-05-26
1
-2
/
+3
*
MacOS 'strtod' handles hexa formats too
Roberto Ierusalimschy
2011-04-29
1
-1
/
+2
*
Mac OS defines LUA_USE_AFORMAT and LUA_USE_LONGLONG by default
Roberto Ierusalimschy
2011-04-20
1
-1
/
+3
*
'LUA_USELONGLONG' -> 'LUA_USE_LONGLONG'
Roberto Ierusalimschy
2011-04-20
1
-2
/
+2
*
'LUA_USELONGLONG' on by default on Linux + LUA_USE_HEXAFLOAT renamed
Roberto Ierusalimschy
2011-04-19
1
-3
/
+4
*
official support for floating hexa numerals
Roberto Ierusalimschy
2010-12-10
1
-2
/
+18
*
'loadstring' deprecated; use 'load' instead
Roberto Ierusalimschy
2010-12-08
1
-1
/
+7
*
'debug' library is loaded by default
Roberto Ierusalimschy
2010-11-12
1
-14
/
+6
*
'luaL_typeerror' deprecated
Roberto Ierusalimschy
2010-11-10
1
-4
/
+1
*
code for conversion macros moved from luaconf to llimits + 'uint'
Roberto Ierusalimschy
2010-11-03
1
-99
/
+8
*
comment typos
Roberto Ierusalimschy
2010-10-29
1
-3
/
+3
*
added another option for ieeeendian
Roberto Ierusalimschy
2010-10-29
1
-2
/
+2
*
added more platforms for ieeeendianess + small comments
Roberto Ierusalimschy
2010-10-28
1
-4
/
+7
*
added check for architectures with known endianess (only i386 now)
Roberto Ierusalimschy
2010-10-27
1
-1
/
+5
*
better organization for coercion functions between lua_Number and
Roberto Ierusalimschy
2010-10-26
1
-28
/
+68
*
name "_ENV" configurable through 'luaconf.h'
Roberto Ierusalimschy
2010-09-07
1
-1
/
+9
*
'module'/'luaL_register' and associates are deprecated
Roberto Ierusalimschy
2010-07-28
1
-1
/
+7
*
new macros LUA_VERSION_{MAJOR/MINOR/RELEASE}
Roberto Ierusalimschy
2010-07-25
1
-3
/
+5
*
using curly brackets to mark blocks of '#if/#else/#endif's
Roberto Ierusalimschy
2010-07-18
1
-26
/
+26
*
correct definition for 'lua_cpcall' (tested)
Roberto Ierusalimschy
2010-05-28
1
-2
/
+2
*
corrected compatibility macro 'lua_cpcall' (untested)
Roberto Ierusalimschy
2010-05-27
1
-4
/
+6
*
added comments to '#else' and '#endif' in long conditionals
Roberto Ierusalimschy
2010-05-12
1
-13
/
+14
*
macros 'lua_number2int' and 'lua_number2uint' for Visual Studio
Roberto Ierusalimschy
2010-05-10
1
-11
/
+12
*
no more fenvs!
Roberto Ierusalimschy
2010-03-26
1
-8
/
+1
*
just in case, better to flush error messages
Roberto Ierusalimschy
2010-03-03
1
-2
/
+3
*
new macro 'luai_writestringerror'
Roberto Ierusalimschy
2010-02-18
1
-2
/
+8
*
new function 'luaL_cpcall'
Roberto Ierusalimschy
2010-01-21
1
-4
/
+5
*
typo in comment
Roberto Ierusalimschy
2010-01-21
1
-2
/
+2
*
pathes corrected to 5.2
Roberto Ierusalimschy
2010-01-11
1
-3
/
+3
*
include of 'windows.h' moved to where it is needed
Roberto Ierusalimschy
2010-01-11
1
-2
/
+1
*
changed macro lua_number2int for Windows (added brackets; some recent
Roberto Ierusalimschy
2010-01-11
1
-2
/
+3
*
some changes in compatibility macros: added LUA_COMPAT_ALL + compatibility
Roberto Ierusalimschy
2010-01-06
1
-50
/
+43
*
'unpack' moved to table library (and therefore "renamed" to
Roberto Ierusalimschy
2009-12-28
1
-1
/
+8
*
'lua_cpcall' is deprecated
Roberto Ierusalimschy
2009-12-22
1
-1
/
+9
*
yet more options moved from luaconf.h into internal files
Roberto Ierusalimschy
2009-12-17
1
-41
/
+1
*
more options moved from luaconf.h into internal files
Roberto Ierusalimschy
2009-12-17
1
-34
/
+1
*
several configuration options that do not change often moved out of
Roberto Ierusalimschy
2009-12-17
1
-238
/
+1
*
cleaner way to add extra space in a lua state.
Roberto Ierusalimschy
2009-12-14
1
-6
/
+6
[next]