summaryrefslogtreecommitdiff
path: root/luaconf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 'debug' library is loaded by defaultRoberto Ierusalimschy2010-11-121-14/+6
* 'luaL_typeerror' deprecatedRoberto Ierusalimschy2010-11-101-4/+1
* code for conversion macros moved from luaconf to llimits + 'uint'Roberto Ierusalimschy2010-11-031-99/+8
* comment typosRoberto Ierusalimschy2010-10-291-3/+3
* added another option for ieeeendianRoberto Ierusalimschy2010-10-291-2/+2
* added more platforms for ieeeendianess + small commentsRoberto Ierusalimschy2010-10-281-4/+7
* added check for architectures with known endianess (only i386 now)Roberto Ierusalimschy2010-10-271-1/+5
* better organization for coercion functions between lua_Number andRoberto Ierusalimschy2010-10-261-28/+68
* name "_ENV" configurable through 'luaconf.h'Roberto Ierusalimschy2010-09-071-1/+9
* 'module'/'luaL_register' and associates are deprecatedRoberto Ierusalimschy2010-07-281-1/+7
* new macros LUA_VERSION_{MAJOR/MINOR/RELEASE}Roberto Ierusalimschy2010-07-251-3/+5
* using curly brackets to mark blocks of '#if/#else/#endif'sRoberto Ierusalimschy2010-07-181-26/+26
* correct definition for 'lua_cpcall' (tested)Roberto Ierusalimschy2010-05-281-2/+2
* corrected compatibility macro 'lua_cpcall' (untested)Roberto Ierusalimschy2010-05-271-4/+6
* added comments to '#else' and '#endif' in long conditionalsRoberto Ierusalimschy2010-05-121-13/+14
* macros 'lua_number2int' and 'lua_number2uint' for Visual StudioRoberto Ierusalimschy2010-05-101-11/+12
* no more fenvs!Roberto Ierusalimschy2010-03-261-8/+1
* just in case, better to flush error messagesRoberto Ierusalimschy2010-03-031-2/+3
* new macro 'luai_writestringerror'Roberto Ierusalimschy2010-02-181-2/+8
* new function 'luaL_cpcall'Roberto Ierusalimschy2010-01-211-4/+5
* typo in commentRoberto Ierusalimschy2010-01-211-2/+2
* pathes corrected to 5.2Roberto Ierusalimschy2010-01-111-3/+3
* include of 'windows.h' moved to where it is neededRoberto Ierusalimschy2010-01-111-2/+1
* changed macro lua_number2int for Windows (added brackets; some recentRoberto Ierusalimschy2010-01-111-2/+3
* some changes in compatibility macros: added LUA_COMPAT_ALL + compatibilityRoberto Ierusalimschy2010-01-061-50/+43
* 'unpack' moved to table library (and therefore "renamed" toRoberto Ierusalimschy2009-12-281-1/+8
* 'lua_cpcall' is deprecatedRoberto Ierusalimschy2009-12-221-1/+9
* yet more options moved from luaconf.h into internal filesRoberto Ierusalimschy2009-12-171-41/+1
* more options moved from luaconf.h into internal filesRoberto Ierusalimschy2009-12-171-34/+1
* several configuration options that do not change often moved out ofRoberto Ierusalimschy2009-12-171-238/+1
* cleaner way to add extra space in a lua state.Roberto Ierusalimschy2009-12-141-6/+6
* detail (comment)Roberto Ierusalimschy2009-12-101-3/+4
* 'table.maxn' deprecatedRoberto Ierusalimschy2009-11-261-4/+9
* no more compatibility code for 'string.gfind'Roberto Ierusalimschy2009-11-261-9/+1
* comment typosRoberto Ierusalimschy2009-11-261-4/+4
* new mark LUAMOD_API for all luaopen_* functionsRoberto Ierusalimschy2009-11-241-2/+4
* new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations andRoberto Ierusalimschy2009-11-191-6/+10
* small corrections for 'luaall.c'Roberto Ierusalimschy2009-11-191-4/+4
* functions 'getfenv' and 'setfenv' are deprecatedRoberto Ierusalimschy2009-11-161-1/+9
* new hash for doubles based on frexp, to avoid low-level tricksRoberto Ierusalimschy2009-10-231-4/+30
* parser keeps list of active local variables in a single dynamic array,Roberto Ierusalimschy2009-10-111-8/+1
* information about upvalues (where they come from) kept in Proto structure,Roberto Ierusalimschy2009-09-281-8/+1
* correct way to check arguments to 'strftime'Roberto Ierusalimschy2009-08-251-8/+12
* detail (comment: 'correspoding' -> 'corresponding')Roberto Ierusalimschy2009-07-151-2/+2
* new way to control stack overflow, controling only total size of the stackRoberto Ierusalimschy2009-07-151-21/+9
* new module 'lbitlib.c' for bitwise operationsRoberto Ierusalimschy2009-07-011-20/+30
* default paths have dot option as the last one (to improve security)Roberto Ierusalimschy2009-06-181-9/+9
* no more support for old-style varargsRoberto Ierusalimschy2009-03-261-8/+1
* closing a "popen" file returns the process exit statusRoberto Ierusalimschy2009-02-201-4/+4
* 'log10' is deprecated nowRoberto Ierusalimschy2009-02-181-1/+16