summaryrefslogtreecommitdiff
path: root/luaconf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 'writestring' changed into a configurable macroRoberto Ierusalimschy2009-02-071-1/+8
* LUA_COMPAT -> LUA_COMPAT_API (more specific)Roberto Ierusalimschy2008-07-181-3/+3
* new macro LUA_COMPAT to control some compatibility macrosRoberto Ierusalimschy2008-07-111-1/+9
* added a comment about warnings for __attribute__(visibility) in someRoberto Ierusalimschy2008-06-251-2/+6
* make default GC behavior a little more agressiveRoberto Ierusalimschy2008-04-071-2/+2
* maximum C stack should reserve some values for pseudo-indicesRoberto Ierusalimschy2008-02-111-7/+15
* better definition for LUAI_MAXCSTACKRoberto Ierusalimschy2008-01-171-2/+3
* larger limit for MAXCSTACK (plus removing of some useless definitions)Roberto Ierusalimschy2008-01-021-6/+2
* detailRoberto Ierusalimschy2007-11-261-3/+2
* detailRoberto Ierusalimschy2007-09-141-2/+2
* better to flush all files before starting new process with popenRoberto Ierusalimschy2007-08-301-2/+2
* 'debug' library must be required before being usedRoberto Ierusalimschy2007-06-221-1/+9
* clearing some old compatibility codeRoberto Ierusalimschy2007-06-211-29/+1
* 'os.date' checks arguments before passing them to 'strftime'Roberto Ierusalimschy2007-05-031-1/+13
* detail for windowsRoberto Ierusalimschy2007-02-071-1/+7
* 'lua_strlen' is for compatibility onlyRoberto Ierusalimschy2006-09-181-2/+2
* no more compatibility option for long stringsRoberto Ierusalimschy2006-08-301-9/+1
* macros luai_num* take a state L (when available) as argument, to allowRoberto Ierusalimschy2006-08-071-11/+11
* commentRoberto Ierusalimschy2006-08-041-2/+2
* environment variable names should be configurableRoberto Ierusalimschy2006-04-101-1/+27
* avoid warning in OS X - ansiRoberto Ierusalimschy2006-02-101-4/+4
* detailRoberto Ierusalimschy2006-01-271-2/+2
* detailsRoberto Ierusalimschy2006-01-231-1/+2
* detailRoberto Ierusalimschy2006-01-131-2/+2
* lua_assert is an internal matter, not to be configuredRoberto Ierusalimschy2005-12-271-10/+2
* integer formats in 'string.format' may need to operate with larger-than-intRoberto Ierusalimschy2005-12-151-1/+21
* new macro LUA_WIN + new macro luai_numisnanRoberto Ierusalimschy2005-11-251-4/+10
* no more "auto-detection"v5.1-betaRoberto Ierusalimschy2005-11-161-13/+15
* new macro LUA_USE_POSIX to control POSIX-related macrosRoberto Ierusalimschy2005-11-161-10/+10
* better position for lua_number2int (it is related to lua_Number)Roberto Ierusalimschy2005-11-081-26/+26
* better control of which values macros useRoberto Ierusalimschy2005-10-251-15/+15